Color Hex Logo

#8ea00d Color Hex

#8EA00D
(142,160,13)
0 Favorites   0 Comments

Color spaces of #8ea00d

RGB 14216013
HSL0.190.850.34
HSV67°92°63°
CMYK 0.110.000.92   0.37
XYZ23.798830.92155.0949
Yxy30.92150.39790.5170
Hunter Lab55.6071-20.917833.4926
CIE-Lab62.4413-22.965263.1735

#8ea00d color RGB value is (142,160,13).

#8ea00d hex color red value is 142, green value is 160 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8ea00d hue: 0.19 , saturation: 0.85 and the lightness value of 8ea00d is 0.34.

The process color (four color CMYK) of #8ea00d color hex is 0.11, 0.00, 0.92, 0.37. Web safe color of #8ea00d is #999900. Color #8ea00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100000 00001101
Octal 216 240 15
Decimal 142 160 13
Hex 8E A0 D

RGB Percentages of Color #8ea00d

%45.08
%50.79
%4.13

CMYK Percentages of Color #8ea00d

%11
%0
%92
%37

Triadic Colors of #8ea00d

#8ea00d #0d8ea0 #a00d8e

Analogous Colors of #8ea00d

#8ea00d #45a00d #a0690d

Monochromatic Colors of #8ea00d

#8ea00d

Complementary Color

#8ea00d #1f0da0

#8ea00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea00d Color CSS Codes

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

#8ea00d Text Font Color

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

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


#8ea00d Background Color

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

This div background color is #8ea00d


#8ea00d Border Color

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

This div border color is #8ea00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea00d


Comments

No comments written yet.

Please login to write comment.