Color Hex Logo

#aba99c Color Hex

#ABA99C
(171,169,156)
0 Favorites   0 Comments

Color spaces of #aba99c

RGB 171169156
HSL0.140.080.64
HSV52°67°
CMYK 0.000.010.09   0.33
XYZ36.983339.434237.1148
Yxy39.43420.32580.3473
Hunter Lab62.7967-4.76888.9154
CIE-Lab69.0646-1.63026.9537

#aba99c color RGB value is (171,169,156).

#aba99c hex color red value is 171, green value is 169 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aba99c hue: 0.14 , saturation: 0.08 and the lightness value of aba99c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10011100
Octal 253 251 234
Decimal 171 169 156
Hex AB A9 9C

RGB Percentages of Color #aba99c

%34.48
%34.07
%31.45

CMYK Percentages of Color #aba99c

%0
%1
%9
%33

Triadic Colors of #aba99c

#aba99c #9caba9 #a99cab

Analogous Colors of #aba99c

#aba99c #a6ab9c #aba29c

Monochromatic Colors of #aba99c

#aba99c

Complementary Color

#aba99c #9c9eab

#aba99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba99c Color CSS Codes

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

#aba99c Text Font Color

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

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


#aba99c Background Color

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

This div background color is #aba99c


#aba99c Border Color

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

This div border color is #aba99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba99c


Comments

No comments written yet.

Please login to write comment.