Color Hex Logo

#a89aab Color Hex

#A89AAB
(168,154,171)
0 Favorites   0 Comments

Color spaces of #a89aab

RGB 168154171
HSL0.800.090.64
HSV289°10°67°
CMYK 0.020.100.00   0.33
XYZ35.054734.376343.3158
Yxy34.37630.31090.3049
Hunter Lab58.63134.1174-2.7605
CIE-Lab65.26028.3096-6.9893

#a89aab color RGB value is (168,154,171).

#a89aab hex color red value is 168, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a89aab hue: 0.80 , saturation: 0.09 and the lightness value of a89aab is 0.64.

The process color (four color CMYK) of #a89aab color hex is 0.02, 0.10, 0.00, 0.33. Web safe color of #a89aab is #999999. Color #a89aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011010 10101011
Octal 250 232 253
Decimal 168 154 171
Hex A8 9A AB

RGB Percentages of Color #a89aab

%34.08
%31.24
%34.69

CMYK Percentages of Color #a89aab

%2
%10
%0
%33

Triadic Colors of #a89aab

#a89aab #aba89a #9aaba8

Analogous Colors of #a89aab

#a89aab #ab9aa6 #a09aab

Monochromatic Colors of #a89aab

#a89aab

Complementary Color

#a89aab #9dab9a

#a89aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89aab Color CSS Codes

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

#a89aab Text Font Color

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

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


#a89aab Background Color

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

This div background color is #a89aab


#a89aab Border Color

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

This div border color is #a89aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,154,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89aab;
  -webkit-box-shadow: 1px 1px 3px 2px #a89aab;
  box-shadow:         1px 1px 3px 2px #a89aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89aab


Comments

No comments written yet.

Please login to write comment.