Color Hex Logo

#8eb96a Color Hex

#8EB96A
(142,185,106)
0 Favorites   0 Comments

Color spaces of #8eb96a

RGB 142185106
HSL0.260.360.57
HSV93°43°73°
CMYK 0.230.000.43   0.27
XYZ31.105841.489320.0045
Yxy41.48930.33590.4481
Hunter Lab64.4122-26.520526.6748
CIE-Lab70.5174-28.354935.4700

#8eb96a color RGB value is (142,185,106).

#8eb96a hex color red value is 142, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #8eb96a hue: 0.26 , saturation: 0.36 and the lightness value of 8eb96a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111001 01101010
Octal 216 271 152
Decimal 142 185 106
Hex 8E B9 6A

RGB Percentages of Color #8eb96a

%32.79
%42.73
%24.48

CMYK Percentages of Color #8eb96a

%23
%0
%43
%27

Triadic Colors of #8eb96a

#8eb96a #6a8eb9 #b96a8e

Analogous Colors of #8eb96a

#8eb96a #6ab96e #b6b96a

Monochromatic Colors of #8eb96a

#8eb96a

Complementary Color

#8eb96a #956ab9

#8eb96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb96a Color CSS Codes

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

#8eb96a Text Font Color

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

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


#8eb96a Background Color

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

This div background color is #8eb96a


#8eb96a Border Color

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

This div border color is #8eb96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb96a


Comments

No comments written yet.

Please login to write comment.