Color Hex Logo

#aba860 Color Hex

#ABA860
(171,168,96)
0 Favorites   0 Comments

Color spaces of #aba860

RGB 17116896
HSL0.160.310.52
HSV58°44°67°
CMYK 0.000.020.44   0.33
XYZ32.908537.507716.5716
Yxy37.50770.37830.4312
Hunter Lab61.2435-11.261326.8275
CIE-Lab67.6562-9.490537.4528

#aba860 color RGB value is (171,168,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01100000
Octal 253 250 140
Decimal 171 168 96
Hex AB A8 60

RGB Percentages of Color #aba860

%39.31
%38.62
%22.07

CMYK Percentages of Color #aba860

%0
%2
%44
%33

Triadic Colors of #aba860

#aba860 #60aba8 #a860ab

Analogous Colors of #aba860

#aba860 #89ab60 #ab8360

Monochromatic Colors of #aba860

#aba860

Complementary Color

#aba860 #6063ab

#aba860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba860 Color CSS Codes

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

#aba860 Text Font Color

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

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


#aba860 Background Color

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

This div background color is #aba860


#aba860 Border Color

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

This div border color is #aba860


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,168,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 #aba860">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba860


Comments

No comments written yet.

Please login to write comment.