Color spaces of #cfdaad
RGB | 207 | 218 | 173 |
---|---|---|---|
HSL | 0.21 | 0.38 | 0.77 |
HSV | 75° | 21° | 85° |
CMYK | 0.05 | 0.00 | 0.21 0.15 |
XYZ | 58.3464 | 66.4253 | 49.2814 |
Yxy | 66.4253 | 0.3352 | 0.3816 |
Hunter Lab | 81.5017 | -14.8413 | 21.2005 |
CIE-Lab | 85.2129 | -11.3215 | 20.9475 |
#cfdaad color RGB value is (207,218,173).
#cfdaad hex color red value is 207, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cfdaad hue: 0.21 , saturation: 0.38 and the lightness value of cfdaad is 0.77.
The process color (four color CMYK) of #cfdaad color hex is 0.05, 0.00, 0.21, 0.15. Web safe color of #cfdaad is #cccc99. Color #cfdaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011010 | 10101101 |
Octal | 317 | 332 | 255 |
Decimal | 207 | 218 | 173 |
Hex | CF | DA | AD |
Shades of #cfdaad
Tints of #cfdaad
RGB Percentages of Color #cfdaad
CMYK Percentages of Color #cfdaad
Complementary Color
#cfdaad | #b8adda |
#cfdaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdaad Color CSS Codes
.mybgcolor {background-color:#cfdaad; } .myforecolor {color:#cfdaad; } .mybordercolor {border:3px solid #cfdaad; }
#cfdaad Text Font Color
<p style="color:#cfdaad">Text here</p>
This sample text font color is #cfdaad
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.
#cfdaad Background Color
<div style="background-color:#cfdaad">
Div content here</div>
This div background color is #cfdaad
#cfdaad Border Color
<div style="border:3px solid #cfdaad">
Div here</div>
This div border color is #cfdaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,218,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdaad; -webkit-box-shadow: 1px 1px 3px 2px #cfdaad; box-shadow: 1px 1px 3px 2px #cfdaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,218,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdaad; -webkit-box-shadow: 1px 1px 3px 2px #cfdaad; box-shadow: 1px 1px 3px 2px #cfdaad;">
Div content here</div>
This div box has shadow with color #cfdaad
Comments
No comments written yet.
Please login to write comment.