Color Hex Logo

#aba529 Color Hex

#ABA529
(171,165,41)
0 Favorites   0 Comments

Color spaces of #aba529

RGB 17116541
HSL0.160.610.42
HSV57°76°67°
CMYK 0.000.040.76   0.33
XYZ30.650035.72837.3786
Yxy35.72830.41560.4844
Hunter Lab59.7732-13.073234.5223
CIE-Lab66.3118-11.918760.3774

#aba529 color RGB value is (171,165,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00101001
Octal 253 245 51
Decimal 171 165 41
Hex AB A5 29

RGB Percentages of Color #aba529

%45.36
%43.77
%10.88

CMYK Percentages of Color #aba529

%0
%4
%76
%33

Triadic Colors of #aba529

#aba529 #29aba5 #a529ab

Analogous Colors of #aba529

#aba529 #70ab29 #ab6429

Monochromatic Colors of #aba529

#aba529

Complementary Color

#aba529 #292fab

#aba529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba529 Color CSS Codes

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

#aba529 Text Font Color

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

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


#aba529 Background Color

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

This div background color is #aba529


#aba529 Border Color

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

This div border color is #aba529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba529


Comments

No comments written yet.

Please login to write comment.