Color Hex Logo

#c0ebde Color Hex

#C0EBDE
(192,235,222)
0 Favorites   0 Comments

Color spaces of #c0ebde

RGB 192235222
HSL0.450.520.84
HSV162°18°92°
CMYK 0.180.000.06   0.08
XYZ64.631475.897180.3504
Yxy75.89710.29260.3436
Hunter Lab87.1189-20.03346.2997
CIE-Lab89.8115-16.40251.6999

#c0ebde color RGB value is (192,235,222).

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

The process color (four color CMYK) of #c0ebde color hex is 0.18, 0.00, 0.06, 0.08. Web safe color of #c0ebde is #ccffcc. Color #c0ebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 11011110
Octal 300 353 336
Decimal 192 235 222
Hex C0 EB DE

RGB Percentages of Color #c0ebde

%29.58
%36.21
%34.21

CMYK Percentages of Color #c0ebde

%18
%0
%6
%8

Triadic Colors of #c0ebde

#c0ebde #dec0eb #ebdec0

Analogous Colors of #c0ebde

#c0ebde #c0e3eb #c0ebc9

Monochromatic Colors of #c0ebde

#c0ebde

Complementary Color

#c0ebde #ebc0cd

#c0ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebde Color CSS Codes

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

#c0ebde Text Font Color

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

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


#c0ebde Background Color

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

This div background color is #c0ebde


#c0ebde Border Color

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

This div border color is #c0ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebde


Comments

No comments written yet.

Please login to write comment.