Color Hex Logo

#aea24f Color Hex

#AEA24F
(174,162,79)
0 Favorites   0 Comments

Color spaces of #aea24f

RGB 17416279
HSL0.150.380.50
HSV52°55°68°
CMYK 0.000.070.55   0.32
XYZ31.787235.403812.5554
Yxy35.40380.39860.4440
Hunter Lab59.5011-8.767129.1399
CIE-Lab66.0618-6.652144.1395

#aea24f color RGB value is (174,162,79).

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

The process color (four color CMYK) of #aea24f color hex is 0.00, 0.07, 0.55, 0.32. Web safe color of #aea24f is #999966. Color #aea24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 01001111
Octal 256 242 117
Decimal 174 162 79
Hex AE A2 4F

RGB Percentages of Color #aea24f

%41.93
%39.04
%19.04

CMYK Percentages of Color #aea24f

%0
%7
%55
%32

Triadic Colors of #aea24f

#aea24f #4faea2 #a24fae

Analogous Colors of #aea24f

#aea24f #8bae4f #ae734f

Monochromatic Colors of #aea24f

#aea24f

Complementary Color

#aea24f #4f5bae

#aea24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea24f Color CSS Codes

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

#aea24f Text Font Color

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

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


#aea24f Background Color

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

This div background color is #aea24f


#aea24f Border Color

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

This div border color is #aea24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea24f


Comments

No comments written yet.

Please login to write comment.