Color Hex Logo

#aba9aa Color Hex

#ABA9AA
(171,169,170)
0 Favorites   0 Comments

Color spaces of #aba9aa

RGB 171169170
HSL0.920.010.67
HSV330°67°
CMYK 0.000.010.01   0.33
XYZ38.238339.936143.7233
Yxy39.93610.31370.3276
Hunter Lab63.1950-2.58383.2150
CIE-Lab69.42400.9039-0.2701

#aba9aa color RGB value is (171,169,170).

#aba9aa hex color red value is 171, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aba9aa hue: 0.92 , saturation: 0.01 and the lightness value of aba9aa is 0.67.

The process color (four color CMYK) of #aba9aa color hex is 0.00, 0.01, 0.01, 0.33. Web safe color of #aba9aa is #999999. Color #aba9aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10101010
Octal 253 251 252
Decimal 171 169 170
Hex AB A9 AA

RGB Percentages of Color #aba9aa

%33.53
%33.14
%33.33

CMYK Percentages of Color #aba9aa

%0
%1
%1
%33

Triadic Colors of #aba9aa

#aba9aa #aaaba9 #a9aaab

Analogous Colors of #aba9aa

#aba9aa #aba9a9 #aba9ab

Monochromatic Colors of #aba9aa

#aba9aa

Complementary Color

#aba9aa #a9abaa

#aba9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba9aa Color CSS Codes

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

#aba9aa Text Font Color

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

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


#aba9aa Background Color

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

This div background color is #aba9aa


#aba9aa Border Color

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

This div border color is #aba9aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,169,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 #aba9aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba9aa


Comments

No comments written yet.

Please login to write comment.