逻辑回顾

Having focused on learning the development aspect of web development over the past year, I find it refreshing to revisit the design portion of the field.

在过去一年专注于学习Web开发的开发方面之后,我发现重新访问该领域的设计部分令人耳目一新。

The enlightenment came from a recent chance conversation with a senior engineer, who was looking for a developer with a keen eye for visual consistency.

启发来自最近与一位高级工程师的偶然对话,他正在寻找对视觉一致性敏锐的开发人员。

Here are some takeaways from the Color Design course I just completed on Codecademy.

这是我刚刚在Codecademy完成的色彩设计课程的一些总结。

色彩理论 (Color Theory)

Assuming that we’ve already forgotten about the color wheel in art classes, it is composed of three color groups:

假设我们已经在美术课中忘记了色轮 ,它由三个颜色组组成:

  • Primary colors: red, blue and yellow

    主要颜色:红色,蓝色和黄色

  • Secondary colors (mixing two primary colors): green, orange and purple

    第二色(混合两种原色):绿色,橙色和紫色

  • Tertiary colors (mixing primary and secondary colors):

    第三色(混合原色和第二色):

    Red-orange (Vermillion)

    橘红色(朱红色)

    Yellow-orange (Amber)

    橘黄色(琥珀色)

    Yellow-green (Chartreuse)

    黄绿色(Chartreuse)

    Blue-green (Teal)

    蓝绿色(蓝绿色)

    Blue-purple (Violet)

    蓝紫色(紫罗兰色)

    Red-purple (Magenta)

    红紫色(洋红色)

All colors on the color wheel have warmth values, namely warm (ranging between red and yellow) and cool (range between blue, purple and green).

色轮上的所有颜色均具有暖色值,即暖色 (介于红色和黄色之间)和冷色 (介于蓝色,紫色和绿色之间)。

To create a wider range of colors, we can also use tints (adding white) and shades (adding black) to our color palette.

要创建更广泛的颜色,我们还可以在调色板中使用色调 (添加白色)和阴影 (添加黑色)。

Speaking of color palettes, there are generally four color schemes we can use to achieve harmony on the website:

说到调色板,通常可以使用四种配色方案来实现网站上的和谐:

CodecademyCodecademy
  1. Monochromatic: Using the same base color

    单色 :使用相同的基色

  2. Complementary: Showing high contrast in color-pairing

    互补性 :在色彩配对中显示高对比度

  3. Analogous: Apply three or more colors that are adjacent to each other on the color wheel

    类似的 :在色轮上应用彼此相邻的三种或更多颜色

  4. Triadic: Creating a triangle of colors within the color wheel

    Triadic :在色轮中创建颜色的三角形

Last but not least, we should also account for color psychology, which refers to how colors trigger a user’s emotional responses. For instance, the color red evokes passion and danger, while the color blue is often associated with calmness.

最后但并非最不重要的一点是,我们还应考虑颜色心理学 ,这是指颜色如何触发用户的情感React。 例如,红色唤起了激情和危险,而蓝色常常伴随着平静。

UI状态 (UI States)

Gal Shir加尔·希尔

When applying colors to UI design, we need to take into account different states, or user actions, on the targeted component of the website.

在将颜色应用于UI设计时,我们需要考虑网站目标组件上的不同状态或用户操作。

For instance, the two common states of user interaction on a button are the hover state and the disabled state.

例如, 按钮上用户交互的两个常见状态是悬停状态和禁用状态。

Similarly, form inputs also have several states:

同样, 表单输入也有几种状态:

  • default: when the page loads, before user interaction

    default :页面加载时,用户交互之前

  • active, or selected: when the user highlights a field (usually achieved by changing border color)

    activeselected :当用户突出显示字段时(通常通过更改边框颜色来实现)

  • disabled: indicates the field cannot be edited (grayed out)

    禁用 :表示该字段无法编辑(显示为灰色)

口音与语义颜色 (Accent vs. Semantic Colors)

While it’s important to have a clear, dominant brand color for our website, we can also use different visual signals in our color palette to reflect the content hierarchy or any special indicator.

