Color spaces of #cfdcaa
RGB | 207 | 220 | 170 |
---|---|---|---|
HSL | 0.21 | 0.42 | 0.76 |
HSV | 76° | 23° | 86° |
CMYK | 0.06 | 0.00 | 0.23 0.14 |
XYZ | 58.5810 | 67.3541 | 47.9433 |
Yxy | 67.3541 | 0.3369 | 0.3874 |
Hunter Lab | 82.0695 | -16.2089 | 22.8127 |
CIE-Lab | 85.6824 | -12.7767 | 23.1597 |
#cfdcaa color RGB value is (207,220,170).
#cfdcaa hex color red value is 207, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfdcaa hue: 0.21 , saturation: 0.42 and the lightness value of cfdcaa is 0.76.
The process color (four color CMYK) of #cfdcaa color hex is 0.06, 0.00, 0.23, 0.14. Web safe color of #cfdcaa is #cccc99. Color #cfdcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011100 | 10101010 |
Octal | 317 | 334 | 252 |
Decimal | 207 | 220 | 170 |
Hex | CF | DC | AA |
Shades of #cfdcaa
Tints of #cfdcaa
RGB Percentages of Color #cfdcaa
CMYK Percentages of Color #cfdcaa
Complementary Color
#cfdcaa | #b7aadc |
#cfdcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdcaa Color CSS Codes
.mybgcolor {background-color:#cfdcaa; } .myforecolor {color:#cfdcaa; } .mybordercolor {border:3px solid #cfdcaa; }
#cfdcaa Text Font Color
<p style="color:#cfdcaa">Text here</p>
This sample text font color is #cfdcaa
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.
#cfdcaa Background Color
<div style="background-color:#cfdcaa">
Div content here</div>
This div background color is #cfdcaa
#cfdcaa Border Color
<div style="border:3px solid #cfdcaa">
Div here</div>
This div border color is #cfdcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdcaa; -webkit-box-shadow: 1px 1px 3px 2px #cfdcaa; box-shadow: 1px 1px 3px 2px #cfdcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,220,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 #cfdcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdcaa; -webkit-box-shadow: 1px 1px 3px 2px #cfdcaa; box-shadow: 1px 1px 3px 2px #cfdcaa;">
Div content here</div>
This div box has shadow with color #cfdcaa
Comments
No comments written yet.
Please login to write comment.