Color Hex Logo

#8ec29a Color Hex

#8EC29A
(142,194,154)
0 Favorites   0 Comments

Color spaces of #8ec29a

RGB 142194154
HSL0.370.300.66
HSV134°27°76°
CMYK 0.270.000.21   0.24
XYZ36.279946.667537.6674
Yxy46.66750.30080.3869
Hunter Lab68.3136-24.751315.1277
CIE-Lab73.9766-25.131514.7327

#8ec29a color RGB value is (142,194,154).

#8ec29a hex color red value is 142, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8ec29a hue: 0.37 , saturation: 0.30 and the lightness value of 8ec29a is 0.66.

The process color (four color CMYK) of #8ec29a color hex is 0.27, 0.00, 0.21, 0.24. Web safe color of #8ec29a is #99cc99. Color #8ec29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000010 10011010
Octal 216 302 232
Decimal 142 194 154
Hex 8E C2 9A

RGB Percentages of Color #8ec29a

%28.98
%39.59
%31.43

CMYK Percentages of Color #8ec29a

%27
%0
%21
%24

Triadic Colors of #8ec29a

#8ec29a #9a8ec2 #c29a8e

Analogous Colors of #8ec29a

#8ec29a #8ec2b4 #9cc28e

Monochromatic Colors of #8ec29a

#8ec29a

Complementary Color

#8ec29a #c28eb6

#8ec29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec29a Color CSS Codes

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

#8ec29a Text Font Color

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

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


#8ec29a Background Color

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

This div background color is #8ec29a


#8ec29a Border Color

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

This div border color is #8ec29a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,194,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ec29a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ec29a;
  -webkit-box-shadow: 1px 1px 3px 2px #8ec29a;
  box-shadow:         1px 1px 3px 2px #8ec29a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec29a


Comments

No comments written yet.

Please login to write comment.