Color Hex Logo

#8eb772 Color Hex

#8EB772
(142,183,114)
0 Favorites   0 Comments

Color spaces of #8eb772

RGB 142183114
HSL0.270.320.58
HSV96°38°72°
CMYK 0.220.000.38   0.28
XYZ31.126140.832722.1606
Yxy40.83270.33070.4338
Hunter Lab63.9005-24.878024.1686
CIE-Lab70.0585-26.302230.7326

#8eb772 color RGB value is (142,183,114).

#8eb772 hex color red value is 142, green value is 183 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #8eb772 hue: 0.27 , saturation: 0.32 and the lightness value of 8eb772 is 0.58.

The process color (four color CMYK) of #8eb772 color hex is 0.22, 0.00, 0.38, 0.28. Web safe color of #8eb772 is #99cc66. Color #8eb772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110111 01110010
Octal 216 267 162
Decimal 142 183 114
Hex 8E B7 72

RGB Percentages of Color #8eb772

%32.35
%41.69
%25.97

CMYK Percentages of Color #8eb772

%22
%0
%38
%28

Triadic Colors of #8eb772

#8eb772 #728eb7 #b7728e

Analogous Colors of #8eb772

#8eb772 #72b779 #b1b772

Monochromatic Colors of #8eb772

#8eb772

Complementary Color

#8eb772 #9b72b7

#8eb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb772 Color CSS Codes

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

#8eb772 Text Font Color

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

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


#8eb772 Background Color

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

This div background color is #8eb772


#8eb772 Border Color

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

This div border color is #8eb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb772


Comments

No comments written yet.

Please login to write comment.