为网站提供清晰,主导的品牌色彩很重要,但我们也可以在调色板中使用不同的视觉信号来反映内容层次结构或任何特殊的指标。

Accent colors are used when we want to draw the user’s attention. For instance, a call-to-action button or form inputs.

当我们想引起用户注意时,会使用强调颜色 。 例如,号召性用语按钮或表单输入。

Semantic colors provide additional indications to the user when something goes right or wrong. Some common designs for such indicators are red alerts, green submission success, and yellow warnings.

当某些事情是对还是错时, 语义颜色会向用户提供其他指示。 此类指标的一些常见设计是红色警报, 绿色提交成功和黄色警告。

辅助功能 (Accessibility)

Smashing Magazine粉碎杂志

Finally, to make sure our UI components are accessible, we should provide additional indicators other than colors to convey information.

最后,为了确保我们的UI组件可访问,我们应该提供颜色以外的其他指示器来传达信息。

For example, in addition to using the color green to indicate submission success, we should add a text label (“success!”) or checkmark icon.

例如,除了使用绿色表示提交成功之外,我们还应该添加文本标签(“成功!”)或选中标记图标。

There are also plenty of accessibility checking tools we can leverage, such as Color Safe, Adobe Color Accessibility, and Cloudflare.

我们还可以利用许多辅助功能检查工具,例如Color Safe , Adobe Color Accessibility和Cloudflare 。

I hope this post gives you a brief overview or quick refresher on color design. In terms of determining color schemes, my personal favorite has been Colormind.io. Is there any resource you use regularly for color selections or references? Let me know in the comments!

希望本文能为您简要概述或快速复习色彩设计。 在确定配色方案方面,我个人最喜欢的是Colormind.io 。 您是否定期使用任何资源进行颜色选择或参考? 在评论中让我知道!

翻译自: https://uxdesign.cc/revisiting-color-design-53d5b139d1b1

逻辑回顾


http://www.taodudu.cc/news/show-4392311.html

相关文章:

  • 回顾Nginx网站服务配置
  • Scrum 计划、站会、评审、回顾会议介绍
  • 爬虫基础回顾
  • BPR算法回顾
  • SpringBoot开发之JavaWeb回顾
  • 知识✧回顾
  • Python3网络爬虫requests库保存登录cookies无法显示登录后的结果
  • J2EE疑难解决实例--转自JSP中文网
  • J2EE疑难解决实例
  • canvas——往下跳小游戏
  • php session header,php session header()重定向后丢失 - php
  • 语法练习:left2
  • 使用 GPG 为极狐GitLab git commit 签名
  • 趋势图
  • 阿里巴巴面试java研发工程师实录
  • 书旗小说app点评
  • pc端小说测试
  • 小说的逻辑与反逻辑_小说内部的逻辑与反逻辑
  • 安卓手机小说阅读器_书城小说阅读器app下载_书城小说阅读器手机版下载
  • 推荐几本小说
  • 琼瑶评价
  • 安卓手机小说阅读器_百万小说阅读器app免费版下载-百万小说阅读器app手机版下载v1.4...
  • 小说双端体验报告
  • 米糊小说隐私政策
  • 古典小说大全
  • 小说形象特征包括哪些方面_小说的基本特征是塑造人物形象
  • 基于javaweb小说评价下载网站管理系统 ssm框架
  • 【Swift】监听耳机插入拔出的通知
  • Android后台监听耳机(线控、蓝牙)按键事件
  • android获取外放设备,Android 监听耳机外放设备

