Color Hex Logo

#c8eaee Color Hex

#C8EAEE
(200,234,238)
0 Favorites   0 Comments

Color spaces of #c8eaee

RGB 200234238
HSL0.520.530.86
HSV186°16°93°
CMYK 0.160.020.00   0.07
XYZ68.674977.298092.1894
Yxy77.29800.28840.3246
Hunter Lab87.9193-14.4301-0.6261
CIE-Lab90.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

BaseRedGreenBlue
Binary 11001000 11101010 11101110
Octal 310 352 356
Decimal 200 234 238
Hex C8 EA EE

RGB Percentages of Color #c8eaee

%29.76
%34.82
%35.42

CMYK Percentages of Color #c8eaee

%16
%2
%0
%7

Triadic Colors of #c8eaee

#c8eaee #eec8ea #eaeec8

Analogous Colors of #c8eaee

#c8eaee #c8d7ee #c8eedf

Monochromatic Colors of #c8eaee

#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


Comments

No comments written yet.

Please login to write comment.