Color spaces of #cfddca
RGB | 207 | 221 | 202 |
---|---|---|---|
HSL | 0.29 | 0.22 | 0.83 |
HSV | 104° | 9° | 87° |
CMYK | 0.06 | 0.00 | 0.09 0.13 |
XYZ | 62.2492 | 69.2426 | 65.9614 |
Yxy | 69.2426 | 0.3153 | 0.3507 |
Hunter Lab | 83.2121 | -12.0893 | 11.2499 |
CIE-Lab | 86.6240 | -8.1330 | 7.7096 |
#cfddca color RGB value is (207,221,202).
#cfddca hex color red value is 207, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cfddca hue: 0.29 , saturation: 0.22 and the lightness value of cfddca is 0.83.
The process color (four color CMYK) of #cfddca color hex is 0.06, 0.00, 0.09, 0.13. Web safe color of #cfddca is #cccccc. Color #cfddca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011101 | 11001010 |
Octal | 317 | 335 | 312 |
Decimal | 207 | 221 | 202 |
Hex | CF | DD | CA |
Shades of #cfddca
Tints of #cfddca
RGB Percentages of Color #cfddca
CMYK Percentages of Color #cfddca
Complementary Color
#cfddca | #d8cadd |
#cfddca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfddca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfddca Color CSS Codes
.mybgcolor {background-color:#cfddca; } .myforecolor {color:#cfddca; } .mybordercolor {border:3px solid #cfddca; }
#cfddca Text Font Color
<p style="color:#cfddca">Text here</p>
This sample text font color is #cfddca
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.
#cfddca Background Color
<div style="background-color:#cfddca">
Div content here</div>
This div background color is #cfddca
#cfddca Border Color
<div style="border:3px solid #cfddca">
Div here</div>
This div border color is #cfddca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,221,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfddca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfddca; -webkit-box-shadow: 1px 1px 3px 2px #cfddca; box-shadow: 1px 1px 3px 2px #cfddca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,221,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfddca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfddca; -webkit-box-shadow: 1px 1px 3px 2px #cfddca; box-shadow: 1px 1px 3px 2px #cfddca;">
Div content here</div>
This div box has shadow with color #cfddca
Comments
No comments written yet.
Please login to write comment.