Color Hex Logo

#aea21f Color Hex

#AEA21F
(174,162,31)
0 Favorites   0 Comments

Color spaces of #aea21f

RGB 17416231
HSL0.150.700.40
HSV55°82°68°
CMYK 0.000.070.82   0.32
XYZ30.623234.93836.4261
Yxy34.93830.42540.4853
Hunter Lab59.1086-10.962234.9302
CIE-Lab65.7006-9.384162.9951

#aea21f color RGB value is (174,162,31).

#aea21f hex color red value is 174, green value is 162 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aea21f hue: 0.15 , saturation: 0.70 and the lightness value of aea21f is 0.40.

The process color (four color CMYK) of #aea21f color hex is 0.00, 0.07, 0.82, 0.32. Web safe color of #aea21f is #999933. Color #aea21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 00011111
Octal 256 242 37
Decimal 174 162 31
Hex AE A2 1F

RGB Percentages of Color #aea21f

%47.41
%44.14
%8.45

CMYK Percentages of Color #aea21f

%0
%7
%82
%32

Triadic Colors of #aea21f

#aea21f #1faea2 #a21fae

Analogous Colors of #aea21f

#aea21f #73ae1f #ae5a1f

Monochromatic Colors of #aea21f

#aea21f

Complementary Color

#aea21f #1f2bae

#aea21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea21f Color CSS Codes

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

#aea21f Text Font Color

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

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


#aea21f Background Color

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

This div background color is #aea21f


#aea21f Border Color

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

This div border color is #aea21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea21f


Comments

No comments written yet.

Please login to write comment.