Color Hex Logo

#8e908a Color Hex

#8E908A
(142,144,138)
0 Favorites   0 Comments

Color spaces of #8e908a

RGB 142144138
HSL0.220.030.55
HSV80°56°
CMYK 0.010.000.04   0.44
XYZ25.716027.532328.0036
Yxy27.53230.31650.3389
Hunter Lab52.4712-4.34235.0871
CIE-Lab59.4638-1.88632.9215

#8e908a color RGB value is (142,144,138).

#8e908a hex color red value is 142, green value is 144 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8e908a hue: 0.22 , saturation: 0.03 and the lightness value of 8e908a is 0.55.

The process color (four color CMYK) of #8e908a color hex is 0.01, 0.00, 0.04, 0.44. Web safe color of #8e908a is #999999. Color #8e908a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10010000 10001010
Octal 216 220 212
Decimal 142 144 138
Hex 8E 90 8A

RGB Percentages of Color #8e908a

%33.49
%33.96
%32.55

CMYK Percentages of Color #8e908a

%1
%0
%4
%44

Triadic Colors of #8e908a

#8e908a #8a8e90 #908a8e

Analogous Colors of #8e908a

#8e908a #8b908a #908f8a

Monochromatic Colors of #8e908a

#8e908a

Complementary Color

#8e908a #8c8a90

#8e908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e908a Color CSS Codes

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

#8e908a Text Font Color

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

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


#8e908a Background Color

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

This div background color is #8e908a


#8e908a Border Color

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

This div border color is #8e908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e908a


Comments

No comments written yet.

Please login to write comment.