Color Hex Logo

#aba94a Color Hex

#ABA94A
(171,169,74)
0 Favorites   0 Comments

Color spaces of #aba94a

RGB 17116974
HSL0.160.400.48
HSV59°57°67°
CMYK 0.000.010.57   0.33
XYZ32.218637.528312.0241
Yxy37.52830.39400.4589
Hunter Lab61.2603-13.327331.2449
CIE-Lab67.6715-12.027448.3077

#aba94a color RGB value is (171,169,74).

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

The process color (four color CMYK) of #aba94a color hex is 0.00, 0.01, 0.57, 0.33. Web safe color of #aba94a is #999933. Color #aba94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01001010
Octal 253 251 112
Decimal 171 169 74
Hex AB A9 4A

RGB Percentages of Color #aba94a

%41.30
%40.82
%17.87

CMYK Percentages of Color #aba94a

%0
%1
%57
%33

Triadic Colors of #aba94a

#aba94a #4aaba9 #a94aab

Analogous Colors of #aba94a

#aba94a #7dab4a #ab794a

Monochromatic Colors of #aba94a

#aba94a

Complementary Color

#aba94a #4a4cab

#aba94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba94a Color CSS Codes

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

#aba94a Text Font Color

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

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


#aba94a Background Color

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

This div background color is #aba94a


#aba94a Border Color

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

This div border color is #aba94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba94a


Comments

No comments written yet.

Please login to write comment.