Color Hex Logo

#8eb520 Color Hex

#8EB520
(142,181,32)
0 Favorites   0 Comments

Color spaces of #8eb520

RGB 14218132
HSL0.210.700.42
HSV76°82°71°
CMYK 0.220.000.82   0.29
XYZ27.939938.90287.4029
Yxy38.90280.37630.5240
Hunter Lab62.3721-29.191236.6234
CIE-Lab68.6808-32.549064.3725

#8eb520 color RGB value is (142,181,32).

#8eb520 hex color red value is 142, green value is 181 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8eb520 hue: 0.21 , saturation: 0.70 and the lightness value of 8eb520 is 0.42.

The process color (four color CMYK) of #8eb520 color hex is 0.22, 0.00, 0.82, 0.29. Web safe color of #8eb520 is #99cc33. Color #8eb520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110101 00100000
Octal 216 265 40
Decimal 142 181 32
Hex 8E B5 20

RGB Percentages of Color #8eb520

%40.00
%50.99
%9.01

CMYK Percentages of Color #8eb520

%22
%0
%82
%29

Triadic Colors of #8eb520

#8eb520 #208eb5 #b5208e

Analogous Colors of #8eb520

#8eb520 #44b520 #b59220

Monochromatic Colors of #8eb520

#8eb520

Complementary Color

#8eb520 #4720b5

#8eb520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb520 Color CSS Codes

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

#8eb520 Text Font Color

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

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


#8eb520 Background Color

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

This div background color is #8eb520


#8eb520 Border Color

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

This div border color is #8eb520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb520


Comments

No comments written yet.

Please login to write comment.