逻辑回顾_回顾色彩设计相关推荐

  1. Android驱动学习-内部机制_回顾binder框架关键点

    内部机制_回顾binder框架关键点 server注册服务时, 对每个服务都提供不同的ptr/cookie, 在驱动程序里对每个服务都构造一个binder_node, 它也含有ptr/cookie c ...

  2. “深挖洞 广积粮”历史回顾_中国制造_网易

    "深挖洞 广积粮"历史回顾_中国制造_网易 "深挖洞 广积粮"历史回顾_中国制造_网易 附:"深挖洞 广积粮"的由来 posted on 2 ...

  3. 版本回顾会_回顾Excel的早期版本

    版本回顾会 回顾Excel的早期版本 (Looking Back at Early Versions of Excel) While clearing some of the boxes in the ...

  4. 回顾历史_回顾美联储历史,美国货币政策是如何演变的?

    要闻 回顾美联储历史,美国货币政策是如何演变的? 2019年10月22日 11:18:27 智通财经网 本文来自 "期货日报". 作为美国的中央银行,美联储成立以来所制定的货币政策 ...

  5. scrum回顾_沙龙回顾 | 大规模敏捷框架-Essential SAFe介绍

    作者:袁翠 2019年1月20日,这是一个周日的晚上,尽管如此,来参加沙龙的人还是不少,与其在家无所事事,不如来一场知识的火花碰撞. 按照惯例,先是进行自我介绍.如果说这次自我介绍与以往有任何不同的地 ...

  6. scrum回顾_[PM]敏捷开发之Scrum总结

    敏捷的开发方法有很多,比如极限编程(XP).Scrum.水晶方法(Crystal Methods).自适应软件开发(ASD).特性驱动开发(FDD).动态系统开发(DSDM).轻量级RUP.测试驱动开 ...

  7. 开源中国 精彩回顾_如何撰写精彩的事件回顾

    开源中国 精彩回顾 您已举行并举行了一个活动. 恭喜! 怎么办? 活动结束后的总结和报告是您的社区和与会人员跟踪关键思想和要点的有用方法,这些思想和要点可能会影响他们的沟通,协作和做出未来的决策. 活 ...

  8. github issue 搜索_回顾 2020 年 GitHub 的大事件,你知道多少?

    作者:HelloGitHub-小鱼干 这里是 HelloGitHub 出品的年度盘点系列,本期我们将盘点 GitHub 在 2020 发生的大事件,回顾一下今年 GitHub 给我们带来了那些惊喜.故 ...

  9. dparsf是什么_回顾:第五届DPABI/DPARSF特训营暨DPABISurf加强营

    附:第五届DPABI/DPARSF特训营暨DPABISurf加强营回顾 第/五/届/特/训/营/合/影 2019年7月20日至7月22日,第五届DPABI/DPARSF特训营暨DPABISurf加强营 ...

最新文章

  1. golang中的panic
  2. linux个人常用命令备注
  3. TOMCAT的域名配置
  4. SpringBoot整合Mybatis完整详细版
  5. C#中全角转半角以及半角转全角
  6. 每天30分钟搞Software Rendering--(0)搜集资料,阅读,了解
  7. 全网首发:JDK绘制文字:八、绘制函数简要分析
  8. 浅谈前端面向对象oop思想
  9. 景观干扰度(arcgis和fragstats)
  10. Android 源码结构简介
  11. php注册后面有对号错号,网络编程jQuery Ajax显示对号和错号用于验证输入验证码是否正确...
  12. CEC2018:动态多目标测试函数DF6~DF9的PS及PF(提供Matlab代码)
  13. com.android.provision基本介绍
  14. JavaScript实现变化的满天星星
  15. pandoc下载 - 文档格式转换器
  16. Maya XGen 毛发制作3 - 创建发块
  17. 部落卫队 (回溯搜索)
  18. 常用字符串API实现(笔试会考)
  19. vs2015编写基本C
  20. windows无法连接到打印机错误为0x0000011b的解决办法

热门文章

  1. dbcontext的使用
  2. 研华PCI板卡开发(3)快速入门(3)设备操作
  3. NAT地址转换实验记录
  4. colab常见问题解答
  5. Deploy k8s(1.25)
  6. 在线html编辑器 富文本转为html代码
  7. Linux协议栈--NAPI机制
  8. Intellij Idea将普通项目导出为jar包
  9. Baumer工业相机堡盟相机如何使用自动曝光功能(自动曝光优点和行业应用)(C++)
  10. Linux内核的删除