Color Hex Logo

#aba060 Color Hex

#ABA060
(171,160,96)
0 Favorites   0 Comments

Color spaces of #aba060

RGB 17116096
HSL0.140.310.52
HSV51°44°67°
CMYK 0.000.060.44   0.33
XYZ31.476734.644116.0943
Yxy34.64410.38290.4214
Hunter Lab58.8592-7.545624.9894
CIE-Lab65.4706-5.237534.7198

#aba060 color RGB value is (171,160,96).

#aba060 hex color red value is 171, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aba060 hue: 0.14 , saturation: 0.31 and the lightness value of aba060 is 0.52.

The process color (four color CMYK) of #aba060 color hex is 0.00, 0.06, 0.44, 0.33. Web safe color of #aba060 is #999966. Color #aba060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01100000
Octal 253 240 140
Decimal 171 160 96
Hex AB A0 60

RGB Percentages of Color #aba060

%40.05
%37.47
%22.48

CMYK Percentages of Color #aba060

%0
%6
%44
%33

Triadic Colors of #aba060

#aba060 #60aba0 #a060ab

Analogous Colors of #aba060

#aba060 #91ab60 #ab7b60

Monochromatic Colors of #aba060

#aba060

Complementary Color

#aba060 #606bab

#aba060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba060 Color CSS Codes

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

#aba060 Text Font Color

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

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


#aba060 Background Color

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

This div background color is #aba060


#aba060 Border Color

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

This div border color is #aba060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba060


Comments

No comments written yet.

Please login to write comment.