Color Hex Logo

#c0ceef Color Hex

#C0CEEF
(192,206,239)
0 Favorites   0 Comments

Color spaces of #c0ceef

RGB 192206239
HSL0.620.590.85
HSV222°20°94°
CMYK 0.200.140.00   0.06
XYZ59.389561.581190.4175
Yxy61.58110.28100.2913
Hunter Lab78.4736-2.2385-13.3825
CIE-Lab82.69012.0697-17.8314

#c0ceef color RGB value is (192,206,239).

#c0ceef hex color red value is 192, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c0ceef hue: 0.62 , saturation: 0.59 and the lightness value of c0ceef is 0.85.

The process color (four color CMYK) of #c0ceef color hex is 0.20, 0.14, 0.00, 0.06. Web safe color of #c0ceef is #ccccff. Color #c0ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001110 11101111
Octal 300 316 357
Decimal 192 206 239
Hex C0 CE EF

RGB Percentages of Color #c0ceef

%30.14
%32.34
%37.52

CMYK Percentages of Color #c0ceef

%20
%14
%0
%6

Triadic Colors of #c0ceef

#c0ceef #efc0ce #ceefc0

Analogous Colors of #c0ceef

#c0ceef #cac0ef #c0e6ef

Monochromatic Colors of #c0ceef

#c0ceef

Complementary Color

#c0ceef #efe1c0

#c0ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ceef Color CSS Codes

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

#c0ceef Text Font Color

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

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


#c0ceef Background Color

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

This div background color is #c0ceef


#c0ceef Border Color

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

This div border color is #c0ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ceef


Comments

No comments written yet.

Please login to write comment.