Color spaces of #c8edec
RGB | 200 | 237 | 236 |
---|---|---|---|
HSL | 0.50 | 0.51 | 0.86 |
HSV | 178° | 16° | 93° |
CMYK | 0.16 | 0.00 | 0.00 0.07 |
XYZ | 69.2439 | 78.9039 | 90.9373 |
Yxy | 78.9039 | 0.2896 | 0.3300 |
Hunter Lab | 88.8279 | -16.3028 | 1.4815 |
CIE-Lab | 91.1908 | -12.1275 | -3.5347 |
#c8edec color RGB value is (200,237,236).
#c8edec hex color red value is 200, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c8edec hue: 0.50 , saturation: 0.51 and the lightness value of c8edec is 0.86.
The process color (four color CMYK) of #c8edec color hex is 0.16, 0.00, 0.00, 0.07. Web safe color of #c8edec is #ccffff. Color #c8edec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11101101 | 11101100 |
Octal | 310 | 355 | 354 |
Decimal | 200 | 237 | 236 |
Hex | C8 | ED | EC |
Shades of #c8edec
Tints of #c8edec
RGB Percentages of Color #c8edec
CMYK Percentages of Color #c8edec
Complementary Color
#c8edec | #edc8c9 |
#c8edec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8edec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8edec Color CSS Codes
.mybgcolor {background-color:#c8edec; } .myforecolor {color:#c8edec; } .mybordercolor {border:3px solid #c8edec; }
#c8edec Text Font Color
<p style="color:#c8edec">Text here</p>
This sample text font color is #c8edec
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.
#c8edec Background Color
<div style="background-color:#c8edec">
Div content here</div>
This div background color is #c8edec
#c8edec Border Color
<div style="border:3px solid #c8edec">
Div here</div>
This div border color is #c8edec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,237,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8edec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8edec; -webkit-box-shadow: 1px 1px 3px 2px #c8edec; box-shadow: 1px 1px 3px 2px #c8edec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,237,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8edec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8edec; -webkit-box-shadow: 1px 1px 3px 2px #c8edec; box-shadow: 1px 1px 3px 2px #c8edec;">
Div content here</div>
This div box has shadow with color #c8edec
Comments
No comments written yet.
Please login to write comment.