Color Hex Logo

#c8ceeb Color Hex

#C8CEEB
(200,206,235)
0 Favorites   0 Comments

Color spaces of #c8ceeb

RGB 200206235
HSL0.640.470.85
HSV230°15°92°
CMYK 0.150.120.00   0.08
XYZ60.886162.420187.4365
Yxy62.42010.28890.2962
Hunter Lab79.0064-0.7006-10.3119
CIE-Lab83.13633.7074-14.9731

#c8ceeb color RGB value is (200,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001110 11101011
Octal 310 316 353
Decimal 200 206 235
Hex C8 CE EB

RGB Percentages of Color #c8ceeb

%31.20
%32.14
%36.66

CMYK Percentages of Color #c8ceeb

%15
%12
%0
%8

Triadic Colors of #c8ceeb

#c8ceeb #ebc8ce #ceebc8

Analogous Colors of #c8ceeb

#c8ceeb #d4c8eb #c8e0eb

Monochromatic Colors of #c8ceeb

#c8ceeb

Complementary Color

#c8ceeb #ebe5c8

#c8ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ceeb Color CSS Codes

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

#c8ceeb Text Font Color

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

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


#c8ceeb Background Color

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

This div background color is #c8ceeb


#c8ceeb Border Color

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

This div border color is #c8ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ceeb


Comments

No comments written yet.

Please login to write comment.