Color Hex Logo

#8eb99a Color Hex

#8EB99A
(142,185,154)
0 Favorites   0 Comments

Color spaces of #8eb99a

RGB 142185154
HSL0.380.230.64
HSV137°23°73°
CMYK 0.230.000.17   0.27
XYZ34.337042.781837.0198
Yxy42.78180.30080.3748
Hunter Lab65.4078-20.756912.2282
CIE-Lab71.4066-20.647811.1110

#8eb99a color RGB value is (142,185,154).

#8eb99a hex color red value is 142, green value is 185 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8eb99a hue: 0.38 , saturation: 0.23 and the lightness value of 8eb99a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111001 10011010
Octal 216 271 232
Decimal 142 185 154
Hex 8E B9 9A

RGB Percentages of Color #8eb99a

%29.52
%38.46
%32.02

CMYK Percentages of Color #8eb99a

%23
%0
%17
%27

Triadic Colors of #8eb99a

#8eb99a #9a8eb9 #b99a8e

Analogous Colors of #8eb99a

#8eb99a #8eb9b0 #98b98e

Monochromatic Colors of #8eb99a

#8eb99a

Complementary Color

#8eb99a #b98ead

#8eb99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb99a Color CSS Codes

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

#8eb99a Text Font Color

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

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


#8eb99a Background Color

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

This div background color is #8eb99a


#8eb99a Border Color

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

This div border color is #8eb99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb99a


Comments

No comments written yet.

Please login to write comment.