Color spaces of #c7decc
RGB | 199 | 222 | 204 |
---|---|---|---|
HSL | 0.37 | 0.26 | 0.83 |
HSV | 133° | 10° | 87° |
CMYK | 0.10 | 0.00 | 0.08 0.13 |
XYZ | 60.5735 | 68.7443 | 67.2032 |
Yxy | 68.7443 | 0.3082 | 0.3498 |
Hunter Lab | 82.9122 | -14.6888 | 9.9819 |
CIE-Lab | 86.3773 | -11.0011 | 6.2288 |
#c7decc color RGB value is (199,222,204).
#c7decc hex color red value is 199, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c7decc hue: 0.37 , saturation: 0.26 and the lightness value of c7decc is 0.83.
The process color (four color CMYK) of #c7decc color hex is 0.10, 0.00, 0.08, 0.13. Web safe color of #c7decc is #cccccc. Color #c7decc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11011110 | 11001100 |
Octal | 307 | 336 | 314 |
Decimal | 199 | 222 | 204 |
Hex | C7 | DE | CC |
Shades of #c7decc
Tints of #c7decc
RGB Percentages of Color #c7decc
CMYK Percentages of Color #c7decc
Complementary Color
#c7decc | #dec7d9 |
#c7decc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7decc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7decc Color CSS Codes
.mybgcolor {background-color:#c7decc; } .myforecolor {color:#c7decc; } .mybordercolor {border:3px solid #c7decc; }
#c7decc Text Font Color
<p style="color:#c7decc">Text here</p>
This sample text font color is #c7decc
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.
#c7decc Background Color
<div style="background-color:#c7decc">
Div content here</div>
This div background color is #c7decc
#c7decc Border Color
<div style="border:3px solid #c7decc">
Div here</div>
This div border color is #c7decc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7decc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7decc; -webkit-box-shadow: 1px 1px 3px 2px #c7decc; box-shadow: 1px 1px 3px 2px #c7decc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7decc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7decc; -webkit-box-shadow: 1px 1px 3px 2px #c7decc; box-shadow: 1px 1px 3px 2px #c7decc;">
Div content here</div>
This div box has shadow with color #c7decc
Comments
No comments written yet.
Please login to write comment.