Color Hex Logo

#8eb580 Color Hex

#8EB580
(142,181,128)
0 Favorites   0 Comments

Color spaces of #8eb580

RGB 142181128
HSL0.290.260.61
HSV104°29°71°
CMYK 0.220.000.29   0.29
XYZ31.575540.357026.5476
Yxy40.35700.32060.4098
Hunter Lab63.5272-22.451019.6921
CIE-Lab69.7230-23.205422.8535

#8eb580 color RGB value is (142,181,128).

#8eb580 hex color red value is 142, green value is 181 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8eb580 hue: 0.29 , saturation: 0.26 and the lightness value of 8eb580 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110101 10000000
Octal 216 265 200
Decimal 142 181 128
Hex 8E B5 80

RGB Percentages of Color #8eb580

%31.49
%40.13
%28.38

CMYK Percentages of Color #8eb580

%22
%0
%29
%29

Triadic Colors of #8eb580

#8eb580 #808eb5 #b5808e

Analogous Colors of #8eb580

#8eb580 #80b58d #a9b580

Monochromatic Colors of #8eb580

#8eb580

Complementary Color

#8eb580 #a780b5

#8eb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb580 Color CSS Codes

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

#8eb580 Text Font Color

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

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


#8eb580 Background Color

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

This div background color is #8eb580


#8eb580 Border Color

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

This div border color is #8eb580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb580


Comments

No comments written yet.

Please login to write comment.