Color Hex Logo

#8ea95d Color Hex

#8EA95D
(142,169,93)
0 Favorites   0 Comments

Color spaces of #8ea95d

RGB 14216993
HSL0.230.310.51
HSV81°45°66°
CMYK 0.160.000.45   0.34
XYZ27.319134.917015.6557
Yxy34.91700.35070.4483
Hunter Lab59.0906-20.883425.6549
CIE-Lab65.6840-22.112536.0571

#8ea95d color RGB value is (142,169,93).

#8ea95d hex color red value is 142, green value is 169 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8ea95d hue: 0.23 , saturation: 0.31 and the lightness value of 8ea95d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101001 01011101
Octal 216 251 135
Decimal 142 169 93
Hex 8E A9 5D

RGB Percentages of Color #8ea95d

%35.15
%41.83
%23.02

CMYK Percentages of Color #8ea95d

%16
%0
%45
%34

Triadic Colors of #8ea95d

#8ea95d #5d8ea9 #a95d8e

Analogous Colors of #8ea95d

#8ea95d #68a95d #a99e5d

Monochromatic Colors of #8ea95d

#8ea95d

Complementary Color

#8ea95d #785da9

#8ea95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea95d Color CSS Codes

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

#8ea95d Text Font Color

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

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


#8ea95d Background Color

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

This div background color is #8ea95d


#8ea95d Border Color

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

This div border color is #8ea95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea95d


Comments

No comments written yet.

Please login to write comment.