Color Hex Logo

#c2ea8f Color Hex

#C2EA8F
(194,234,143)
0 Favorites   0 Comments

Color spaces of #c2ea8f

RGB 194234143
HSL0.240.680.74
HSV86°39°92°
CMYK 0.170.000.39   0.08
XYZ56.628972.298136.9569
Yxy72.29810.34140.4358
Hunter Lab85.0283-29.918433.7499
CIE-Lab88.1119-28.028339.9922

#c2ea8f color RGB value is (194,234,143).

#c2ea8f hex color red value is 194, green value is 234 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c2ea8f hue: 0.24 , saturation: 0.68 and the lightness value of c2ea8f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101010 10001111
Octal 302 352 217
Decimal 194 234 143
Hex C2 EA 8F

RGB Percentages of Color #c2ea8f

%33.98
%40.98
%25.04

CMYK Percentages of Color #c2ea8f

%17
%0
%39
%8

Triadic Colors of #c2ea8f

#c2ea8f #8fc2ea #ea8fc2

Analogous Colors of #c2ea8f

#c2ea8f #95ea8f #eae58f

Monochromatic Colors of #c2ea8f

#c2ea8f

Complementary Color

#c2ea8f #b78fea

#c2ea8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ea8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ea8f Color CSS Codes

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

#c2ea8f Text Font Color

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

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


#c2ea8f Background Color

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

This div background color is #c2ea8f


#c2ea8f Border Color

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

This div border color is #c2ea8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ea8f


Comments

No comments written yet.

Please login to write comment.