Color Hex Logo

#c0ceeb Color Hex

#C0CEEB
(192,206,235)
0 Favorites   0 Comments

Color spaces of #c0ceeb

RGB 192206235
HSL0.610.520.84
HSV220°18°92°
CMYK 0.180.120.00   0.08
XYZ58.804961.347287.3391
Yxy61.34720.28340.2957
Hunter Lab78.3245-3.0525-11.2868
CIE-Lab82.56501.2018-15.8890

#c0ceeb color RGB value is (192,206,235).

#c0ceeb hex color red value is 192, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c0ceeb hue: 0.61 , saturation: 0.52 and the lightness value of c0ceeb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001110 11101011
Octal 300 316 353
Decimal 192 206 235
Hex C0 CE EB

RGB Percentages of Color #c0ceeb

%30.33
%32.54
%37.12

CMYK Percentages of Color #c0ceeb

%18
%12
%0
%8

Triadic Colors of #c0ceeb

#c0ceeb #ebc0ce #ceebc0

Analogous Colors of #c0ceeb

#c0ceeb #c8c0eb #c0e4eb

Monochromatic Colors of #c0ceeb

#c0ceeb

Complementary Color

#c0ceeb #ebddc0

#c0ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ceeb Color CSS Codes

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

#c0ceeb Text Font Color

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

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


#c0ceeb Background Color

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

This div background color is #c0ceeb


#c0ceeb Border Color

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

This div border color is #c0ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ceeb


Comments

No comments written yet.

Please login to write comment.