Color Hex Logo

#8ea942 Color Hex

#8EA942
(142,169,66)
0 Favorites   0 Comments

Color spaces of #8ea942

RGB 14216966
HSL0.210.440.46
HSV76°61°66°
CMYK 0.160.000.61   0.34
XYZ26.326734.520110.4297
Yxy34.52010.36940.4843
Hunter Lab58.7538-22.836030.6028
CIE-Lab65.3733-24.818348.7891

#8ea942 color RGB value is (142,169,66).

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

The process color (four color CMYK) of #8ea942 color hex is 0.16, 0.00, 0.61, 0.34. Web safe color of #8ea942 is #999933. Color #8ea942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101001 01000010
Octal 216 251 102
Decimal 142 169 66
Hex 8E A9 42

RGB Percentages of Color #8ea942

%37.67
%44.83
%17.51

CMYK Percentages of Color #8ea942

%16
%0
%61
%34

Triadic Colors of #8ea942

#8ea942 #428ea9 #a9428e

Analogous Colors of #8ea942

#8ea942 #5ba942 #a99142

Monochromatic Colors of #8ea942

#8ea942

Complementary Color

#8ea942 #5d42a9

#8ea942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea942 Color CSS Codes

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

#8ea942 Text Font Color

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

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


#8ea942 Background Color

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

This div background color is #8ea942


#8ea942 Border Color

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

This div border color is #8ea942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea942


Comments

No comments written yet.

Please login to write comment.