Color Hex Logo

#8ea46c Color Hex

#8EA46C
(142,164,108)
0 Favorites   0 Comments

Color spaces of #8ea46c

RGB 142164108
HSL0.230.240.53
HSV84°34°64°
CMYK 0.130.000.34   0.36
XYZ27.137633.384419.2009
Yxy33.38440.34040.4188
Hunter Lab57.7792-17.276220.7425
CIE-Lab64.4710-17.616326.5884

#8ea46c color RGB value is (142,164,108).

#8ea46c hex color red value is 142, green value is 164 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8ea46c hue: 0.23 , saturation: 0.24 and the lightness value of 8ea46c is 0.53.

The process color (four color CMYK) of #8ea46c color hex is 0.13, 0.00, 0.34, 0.36. Web safe color of #8ea46c is #999966. Color #8ea46c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100100 01101100
Octal 216 244 154
Decimal 142 164 108
Hex 8E A4 6C

RGB Percentages of Color #8ea46c

%34.30
%39.61
%26.09

CMYK Percentages of Color #8ea46c

%13
%0
%34
%36

Triadic Colors of #8ea46c

#8ea46c #6c8ea4 #a46c8e

Analogous Colors of #8ea46c

#8ea46c #72a46c #a49e6c

Monochromatic Colors of #8ea46c

#8ea46c

Complementary Color

#8ea46c #826ca4

#8ea46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea46c Color CSS Codes

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

#8ea46c Text Font Color

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

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


#8ea46c Background Color

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

This div background color is #8ea46c


#8ea46c Border Color

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

This div border color is #8ea46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea46c


Comments

No comments written yet.

Please login to write comment.