Color Hex Logo

#8eaa90 Color Hex

#8EAA90
(142,170,144)
0 Favorites   0 Comments

Color spaces of #8eaa90

RGB 142170144
HSL0.350.140.61
HSV124°16°67°
CMYK 0.160.000.15   0.33
XYZ30.564136.513931.8225
Yxy36.51390.30900.3692
Hunter Lab60.4267-15.460711.0748
CIE-Lab66.9107-14.820910.2239

#8eaa90 color RGB value is (142,170,144).

#8eaa90 hex color red value is 142, green value is 170 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #8eaa90 hue: 0.35 , saturation: 0.14 and the lightness value of 8eaa90 is 0.61.

The process color (four color CMYK) of #8eaa90 color hex is 0.16, 0.00, 0.15, 0.33. Web safe color of #8eaa90 is #999999. Color #8eaa90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 10010000
Octal 216 252 220
Decimal 142 170 144
Hex 8E AA 90

RGB Percentages of Color #8eaa90

%31.14
%37.28
%31.58

CMYK Percentages of Color #8eaa90

%16
%0
%15
%33

Triadic Colors of #8eaa90

#8eaa90 #908eaa #aa908e

Analogous Colors of #8eaa90

#8eaa90 #8eaa9e #9aaa8e

Monochromatic Colors of #8eaa90

#8eaa90

Complementary Color

#8eaa90 #aa8ea8

#8eaa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaa90 Color CSS Codes

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

#8eaa90 Text Font Color

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

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


#8eaa90 Background Color

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

This div background color is #8eaa90


#8eaa90 Border Color

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

This div border color is #8eaa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaa90


Comments

No comments written yet.

Please login to write comment.