Color Hex Logo

#aba50a Color Hex

#ABA50A
(171,165,10)
0 Favorites   0 Comments

Color spaces of #aba50a

RGB 17116510
HSL0.160.890.35
HSV58°94°67°
CMYK 0.000.040.94   0.33
XYZ30.304535.59015.5595
Yxy35.59010.42410.4981
Hunter Lab59.6574-13.726936.2349
CIE-Lab66.2055-12.753867.5363

#aba50a color RGB value is (171,165,10).

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

The process color (four color CMYK) of #aba50a color hex is 0.00, 0.04, 0.94, 0.33. Web safe color of #aba50a is #999900. Color #aba50a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00001010
Octal 253 245 12
Decimal 171 165 10
Hex AB A5 A

RGB Percentages of Color #aba50a

%49.42
%47.69
%2.89

CMYK Percentages of Color #aba50a

%0
%4
%94
%33

Triadic Colors of #aba50a

#aba50a #0aaba5 #a50aab

Analogous Colors of #aba50a

#aba50a #60ab0a #ab550a

Monochromatic Colors of #aba50a

#aba50a

Complementary Color

#aba50a #0a10ab

#aba50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba50a Color CSS Codes

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

#aba50a Text Font Color

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

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


#aba50a Background Color

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

This div background color is #aba50a


#aba50a Border Color

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

This div border color is #aba50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba50a


Comments

No comments written yet.

Please login to write comment.