Color Hex Logo

#abaa9a Color Hex

#ABAA9A
(171,170,154)
0 Favorites   0 Comments

Color spaces of #abaa9a

RGB 171170154
HSL0.160.090.64
HSV56°10°67°
CMYK 0.000.010.10   0.33
XYZ37.002039.740536.2923
Yxy39.74050.32740.3516
Hunter Lab63.0401-5.54779.9947
CIE-Lab69.2843-2.51568.3722

#abaa9a color RGB value is (171,170,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10011010
Octal 253 252 232
Decimal 171 170 154
Hex AB AA 9A

RGB Percentages of Color #abaa9a

%34.55
%34.34
%31.11

CMYK Percentages of Color #abaa9a

%0
%1
%10
%33

Triadic Colors of #abaa9a

#abaa9a #9aabaa #aa9aab

Analogous Colors of #abaa9a

#abaa9a #a4ab9a #aba29a

Monochromatic Colors of #abaa9a

#abaa9a

Complementary Color

#abaa9a #9a9bab

#abaa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa9a Color CSS Codes

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

#abaa9a Text Font Color

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

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


#abaa9a Background Color

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

This div background color is #abaa9a


#abaa9a Border Color

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

This div border color is #abaa9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa9a


Comments

No comments written yet.

Please login to write comment.