Color Hex Logo

#aea529 Color Hex

#AEA529
(174,165,41)
0 Favorites   0 Comments

Color spaces of #aea529

RGB 17416541
HSL0.160.620.42
HSV56°76°68°
CMYK 0.000.050.76   0.32
XYZ31.310936.06907.4096
Yxy36.06900.41870.4823
Hunter Lab60.0575-12.039834.7253
CIE-Lab66.5726-10.595960.7131

#aea529 color RGB value is (174,165,41).

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

The process color (four color CMYK) of #aea529 color hex is 0.00, 0.05, 0.76, 0.32. Web safe color of #aea529 is #999933. Color #aea529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 00101001
Octal 256 245 51
Decimal 174 165 41
Hex AE A5 29

RGB Percentages of Color #aea529

%45.79
%43.42
%10.79

CMYK Percentages of Color #aea529

%0
%5
%76
%32

Triadic Colors of #aea529

#aea529 #29aea5 #a529ae

Analogous Colors of #aea529

#aea529 #75ae29 #ae6329

Monochromatic Colors of #aea529

#aea529

Complementary Color

#aea529 #2932ae

#aea529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea529 Color CSS Codes

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

#aea529 Text Font Color

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

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


#aea529 Background Color

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

This div background color is #aea529


#aea529 Border Color

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

This div border color is #aea529


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,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 #aea529">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea529


Comments

No comments written yet.

Please login to write comment.