Color Hex Logo

#8aabac Color Hex

#8AABAC
(138,171,172)
0 Favorites   0 Comments

Color spaces of #8aabac

RGB 138171172
HSL0.500.170.61
HSV182°20°67°
CMYK 0.200.010.00   0.33
XYZ32.490537.507744.5570
Yxy37.50770.28360.3274
Hunter Lab61.2435-12.4796-0.2653
CIE-Lab67.6562-10.9834-4.2500

#8aabac color RGB value is (138,171,172).

#8aabac hex color red value is 138, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8aabac hue: 0.50 , saturation: 0.17 and the lightness value of 8aabac is 0.61.

The process color (four color CMYK) of #8aabac color hex is 0.20, 0.01, 0.00, 0.33. Web safe color of #8aabac is #999999. Color #8aabac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101011 10101100
Octal 212 253 254
Decimal 138 171 172
Hex 8A AB AC

RGB Percentages of Color #8aabac

%28.69
%35.55
%35.76

CMYK Percentages of Color #8aabac

%20
%1
%0
%33

Triadic Colors of #8aabac

#8aabac #ac8aab #abac8a

Analogous Colors of #8aabac

#8aabac #8a9aac #8aac9c

Monochromatic Colors of #8aabac

#8aabac

Complementary Color

#8aabac #ac8b8a

#8aabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aabac Color CSS Codes

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

#8aabac Text Font Color

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

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


#8aabac Background Color

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

This div background color is #8aabac


#8aabac Border Color

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

This div border color is #8aabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aabac


Comments

No comments written yet.

Please login to write comment.