Color Hex Logo

#aba52a Color Hex

#ABA52A
(171,165,42)
0 Favorites   0 Comments

Color spaces of #aba52a

RGB 17116542
HSL0.160.610.42
HSV57°75°67°
CMYK 0.000.040.75   0.33
XYZ30.667635.73547.4717
Yxy35.73540.41510.4837
Hunter Lab59.7791-13.040234.4348
CIE-Lab66.3173-11.876560.0453

#aba52a color RGB value is (171,165,42).

#aba52a hex color red value is 171, green value is 165 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aba52a hue: 0.16 , saturation: 0.61 and the lightness value of aba52a is 0.42.

The process color (four color CMYK) of #aba52a color hex is 0.00, 0.04, 0.75, 0.33. Web safe color of #aba52a is #999933. Color #aba52a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00101010
Octal 253 245 52
Decimal 171 165 42
Hex AB A5 2A

RGB Percentages of Color #aba52a

%45.24
%43.65
%11.11

CMYK Percentages of Color #aba52a

%0
%4
%75
%33

Triadic Colors of #aba52a

#aba52a #2aaba5 #a52aab

Analogous Colors of #aba52a

#aba52a #71ab2a #ab652a

Monochromatic Colors of #aba52a

#aba52a

Complementary Color

#aba52a #2a30ab

#aba52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba52a Color CSS Codes

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

#aba52a Text Font Color

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

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


#aba52a Background Color

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

This div background color is #aba52a


#aba52a Border Color

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

This div border color is #aba52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba52a


Comments

No comments written yet.

Please login to write comment.