Color Hex Logo

#c0ebaa Color Hex

#C0EBAA
(192,235,170)
0 Favorites   0 Comments

Color spaces of #c0ebaa

RGB 192235170
HSL0.280.620.79
HSV100°28°92°
CMYK 0.180.000.28   0.08
XYZ58.702373.525449.1281
Yxy73.52540.32370.4054
Hunter Lab85.7470-27.856226.0531
CIE-Lab88.6977-25.480027.1152

#c0ebaa color RGB value is (192,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 10101010
Octal 300 353 252
Decimal 192 235 170
Hex C0 EB AA

RGB Percentages of Color #c0ebaa

%32.16
%39.36
%28.48

CMYK Percentages of Color #c0ebaa

%18
%0
%28
%8

Triadic Colors of #c0ebaa

#c0ebaa #aac0eb #ebaac0

Analogous Colors of #c0ebaa

#c0ebaa #aaebb5 #e1ebaa

Monochromatic Colors of #c0ebaa

#c0ebaa

Complementary Color

#c0ebaa #d5aaeb

#c0ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebaa Color CSS Codes

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

#c0ebaa Text Font Color

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

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


#c0ebaa Background Color

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

This div background color is #c0ebaa


#c0ebaa Border Color

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

This div border color is #c0ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebaa


Comments

No comments written yet.

Please login to write comment.