Color Hex Logo

#8aaeaa Color Hex

#8AAEAA
(138,174,170)
0 Favorites   0 Comments

Color spaces of #8aaeaa

RGB 138174170
HSL0.480.180.61
HSV173°21°68°
CMYK 0.210.000.02   0.32
XYZ32.873038.577743.7439
Yxy38.57770.28540.3349
Hunter Lab62.1109-14.22081.7205
CIE-Lab68.4443-13.0136-1.9825

#8aaeaa color RGB value is (138,174,170).

#8aaeaa hex color red value is 138, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8aaeaa hue: 0.48 , saturation: 0.18 and the lightness value of 8aaeaa is 0.61.

The process color (four color CMYK) of #8aaeaa color hex is 0.21, 0.00, 0.02, 0.32. Web safe color of #8aaeaa is #999999. Color #8aaeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 10101010
Octal 212 256 252
Decimal 138 174 170
Hex 8A AE AA

RGB Percentages of Color #8aaeaa

%28.63
%36.10
%35.27

CMYK Percentages of Color #8aaeaa

%21
%0
%2
%32

Triadic Colors of #8aaeaa

#8aaeaa #aa8aae #aeaa8a

Analogous Colors of #8aaeaa

#8aaeaa #8aa0ae #8aae98

Monochromatic Colors of #8aaeaa

#8aaeaa

Complementary Color

#8aaeaa #ae8a8e

#8aaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaeaa Color CSS Codes

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

#8aaeaa Text Font Color

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

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


#8aaeaa Background Color

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

This div background color is #8aaeaa


#8aaeaa Border Color

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

This div border color is #8aaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaeaa


Comments

No comments written yet.

Please login to write comment.