Color Hex Logo

#c0eeef Color Hex

#C0EEEF
(192,238,239)
0 Favorites   0 Comments

Color spaces of #c0eeef

RGB 192238239
HSL0.500.590.85
HSV181°20°94°
CMYK 0.200.000.00   0.06
XYZ67.892878.587593.2519
Yxy78.58750.28320.3278
Hunter Lab88.6496-18.4315-0.3134
CIE-Lab91.0473-14.4545-5.3667

#c0eeef color RGB value is (192,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101110 11101111
Octal 300 356 357
Decimal 192 238 239
Hex C0 EE EF

RGB Percentages of Color #c0eeef

%28.70
%35.58
%35.72

CMYK Percentages of Color #c0eeef

%20
%0
%0
%6

Triadic Colors of #c0eeef

#c0eeef #efc0ee #eeefc0

Analogous Colors of #c0eeef

#c0eeef #c0d7ef #c0efd9

Monochromatic Colors of #c0eeef

#c0eeef

Complementary Color

#c0eeef #efc1c0

#c0eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eeef Color CSS Codes

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

#c0eeef Text Font Color

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

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


#c0eeef Background Color

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

This div background color is #c0eeef


#c0eeef Border Color

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

This div border color is #c0eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eeef


Comments

No comments written yet.

Please login to write comment.