Color Hex Logo

#8ea78b Color Hex

#8EA78B
(142,167,139)
0 Favorites   0 Comments

Color spaces of #8ea78b

RGB 142167139
HSL0.320.140.60
HSV114°17°65°
CMYK 0.150.000.17   0.35
XYZ29.634235.252329.6686
Yxy35.25230.31340.3728
Hunter Lab59.3736-14.812111.9348
CIE-Lab65.9446-14.166511.6230

#8ea78b color RGB value is (142,167,139).

#8ea78b hex color red value is 142, green value is 167 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #8ea78b hue: 0.32 , saturation: 0.14 and the lightness value of 8ea78b is 0.60.

The process color (four color CMYK) of #8ea78b color hex is 0.15, 0.00, 0.17, 0.35. Web safe color of #8ea78b is #999999. Color #8ea78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100111 10001011
Octal 216 247 213
Decimal 142 167 139
Hex 8E A7 8B

RGB Percentages of Color #8ea78b

%31.70
%37.28
%31.03

CMYK Percentages of Color #8ea78b

%15
%0
%17
%35

Triadic Colors of #8ea78b

#8ea78b #8b8ea7 #a78b8e

Analogous Colors of #8ea78b

#8ea78b #8ba796 #9ca78b

Monochromatic Colors of #8ea78b

#8ea78b

Complementary Color

#8ea78b #a48ba7

#8ea78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea78b Color CSS Codes

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

#8ea78b Text Font Color

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

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


#8ea78b Background Color

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

This div background color is #8ea78b


#8ea78b Border Color

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

This div border color is #8ea78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea78b


Comments

No comments written yet.

Please login to write comment.