Color spaces of #cecedc
RGB | 206 | 206 | 220 |
---|---|---|---|
HSL | 0.67 | 0.17 | 0.84 |
HSV | 240° | 6° | 86° |
CMYK | 0.06 | 0.06 | 0.00 0.14 |
XYZ | 60.4432 | 62.4317 | 76.5750 |
Yxy | 62.4317 | 0.3030 | 0.3130 |
Hunter Lab | 79.0137 | -1.7267 | -2.1504 |
CIE-Lab | 83.1425 | 2.6333 | -6.9223 |
#cecedc color RGB value is (206,206,220).
#cecedc hex color red value is 206, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cecedc hue: 0.67 , saturation: 0.17 and the lightness value of cecedc is 0.84.
The process color (four color CMYK) of #cecedc color hex is 0.06, 0.06, 0.00, 0.14. Web safe color of #cecedc is #cccccc. Color #cecedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001110 | 11011100 |
Octal | 316 | 316 | 334 |
Decimal | 206 | 206 | 220 |
Hex | CE | CE | DC |
Shades of #cecedc
Tints of #cecedc
RGB Percentages of Color #cecedc
CMYK Percentages of Color #cecedc
Complementary Color
#cecedc | #dcdcce |
#cecedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecedc Color CSS Codes
.mybgcolor {background-color:#cecedc; } .myforecolor {color:#cecedc; } .mybordercolor {border:3px solid #cecedc; }
#cecedc Text Font Color
<p style="color:#cecedc">Text here</p>
This sample text font color is #cecedc
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.
#cecedc Background Color
<div style="background-color:#cecedc">
Div content here</div>
This div background color is #cecedc
#cecedc Border Color
<div style="border:3px solid #cecedc">
Div here</div>
This div border color is #cecedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecedc; -webkit-box-shadow: 1px 1px 3px 2px #cecedc; box-shadow: 1px 1px 3px 2px #cecedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,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 #cecedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecedc; -webkit-box-shadow: 1px 1px 3px 2px #cecedc; box-shadow: 1px 1px 3px 2px #cecedc;">
Div content here</div>
This div box has shadow with color #cecedc
#cecedc Color Palettes
Comments
No comments written yet.
Please login to write comment.