Color Hex Logo

#8eb959 Color Hex

#8EB959
(142,185,89)
0 Favorites   0 Comments

Color spaces of #8eb959

RGB 14218589
HSL0.240.410.54
HSV87°52°73°
CMYK 0.230.000.52   0.27
XYZ30.307541.170015.8004
Yxy41.17000.34730.4717
Hunter Lab64.1639-27.973130.3145
CIE-Lab70.2949-30.369043.6851

#8eb959 color RGB value is (142,185,89).

#8eb959 hex color red value is 142, green value is 185 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #8eb959 hue: 0.24 , saturation: 0.41 and the lightness value of 8eb959 is 0.54.

The process color (four color CMYK) of #8eb959 color hex is 0.23, 0.00, 0.52, 0.27. Web safe color of #8eb959 is #99cc66. Color #8eb959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111001 01011001
Octal 216 271 131
Decimal 142 185 89
Hex 8E B9 59

RGB Percentages of Color #8eb959

%34.13
%44.47
%21.39

CMYK Percentages of Color #8eb959

%23
%0
%52
%27

Triadic Colors of #8eb959

#8eb959 #598eb9 #b9598e

Analogous Colors of #8eb959

#8eb959 #5eb959 #b9b459

Monochromatic Colors of #8eb959

#8eb959

Complementary Color

#8eb959 #8459b9

#8eb959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb959 Color CSS Codes

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

#8eb959 Text Font Color

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

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


#8eb959 Background Color

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

This div background color is #8eb959


#8eb959 Border Color

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

This div border color is #8eb959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb959


Comments

No comments written yet.

Please login to write comment.