Color Hex Logo

#8ea082 Color Hex

#8EA082
(142,160,130)
0 Favorites   0 Comments

Color spaces of #8ea082

RGB 142160130
HSL0.270.140.57
HSV96°19°63°
CMYK 0.110.000.19   0.37
XYZ27.755432.504125.9301
Yxy32.50410.32200.3771
Hunter Lab57.0124-12.872312.9427
CIE-Lab63.7573-12.060613.5442

#8ea082 color RGB value is (142,160,130).

#8ea082 hex color red value is 142, green value is 160 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #8ea082 hue: 0.27 , saturation: 0.14 and the lightness value of 8ea082 is 0.57.

The process color (four color CMYK) of #8ea082 color hex is 0.11, 0.00, 0.19, 0.37. Web safe color of #8ea082 is #999999. Color #8ea082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100000 10000010
Octal 216 240 202
Decimal 142 160 130
Hex 8E A0 82

RGB Percentages of Color #8ea082

%32.87
%37.04
%30.09

CMYK Percentages of Color #8ea082

%11
%0
%19
%37

Triadic Colors of #8ea082

#8ea082 #828ea0 #a0828e

Analogous Colors of #8ea082

#8ea082 #82a085 #9da082

Monochromatic Colors of #8ea082

#8ea082

Complementary Color

#8ea082 #9482a0

#8ea082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea082 Color CSS Codes

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

#8ea082 Text Font Color

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

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


#8ea082 Background Color

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

This div background color is #8ea082


#8ea082 Border Color

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

This div border color is #8ea082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea082


Comments

No comments written yet.

Please login to write comment.