Color Hex Logo

#c0edde Color Hex

#C0EDDE
(192,237,222)
0 Favorites   0 Comments

Color spaces of #c0edde

RGB 192237222
HSL0.440.560.84
HSV160°19°93°
CMYK 0.190.000.06   0.07
XYZ65.207277.048880.5424
Yxy77.04880.29270.3458
Hunter Lab87.7774-21.00837.0412
CIE-Lab90.3441-17.39612.4742

#c0edde color RGB value is (192,237,222).

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

The process color (four color CMYK) of #c0edde color hex is 0.19, 0.00, 0.06, 0.07. Web safe color of #c0edde is #ccffcc. Color #c0edde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101101 11011110
Octal 300 355 336
Decimal 192 237 222
Hex C0 ED DE

RGB Percentages of Color #c0edde

%29.49
%36.41
%34.10

CMYK Percentages of Color #c0edde

%19
%0
%6
%7

Triadic Colors of #c0edde

#c0edde #dec0ed #eddec0

Analogous Colors of #c0edde

#c0edde #c0e6ed #c0edc8

Monochromatic Colors of #c0edde

#c0edde

Complementary Color

#c0edde #edc0cf

#c0edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0edde Color CSS Codes

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

#c0edde Text Font Color

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

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


#c0edde Background Color

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

This div background color is #c0edde


#c0edde Border Color

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

This div border color is #c0edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0edde


Comments

No comments written yet.

Please login to write comment.