Color Hex Logo

#8ea09d Color Hex

#8EA09D
(142,160,157)
0 Favorites   0 Comments

Color spaces of #8ea09d

RGB 142160157
HSL0.470.090.59
HSV170°11°63°
CMYK 0.110.000.02   0.37
XYZ29.811933.326736.7597
Yxy33.32670.29840.3336
Hunter Lab57.7293-8.84732.6570
CIE-Lab64.4246-6.9382-0.5994

#8ea09d color RGB value is (142,160,157).

#8ea09d hex color red value is 142, green value is 160 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8ea09d hue: 0.47 , saturation: 0.09 and the lightness value of 8ea09d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100000 10011101
Octal 216 240 235
Decimal 142 160 157
Hex 8E A0 9D

RGB Percentages of Color #8ea09d

%30.94
%34.86
%34.20

CMYK Percentages of Color #8ea09d

%11
%0
%2
%37

Triadic Colors of #8ea09d

#8ea09d #9d8ea0 #a09d8e

Analogous Colors of #8ea09d

#8ea09d #8e9aa0 #8ea094

Monochromatic Colors of #8ea09d

#8ea09d

Complementary Color

#8ea09d #a08e91

#8ea09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea09d Color CSS Codes

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

#8ea09d Text Font Color

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

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


#8ea09d Background Color

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

This div background color is #8ea09d


#8ea09d Border Color

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

This div border color is #8ea09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea09d


Comments

No comments written yet.

Please login to write comment.