Color Hex Logo

#aea54a Color Hex

#AEA54A
(174,165,74)
0 Favorites   0 Comments

Color spaces of #aea54a

RGB 17416574
HSL0.150.400.49
HSV55°57°68°
CMYK 0.000.050.57   0.32
XYZ32.146736.403411.8108
Yxy36.40340.40000.4530
Hunter Lab60.3352-10.481630.6285
CIE-Lab66.8270-8.646847.4225

#aea54a color RGB value is (174,165,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 01001010
Octal 256 245 112
Decimal 174 165 74
Hex AE A5 4A

RGB Percentages of Color #aea54a

%42.13
%39.95
%17.92

CMYK Percentages of Color #aea54a

%0
%5
%57
%32

Triadic Colors of #aea54a

#aea54a #4aaea5 #a54aae

Analogous Colors of #aea54a

#aea54a #85ae4a #ae734a

Monochromatic Colors of #aea54a

#aea54a

Complementary Color

#aea54a #4a53ae

#aea54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea54a Color CSS Codes

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

#aea54a Text Font Color

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

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


#aea54a Background Color

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

This div background color is #aea54a


#aea54a Border Color

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

This div border color is #aea54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea54a


Comments

No comments written yet.

Please login to write comment.