Color Hex Logo

#c8ceec Color Hex

#C8CEEC
(200,206,236)
0 Favorites   0 Comments

Color spaces of #c8ceec

RGB 200206236
HSL0.640.490.85
HSV230°15°93°
CMYK 0.150.130.00   0.07
XYZ61.031062.478188.1997
Yxy62.47810.28830.2951
Hunter Lab79.0431-0.5014-10.8282
CIE-Lab83.16703.9168-15.4595

#c8ceec color RGB value is (200,206,236).

#c8ceec hex color red value is 200, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c8ceec hue: 0.64 , saturation: 0.49 and the lightness value of c8ceec is 0.85.

The process color (four color CMYK) of #c8ceec color hex is 0.15, 0.13, 0.00, 0.07. Web safe color of #c8ceec is #ccccff. Color #c8ceec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001110 11101100
Octal 310 316 354
Decimal 200 206 236
Hex C8 CE EC

RGB Percentages of Color #c8ceec

%31.15
%32.09
%36.76

CMYK Percentages of Color #c8ceec

%15
%13
%0
%7

Triadic Colors of #c8ceec

#c8ceec #ecc8ce #ceecc8

Analogous Colors of #c8ceec

#c8ceec #d4c8ec #c8e0ec

Monochromatic Colors of #c8ceec

#c8ceec

Complementary Color

#c8ceec #ece6c8

#c8ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ceec Color CSS Codes

.mybgcolor {background-color:#c8ceec; } 
.myforecolor {color:#c8ceec; }
.mybordercolor {border:3px solid #c8ceec; }

#c8ceec Text Font Color

<p style="color:#c8ceec">Text here</p>

This sample text font color is #c8ceec
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.


#c8ceec Background Color

<div style="background-color:#c8ceec">
Div content here</div>

This div background color is #c8ceec


#c8ceec Border Color

<div style="border:3px solid #c8ceec">
Div here</div>

This div border color is #c8ceec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,206,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8ceec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8ceec;
  -webkit-box-shadow: 1px 1px 3px 2px #c8ceec;
  box-shadow:         1px 1px 3px 2px #c8ceec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,206,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 #c8ceec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c8ceec;
  -webkit-box-shadow: 1px 1px 3px 2px #c8ceec;
  box-shadow:         1px 1px 3px 2px #c8ceec;">
Div content here</div>

This div box has shadow with color #c8ceec


Comments

No comments written yet.

Please login to write comment.