Color Hex Logo

#aea921 Color Hex

#AEA921
(174,169,33)
0 Favorites   0 Comments

Color spaces of #aea921

RGB 17416933
HSL0.160.680.41
HSV58°81°68°
CMYK 0.000.030.81   0.32
XYZ31.918037.48446.9918
Yxy37.48440.41780.4907
Hunter Lab61.2245-14.086036.0863
CIE-Lab67.6389-12.974364.1159

#aea921 color RGB value is (174,169,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 00100001
Octal 256 251 41
Decimal 174 169 33
Hex AE A9 21

RGB Percentages of Color #aea921

%46.28
%44.95
%8.78

CMYK Percentages of Color #aea921

%0
%3
%81
%32

Triadic Colors of #aea921

#aea921 #21aea9 #a921ae

Analogous Colors of #aea921

#aea921 #6dae21 #ae6321

Monochromatic Colors of #aea921

#aea921

Complementary Color

#aea921 #2126ae

#aea921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea921 Color CSS Codes

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

#aea921 Text Font Color

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

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


#aea921 Background Color

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

This div background color is #aea921


#aea921 Border Color

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

This div border color is #aea921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea921


Comments

No comments written yet.

Please login to write comment.