Color Hex Logo

#aea24d Color Hex

#AEA24D
(174,162,77)
0 Favorites   0 Comments

Color spaces of #aea24d

RGB 17416277
HSL0.150.390.49
HSV53°56°68°
CMYK 0.000.070.56   0.32
XYZ31.715435.375212.1777
Yxy35.37520.40010.4463
Hunter Lab59.4771-8.901929.4945
CIE-Lab66.0397-6.818445.0875

#aea24d color RGB value is (174,162,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 01001101
Octal 256 242 115
Decimal 174 162 77
Hex AE A2 4D

RGB Percentages of Color #aea24d

%42.13
%39.23
%18.64

CMYK Percentages of Color #aea24d

%0
%7
%56
%32

Triadic Colors of #aea24d

#aea24d #4daea2 #a24dae

Analogous Colors of #aea24d

#aea24d #8aae4d #ae724d

Monochromatic Colors of #aea24d

#aea24d

Complementary Color

#aea24d #4d59ae

#aea24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea24d Color CSS Codes

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

#aea24d Text Font Color

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

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


#aea24d Background Color

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

This div background color is #aea24d


#aea24d Border Color

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

This div border color is #aea24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea24d


Comments

No comments written yet.

Please login to write comment.