Color Hex Logo

#8ea972 Color Hex

#8EA972
(142,169,114)
0 Favorites   0 Comments

Color spaces of #8ea972

RGB 142169114
HSL0.250.240.55
HSV89°33°66°
CMYK 0.160.000.33   0.34
XYZ28.380635.341621.2454
Yxy35.34160.33400.4159
Hunter Lab59.4488-18.820320.4255
CIE-Lab66.0138-19.314325.4012

#8ea972 color RGB value is (142,169,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101001 01110010
Octal 216 251 162
Decimal 142 169 114
Hex 8E A9 72

RGB Percentages of Color #8ea972

%33.41
%39.76
%26.82

CMYK Percentages of Color #8ea972

%16
%0
%33
%34

Triadic Colors of #8ea972

#8ea972 #728ea9 #a9728e

Analogous Colors of #8ea972

#8ea972 #73a972 #a9a972

Monochromatic Colors of #8ea972

#8ea972

Complementary Color

#8ea972 #8d72a9

#8ea972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea972 Color CSS Codes

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

#8ea972 Text Font Color

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

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


#8ea972 Background Color

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

This div background color is #8ea972


#8ea972 Border Color

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

This div border color is #8ea972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea972


Comments

No comments written yet.

Please login to write comment.