Color spaces of #cffcaa
RGB | 207 | 252 | 170 |
---|---|---|---|
HSL | 0.26 | 0.93 | 0.83 |
HSV | 93° | 33° | 99° |
CMYK | 0.18 | 0.00 | 0.33 0.01 |
XYZ | 67.7982 | 85.7885 | 51.0157 |
Yxy | 85.7885 | 0.3314 | 0.4193 |
Hunter Lab | 92.6221 | -31.4289 | 32.1789 |
CIE-Lab | 94.2218 | -28.3455 | 34.6996 |
#cffcaa color RGB value is (207,252,170).
#cffcaa hex color red value is 207, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cffcaa hue: 0.26 , saturation: 0.93 and the lightness value of cffcaa is 0.83.
The process color (four color CMYK) of #cffcaa color hex is 0.18, 0.00, 0.33, 0.01. Web safe color of #cffcaa is #ccff99. Color #cffcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111100 | 10101010 |
Octal | 317 | 374 | 252 |
Decimal | 207 | 252 | 170 |
Hex | CF | FC | AA |
Shades of #cffcaa
Tints of #cffcaa
RGB Percentages of Color #cffcaa
CMYK Percentages of Color #cffcaa
Complementary Color
#cffcaa | #d7aafc |
#cffcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffcaa Color CSS Codes
.mybgcolor {background-color:#cffcaa; } .myforecolor {color:#cffcaa; } .mybordercolor {border:3px solid #cffcaa; }
#cffcaa Text Font Color
<p style="color:#cffcaa">Text here</p>
This sample text font color is #cffcaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cffcaa Background Color
<div style="background-color:#cffcaa">
Div content here</div>
This div background color is #cffcaa
#cffcaa Border Color
<div style="border:3px solid #cffcaa">
Div here</div>
This div border color is #cffcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,252,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffcaa; -webkit-box-shadow: 1px 1px 3px 2px #cffcaa; box-shadow: 1px 1px 3px 2px #cffcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,252,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffcaa; -webkit-box-shadow: 1px 1px 3px 2px #cffcaa; box-shadow: 1px 1px 3px 2px #cffcaa;">
Div content here</div>
This div box has shadow with color #cffcaa
Comments
No comments written yet.
Please login to write comment.