Color Hex Logo

#8eaa37 Color Hex

#8EAA37
(142,170,55)
0 Favorites   0 Comments

Color spaces of #8eaa37

RGB 14217055
HSL0.210.510.44
HSV75°68°67°
CMYK 0.160.000.68   0.33
XYZ26.219634.77618.9450
Yxy34.77610.37490.4972
Hunter Lab58.9713-23.835732.2865
CIE-Lab65.5740-26.125853.7014

#8eaa37 color RGB value is (142,170,55).

#8eaa37 hex color red value is 142, green value is 170 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #8eaa37 hue: 0.21 , saturation: 0.51 and the lightness value of 8eaa37 is 0.44.

The process color (four color CMYK) of #8eaa37 color hex is 0.16, 0.00, 0.68, 0.33. Web safe color of #8eaa37 is #999933. Color #8eaa37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 00110111
Octal 216 252 67
Decimal 142 170 55
Hex 8E AA 37

RGB Percentages of Color #8eaa37

%38.69
%46.32
%14.99

CMYK Percentages of Color #8eaa37

%16
%0
%68
%33

Triadic Colors of #8eaa37

#8eaa37 #378eaa #aa378e

Analogous Colors of #8eaa37

#8eaa37 #55aa37 #aa8d37

Monochromatic Colors of #8eaa37

#8eaa37

Complementary Color

#8eaa37 #5337aa

#8eaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaa37 Color CSS Codes

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

#8eaa37 Text Font Color

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

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


#8eaa37 Background Color

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

This div background color is #8eaa37


#8eaa37 Border Color

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

This div border color is #8eaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaa37


Comments

No comments written yet.

Please login to write comment.