Color Hex Logo

#aba493 Color Hex

#ABA493
(171,164,147)
0 Favorites   0 Comments

Color spaces of #aba493

RGB 171164147
HSL0.120.130.62
HSV43°14°67°
CMYK 0.000.040.14   0.33
XYZ35.336537.315432.9439
Yxy37.31540.33460.3534
Hunter Lab61.0863-3.644510.7853
CIE-Lab67.5130-0.44269.7212

#aba493 color RGB value is (171,164,147).

#aba493 hex color red value is 171, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aba493 hue: 0.12 , saturation: 0.13 and the lightness value of aba493 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 10010011
Octal 253 244 223
Decimal 171 164 147
Hex AB A4 93

RGB Percentages of Color #aba493

%35.48
%34.02
%30.50

CMYK Percentages of Color #aba493

%0
%4
%14
%33

Triadic Colors of #aba493

#aba493 #93aba4 #a493ab

Analogous Colors of #aba493

#aba493 #a6ab93 #ab9893

Monochromatic Colors of #aba493

#aba493

Complementary Color

#aba493 #939aab

#aba493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba493 Color CSS Codes

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

#aba493 Text Font Color

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

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


#aba493 Background Color

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

This div background color is #aba493


#aba493 Border Color

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

This div border color is #aba493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba493


Comments

No comments written yet.

Please login to write comment.