Color spaces of #cccedc
RGB | 204 | 206 | 220 |
---|---|---|---|
HSL | 0.65 | 0.19 | 0.83 |
HSV | 233° | 7° | 86° |
CMYK | 0.07 | 0.06 | 0.00 0.14 |
XYZ | 59.8914 | 62.1473 | 76.5492 |
Yxy | 62.1473 | 0.3016 | 0.3129 |
Hunter Lab | 78.8336 | -2.3488 | -2.3885 |
CIE-Lab | 82.9917 | 1.9707 | -7.1622 |
#cccedc color RGB value is (204,206,220).
#cccedc hex color red value is 204, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cccedc hue: 0.65 , saturation: 0.19 and the lightness value of cccedc is 0.83.
The process color (four color CMYK) of #cccedc color hex is 0.07, 0.06, 0.00, 0.14. Web safe color of #cccedc is #cccccc. Color #cccedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001110 | 11011100 |
Octal | 314 | 316 | 334 |
Decimal | 204 | 206 | 220 |
Hex | CC | CE | DC |
Shades of #cccedc
Tints of #cccedc
RGB Percentages of Color #cccedc
CMYK Percentages of Color #cccedc
Complementary Color
#cccedc | #dcdacc |
#cccedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccedc Color CSS Codes
.mybgcolor {background-color:#cccedc; } .myforecolor {color:#cccedc; } .mybordercolor {border:3px solid #cccedc; }
#cccedc Text Font Color
<p style="color:#cccedc">Text here</p>
This sample text font color is #cccedc
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.
#cccedc Background Color
<div style="background-color:#cccedc">
Div content here</div>
This div background color is #cccedc
#cccedc Border Color
<div style="border:3px solid #cccedc">
Div here</div>
This div border color is #cccedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccedc; -webkit-box-shadow: 1px 1px 3px 2px #cccedc; box-shadow: 1px 1px 3px 2px #cccedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,206,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccedc; -webkit-box-shadow: 1px 1px 3px 2px #cccedc; box-shadow: 1px 1px 3px 2px #cccedc;">
Div content here</div>
This div box has shadow with color #cccedc
Comments
No comments written yet.
Please login to write comment.