Color Hex Logo

#aba53a Color Hex

#ABA53A
(171,165,58)
0 Favorites   0 Comments

Color spaces of #aba53a

RGB 17116558
HSL0.160.490.45
HSV57°66°67°
CMYK 0.000.040.66   0.33
XYZ31.013435.87379.2927
Yxy35.87370.40710.4709
Hunter Lab59.8947-12.388532.7274
CIE-Lab66.4233-11.049554.0535

#aba53a color RGB value is (171,165,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00111010
Octal 253 245 72
Decimal 171 165 58
Hex AB A5 3A

RGB Percentages of Color #aba53a

%43.40
%41.88
%14.72

CMYK Percentages of Color #aba53a

%0
%4
%66
%33

Triadic Colors of #aba53a

#aba53a #3aaba5 #a53aab

Analogous Colors of #aba53a

#aba53a #79ab3a #ab6d3a

Monochromatic Colors of #aba53a

#aba53a

Complementary Color

#aba53a #3a40ab

#aba53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba53a Color CSS Codes

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

#aba53a Text Font Color

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

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


#aba53a Background Color

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

This div background color is #aba53a


#aba53a Border Color

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

This div border color is #aba53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba53a


Comments

No comments written yet.

Please login to write comment.