Color Hex Logo

#8ea97f Color Hex

#8EA97F
(142,169,127)
0 Favorites   0 Comments

Color spaces of #8ea97f

RGB 142169127
HSL0.270.200.58
HSV99°25°66°
CMYK 0.160.000.25   0.34
XYZ29.174135.659025.4239
Yxy35.65900.32320.3951
Hunter Lab59.7152-17.294616.5577
CIE-Lab66.2585-17.283418.6686

#8ea97f color RGB value is (142,169,127).

#8ea97f hex color red value is 142, green value is 169 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8ea97f hue: 0.27 , saturation: 0.20 and the lightness value of 8ea97f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101001 01111111
Octal 216 251 177
Decimal 142 169 127
Hex 8E A9 7F

RGB Percentages of Color #8ea97f

%32.42
%38.58
%29.00

CMYK Percentages of Color #8ea97f

%16
%0
%25
%34

Triadic Colors of #8ea97f

#8ea97f #7f8ea9 #a97f8e

Analogous Colors of #8ea97f

#8ea97f #7fa985 #a3a97f

Monochromatic Colors of #8ea97f

#8ea97f

Complementary Color

#8ea97f #9a7fa9

#8ea97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea97f Color CSS Codes

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

#8ea97f Text Font Color

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

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


#8ea97f Background Color

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

This div background color is #8ea97f


#8ea97f Border Color

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

This div border color is #8ea97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea97f


Comments

No comments written yet.

Please login to write comment.