Color Hex Logo

#aba522 Color Hex

#ABA522
(171,165,34)
0 Favorites   0 Comments

Color spaces of #aba522

RGB 17116534
HSL0.160.670.40
HSV57°80°67°
CMYK 0.000.040.80   0.33
XYZ30.538535.68376.7915
Yxy35.68370.41830.4887
Hunter Lab59.7358-13.283935.0743
CIE-Lab66.2775-12.187362.5410

#aba522 color RGB value is (171,165,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00100010
Octal 253 245 42
Decimal 171 165 34
Hex AB A5 22

RGB Percentages of Color #aba522

%46.22
%44.59
%9.19

CMYK Percentages of Color #aba522

%0
%4
%80
%33

Triadic Colors of #aba522

#aba522 #22aba5 #a522ab

Analogous Colors of #aba522

#aba522 #6dab22 #ab6122

Monochromatic Colors of #aba522

#aba522

Complementary Color

#aba522 #2228ab

#aba522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba522 Color CSS Codes

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

#aba522 Text Font Color

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

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


#aba522 Background Color

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

This div background color is #aba522


#aba522 Border Color

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

This div border color is #aba522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba522


Comments

No comments written yet.

Please login to write comment.