Color spaces of #c8cede
RGB | 200 | 206 | 222 |
---|---|---|---|
HSL | 0.62 | 0.25 | 0.83 |
HSV | 224° | 10° | 87° |
CMYK | 0.10 | 0.07 | 0.00 0.13 |
XYZ | 59.0755 | 61.6959 | 77.9021 |
Yxy | 61.6959 | 0.2973 | 0.3105 |
Hunter Lab | 78.5467 | -3.2058 | -3.8207 |
CIE-Lab | 82.7514 | 1.0509 | -8.6180 |
#c8cede color RGB value is (200,206,222).
#c8cede hex color red value is 200, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c8cede hue: 0.62 , saturation: 0.25 and the lightness value of c8cede is 0.83.
The process color (four color CMYK) of #c8cede color hex is 0.10, 0.07, 0.00, 0.13. Web safe color of #c8cede is #cccccc. Color #c8cede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11001110 | 11011110 |
Octal | 310 | 316 | 336 |
Decimal | 200 | 206 | 222 |
Hex | C8 | CE | DE |
Shades of #c8cede
Tints of #c8cede
RGB Percentages of Color #c8cede
CMYK Percentages of Color #c8cede
Complementary Color
#c8cede | #ded8c8 |
#c8cede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8cede Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8cede Color CSS Codes
.mybgcolor {background-color:#c8cede; } .myforecolor {color:#c8cede; } .mybordercolor {border:3px solid #c8cede; }
#c8cede Text Font Color
<p style="color:#c8cede">Text here</p>
This sample text font color is #c8cede
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.
#c8cede Background Color
<div style="background-color:#c8cede">
Div content here</div>
This div background color is #c8cede
#c8cede Border Color
<div style="border:3px solid #c8cede">
Div here</div>
This div border color is #c8cede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,206,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8cede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8cede; -webkit-box-shadow: 1px 1px 3px 2px #c8cede; box-shadow: 1px 1px 3px 2px #c8cede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,206,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8cede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8cede; -webkit-box-shadow: 1px 1px 3px 2px #c8cede; box-shadow: 1px 1px 3px 2px #c8cede;">
Div content here</div>
This div box has shadow with color #c8cede
Comments
No comments written yet.
Please login to write comment.