Color Hex Logo

#aba981 Color Hex

#ABA981
(171,169,129)
0 Favorites   0 Comments

Color spaces of #aba981

RGB 171169129
HSL0.160.200.59
HSV57°25°67°
CMYK 0.000.010.25   0.33
XYZ34.945038.618826.3813
Yxy38.61880.34960.3864
Hunter Lab62.1440-8.377418.3311
CIE-Lab68.4742-5.918620.9618

#aba981 color RGB value is (171,169,129).

#aba981 hex color red value is 171, green value is 169 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aba981 hue: 0.16 , saturation: 0.20 and the lightness value of aba981 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10000001
Octal 253 251 201
Decimal 171 169 129
Hex AB A9 81

RGB Percentages of Color #aba981

%36.46
%36.03
%27.51

CMYK Percentages of Color #aba981

%0
%1
%25
%33

Triadic Colors of #aba981

#aba981 #81aba9 #a981ab

Analogous Colors of #aba981

#aba981 #98ab81 #ab9481

Monochromatic Colors of #aba981

#aba981

Complementary Color

#aba981 #8183ab

#aba981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba981 Color CSS Codes

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

#aba981 Text Font Color

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

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


#aba981 Background Color

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

This div background color is #aba981


#aba981 Border Color

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

This div border color is #aba981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba981


Comments

No comments written yet.

Please login to write comment.