Color Hex Logo

#8ea96e Color Hex

#8EA96E
(142,169,110)
0 Favorites   0 Comments

Color spaces of #8ea96e

RGB 142169110
HSL0.240.260.55
HSV87°35°66°
CMYK 0.160.000.35   0.34
XYZ28.157835.252520.0722
Yxy35.25250.33730.4223
Hunter Lab59.3738-19.251321.5178
CIE-Lab65.9448-19.893827.4581

#8ea96e color RGB value is (142,169,110).

#8ea96e hex color red value is 142, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8ea96e hue: 0.24 , saturation: 0.26 and the lightness value of 8ea96e is 0.55.

The process color (four color CMYK) of #8ea96e color hex is 0.16, 0.00, 0.35, 0.34. Web safe color of #8ea96e is #999966. Color #8ea96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101001 01101110
Octal 216 251 156
Decimal 142 169 110
Hex 8E A9 6E

RGB Percentages of Color #8ea96e

%33.73
%40.14
%26.13

CMYK Percentages of Color #8ea96e

%16
%0
%35
%34

Triadic Colors of #8ea96e

#8ea96e #6e8ea9 #a96e8e

Analogous Colors of #8ea96e

#8ea96e #71a96e #a9a76e

Monochromatic Colors of #8ea96e

#8ea96e

Complementary Color

#8ea96e #896ea9

#8ea96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea96e Color CSS Codes

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

#8ea96e Text Font Color

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

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


#8ea96e Background Color

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

This div background color is #8ea96e


#8ea96e Border Color

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

This div border color is #8ea96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea96e


Comments

No comments written yet.

Please login to write comment.