Color Hex Logo

#aea521 Color Hex

#AEA521
(174,165,33)
0 Favorites   0 Comments

Color spaces of #aea521

RGB 17416533
HSL0.160.680.41
HSV56°81°68°
CMYK 0.000.050.81   0.32
XYZ31.185236.01876.7475
Yxy36.01870.42170.4871
Hunter Lab60.0156-12.275435.3450
CIE-Lab66.5342-10.893163.1552

#aea521 color RGB value is (174,165,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 00100001
Octal 256 245 41
Decimal 174 165 33
Hex AE A5 21

RGB Percentages of Color #aea521

%46.77
%44.35
%8.87

CMYK Percentages of Color #aea521

%0
%5
%81
%32

Triadic Colors of #aea521

#aea521 #21aea5 #a521ae

Analogous Colors of #aea521

#aea521 #71ae21 #ae5f21

Monochromatic Colors of #aea521

#aea521

Complementary Color

#aea521 #212aae

#aea521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea521 Color CSS Codes

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

#aea521 Text Font Color

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

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


#aea521 Background Color

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

This div background color is #aea521


#aea521 Border Color

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

This div border color is #aea521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea521


Comments

No comments written yet.

Please login to write comment.