Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css] 第64天 举例说明css中颜色的表示方法有几种 #294

Open
haizhilin2013 opened this issue Jun 18, 2019 · 5 comments
Open
Labels
css css

Comments

@haizhilin2013
Copy link
Collaborator

haizhilin2013 commented Jun 18, 2019

第64天 举例说明css中颜色的表示方法有几种

@haizhilin2013 haizhilin2013 added the css css label Jun 18, 2019
@haizhilin2013 haizhilin2013 changed the title [css] 第63天 举例说明css中颜色的表示方法有几种 [css] 第64天 举例说明css中颜色的表示方法有几种 Jun 18, 2019
@xn213
Copy link

xn213 commented Jun 18, 2019

  1. 颜色单词: blue / lightblue / skyblue / transparent(透明)
  2. rgb(0-255, 0-255, 0-255) / rgba(0-255, 0-255, 0-255, 0-1)
  3. hsl色相: hsl(色调,饱和度,明度) hsla( 色调,饱和度,亮度,不透明度 ) (兼容性)
  4. 十六进制: #000000- #FFFFFF ( #000 - #fff ) ( 0-9 a-f | [A-F] )

@yxkhaha
Copy link

yxkhaha commented Jun 19, 2019

  • 单词 pink
  • rgb(255,255,255)
  • rgba(0,0,0,.5)
  • 十六进制 #ffffff

@HuaRongSAO
Copy link

单词:dark
16进制:#fff #fffffff
rgba()
hsl,hsla
gba

@MrZ2019
Copy link

MrZ2019 commented Jan 2, 2021

  1. 颜色单词: blue / lightblue / skyblue / transparent(透明)
  2. rgb(0-255, 0-255, 0-255) / rgba(0-255, 0-255, 0-255, 0-1)
  3. hsl色相: hsl(色调,饱和度,明度) hsla( 色调,饱和度,亮度,不透明度 ) (兼容性)
  4. 十六进制: #000000- #FFFFFF ( #000 - #fff ) ( 0-9 a-f | [A-F] )

@dragon-sing
Copy link

  1. 英语单词: 'red'/ 'blue'/ 'transparent'
  2. rgb
  3. 十六进制: #ffffff
  4. hsl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css css
Projects
None yet
Development

No branches or pull requests

6 participants