Color Hex Logo

#aba660 Color Hex

#ABA660
(171,166,96)
0 Favorites   0 Comments

Color spaces of #aba660

RGB 17116696
HSL0.160.310.52
HSV56°44°67°
CMYK 0.000.030.44   0.33
XYZ32.542136.774916.4494
Yxy36.77490.37940.4288
Hunter Lab60.6423-10.336726.3670
CIE-Lab67.1078-8.434636.7704

#aba660 color RGB value is (171,166,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01100000
Octal 253 246 140
Decimal 171 166 96
Hex AB A6 60

RGB Percentages of Color #aba660

%39.49
%38.34
%22.17

CMYK Percentages of Color #aba660

%0
%3
%44
%33

Triadic Colors of #aba660

#aba660 #60aba6 #a660ab

Analogous Colors of #aba660

#aba660 #8bab60 #ab8160

Monochromatic Colors of #aba660

#aba660

Complementary Color

#aba660 #6065ab

#aba660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba660 Color CSS Codes

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

#aba660 Text Font Color

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

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


#aba660 Background Color

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

This div background color is #aba660


#aba660 Border Color

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

This div border color is #aba660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba660


Comments

No comments written yet.

Please login to write comment.