Color Hex Logo

#c8ceea Color Hex

#C8CEEA
(200,206,234)
0 Favorites   0 Comments

Color spaces of #c8ceea

RGB 200206234
HSL0.640.450.85
HSV229°15°92°
CMYK 0.150.120.00   0.08
XYZ60.742062.362586.6776
Yxy62.36250.28950.2973
Hunter Lab78.9699-0.8990-9.7979
CIE-Lab83.10583.4986-14.4863

#c8ceea color RGB value is (200,206,234).

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

The process color (four color CMYK) of #c8ceea color hex is 0.15, 0.12, 0.00, 0.08. Web safe color of #c8ceea is #ccccff. Color #c8ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001110 11101010
Octal 310 316 352
Decimal 200 206 234
Hex C8 CE EA

RGB Percentages of Color #c8ceea

%31.25
%32.19
%36.56

CMYK Percentages of Color #c8ceea

%15
%12
%0
%8

Triadic Colors of #c8ceea

#c8ceea #eac8ce #ceeac8

Analogous Colors of #c8ceea

#c8ceea #d3c8ea #c8dfea

Monochromatic Colors of #c8ceea

#c8ceea

Complementary Color

#c8ceea #eae4c8

#c8ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ceea Color CSS Codes

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

#c8ceea Text Font Color

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

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


#c8ceea Background Color

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

This div background color is #c8ceea


#c8ceea Border Color

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

This div border color is #c8ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8ceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ceea


Comments

No comments written yet.

Please login to write comment.