Color Hex Logo

#aba8aa Color Hex

#ABA8AA
(171,168,170)
0 Favorites   0 Comments

Color spaces of #aba8aa

RGB 171168170
HSL0.890.020.66
HSV320°67°
CMYK 0.000.020.01   0.33
XYZ38.052939.565543.6615
Yxy39.56550.31380.3262
Hunter Lab62.9011-2.09092.8759
CIE-Lab69.15891.4489-0.6576

#aba8aa color RGB value is (171,168,170).

#aba8aa hex color red value is 171, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aba8aa hue: 0.89 , saturation: 0.02 and the lightness value of aba8aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10101010
Octal 253 250 252
Decimal 171 168 170
Hex AB A8 AA

RGB Percentages of Color #aba8aa

%33.60
%33.01
%33.40

CMYK Percentages of Color #aba8aa

%0
%2
%1
%33

Triadic Colors of #aba8aa

#aba8aa #aaaba8 #a8aaab

Analogous Colors of #aba8aa

#aba8aa #aba8a9 #aba8ab

Monochromatic Colors of #aba8aa

#aba8aa

Complementary Color

#aba8aa #a8aba9

#aba8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8aa Color CSS Codes

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

#aba8aa Text Font Color

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

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


#aba8aa Background Color

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

This div background color is #aba8aa


#aba8aa Border Color

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

This div border color is #aba8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8aa


Comments

No comments written yet.

Please login to write comment.