Color spaces of #c8eaee
RGB | 200 | 234 | 238 |
---|---|---|---|
HSL | 0.52 | 0.53 | 0.86 |
HSV | 186° | 16° | 93° |
CMYK | 0.16 | 0.02 | 0.00 0.07 |
XYZ | 68.6749 | 77.2980 | 92.1894 |
Yxy | 77.2980 | 0.2884 | 0.3246 |
Hunter Lab | 87.9193 | -14.4301 | -0.6261 |
CIE-Lab | 90.4586 | -10.2072 | -5.6576 |
#c8eaee color RGB value is (200,234,238).
#c8eaee hex color red value is 200, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c8eaee hue: 0.52 , saturation: 0.53 and the lightness value of c8eaee is 0.86.
The process color (four color CMYK) of #c8eaee color hex is 0.16, 0.02, 0.00, 0.07. Web safe color of #c8eaee is #ccffff. Color #c8eaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11101010 | 11101110 |
Octal | 310 | 352 | 356 |
Decimal | 200 | 234 | 238 |
Hex | C8 | EA | EE |
Shades of #c8eaee
Tints of #c8eaee
RGB Percentages of Color #c8eaee
CMYK Percentages of Color #c8eaee
Complementary Color
#c8eaee | #eeccc8 |
#c8eaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8eaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8eaee Color CSS Codes
.mybgcolor {background-color:#c8eaee; } .myforecolor {color:#c8eaee; } .mybordercolor {border:3px solid #c8eaee; }
#c8eaee Text Font Color
<p style="color:#c8eaee">Text here</p>
This sample text font color is #c8eaee
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.
#c8eaee Background Color
<div style="background-color:#c8eaee">
Div content here</div>
This div background color is #c8eaee
#c8eaee Border Color
<div style="border:3px solid #c8eaee">
Div here</div>
This div border color is #c8eaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8eaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8eaee; -webkit-box-shadow: 1px 1px 3px 2px #c8eaee; box-shadow: 1px 1px 3px 2px #c8eaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,234,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8eaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8eaee; -webkit-box-shadow: 1px 1px 3px 2px #c8eaee; box-shadow: 1px 1px 3px 2px #c8eaee;">
Div content here</div>
This div box has shadow with color #c8eaee
#c8eaee Color Palettes
Comments
No comments written yet.
Please login to write comment.