Color Hex Logo

#8ea516 Color Hex

#8EA516
(142,165,22)
0 Favorites   0 Comments

Color spaces of #8ea516

RGB 14216522
HSL0.190.760.37
HSV70°87°65°
CMYK 0.140.000.87   0.35
XYZ24.755332.71905.7697
Yxy32.71900.39140.5173
Hunter Lab57.2005-22.849534.0599
CIE-Lab63.9327-25.227162.6941

#8ea516 color RGB value is (142,165,22).

#8ea516 hex color red value is 142, green value is 165 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #8ea516 hue: 0.19 , saturation: 0.76 and the lightness value of 8ea516 is 0.37.

The process color (four color CMYK) of #8ea516 color hex is 0.14, 0.00, 0.87, 0.35. Web safe color of #8ea516 is #999900. Color #8ea516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100101 00010110
Octal 216 245 26
Decimal 142 165 22
Hex 8E A5 16

RGB Percentages of Color #8ea516

%43.16
%50.15
%6.69

CMYK Percentages of Color #8ea516

%14
%0
%87
%35

Triadic Colors of #8ea516

#8ea516 #168ea5 #a5168e

Analogous Colors of #8ea516

#8ea516 #46a516 #a57516

Monochromatic Colors of #8ea516

#8ea516

Complementary Color

#8ea516 #2d16a5

#8ea516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea516 Color CSS Codes

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

#8ea516 Text Font Color

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

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


#8ea516 Background Color

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

This div background color is #8ea516


#8ea516 Border Color

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

This div border color is #8ea516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea516


Comments

No comments written yet.

Please login to write comment.