Color Hex Logo

#c0eaaa Color Hex

#C0EAAA
(192,234,170)
0 Favorites   0 Comments

Color spaces of #c0eaaa

RGB 192234170
HSL0.280.600.79
HSV99°27°92°
CMYK 0.180.000.27   0.08
XYZ58.416772.954449.0329
Yxy72.95440.32380.4044
Hunter Lab85.4133-27.392025.7530
CIE-Lab88.4260-25.000426.7458

#c0eaaa color RGB value is (192,234,170).

#c0eaaa hex color red value is 192, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c0eaaa hue: 0.28 , saturation: 0.60 and the lightness value of c0eaaa is 0.79.

The process color (four color CMYK) of #c0eaaa color hex is 0.18, 0.00, 0.27, 0.08. Web safe color of #c0eaaa is #ccff99. Color #c0eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101010 10101010
Octal 300 352 252
Decimal 192 234 170
Hex C0 EA AA

RGB Percentages of Color #c0eaaa

%32.21
%39.26
%28.52

CMYK Percentages of Color #c0eaaa

%18
%0
%27
%8

Triadic Colors of #c0eaaa

#c0eaaa #aac0ea #eaaac0

Analogous Colors of #c0eaaa

#c0eaaa #aaeab4 #e0eaaa

Monochromatic Colors of #c0eaaa

#c0eaaa

Complementary Color

#c0eaaa #d4aaea

#c0eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eaaa Color CSS Codes

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

#c0eaaa Text Font Color

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

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


#c0eaaa Background Color

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

This div background color is #c0eaaa


#c0eaaa Border Color

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

This div border color is #c0eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eaaa


Comments

No comments written yet.

Please login to write comment.