Color Hex Logo

#aba997 Color Hex

#ABA997
(171,169,151)
0 Favorites   0 Comments

Color spaces of #aba997

RGB 171169151
HSL0.150.110.63
HSV54°12°67°
CMYK 0.000.010.12   0.33
XYZ36.568539.268234.9303
Yxy39.26820.33010.3545
Hunter Lab62.6643-5.496910.8157
CIE-Lab68.9451-2.48499.5443

#aba997 color RGB value is (171,169,151).

#aba997 hex color red value is 171, green value is 169 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aba997 hue: 0.15 , saturation: 0.11 and the lightness value of aba997 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10010111
Octal 253 251 227
Decimal 171 169 151
Hex AB A9 97

RGB Percentages of Color #aba997

%34.83
%34.42
%30.75

CMYK Percentages of Color #aba997

%0
%1
%12
%33

Triadic Colors of #aba997

#aba997 #97aba9 #a997ab

Analogous Colors of #aba997

#aba997 #a3ab97 #ab9f97

Monochromatic Colors of #aba997

#aba997

Complementary Color

#aba997 #9799ab

#aba997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba997 Color CSS Codes

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

#aba997 Text Font Color

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

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


#aba997 Background Color

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

This div background color is #aba997


#aba997 Border Color

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

This div border color is #aba997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba997


Comments

No comments written yet.

Please login to write comment.