Color Hex Logo

#c2eaaa Color Hex

#C2EAAA
(194,234,170)
0 Favorites   0 Comments

Color spaces of #c2eaaa

RGB 194234170
HSL0.270.600.79
HSV98°27°92°
CMYK 0.170.000.27   0.08
XYZ58.926773.217349.0568
Yxy73.21730.32520.4041
Hunter Lab85.5671-26.816525.9052
CIE-Lab88.5512-24.306926.9369

#c2eaaa color RGB value is (194,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101010 10101010
Octal 302 352 252
Decimal 194 234 170
Hex C2 EA AA

RGB Percentages of Color #c2eaaa

%32.44
%39.13
%28.43

CMYK Percentages of Color #c2eaaa

%17
%0
%27
%8

Triadic Colors of #c2eaaa

#c2eaaa #aac2ea #eaaac2

Analogous Colors of #c2eaaa

#c2eaaa #aaeab2 #e2eaaa

Monochromatic Colors of #c2eaaa

#c2eaaa

Complementary Color

#c2eaaa #d2aaea

#c2eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eaaa Color CSS Codes

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

#c2eaaa Text Font Color

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

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


#c2eaaa Background Color

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

This div background color is #c2eaaa


#c2eaaa Border Color

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

This div border color is #c2eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eaaa


Comments

No comments written yet.

Please login to write comment.