Color Hex Logo

#aea440 Color Hex

#AEA440
(174,164,64)
0 Favorites   0 Comments

Color spaces of #aea440

RGB 17416464
HSL0.150.460.47
HSV55°63°68°
CMYK 0.000.060.63   0.32
XYZ31.656435.919810.1152
Yxy35.91980.40750.4623
Hunter Lab59.9331-10.600131.9465
CIE-Lab66.4586-8.839051.5895

#aea440 color RGB value is (174,164,64).

#aea440 hex color red value is 174, green value is 164 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aea440 hue: 0.15 , saturation: 0.46 and the lightness value of aea440 is 0.47.

The process color (four color CMYK) of #aea440 color hex is 0.00, 0.06, 0.63, 0.32. Web safe color of #aea440 is #999933. Color #aea440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01000000
Octal 256 244 100
Decimal 174 164 64
Hex AE A4 40

RGB Percentages of Color #aea440

%43.28
%40.80
%15.92

CMYK Percentages of Color #aea440

%0
%6
%63
%32

Triadic Colors of #aea440

#aea440 #40aea4 #a440ae

Analogous Colors of #aea440

#aea440 #81ae40 #ae6d40

Monochromatic Colors of #aea440

#aea440

Complementary Color

#aea440 #404aae

#aea440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea440 Color CSS Codes

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

#aea440 Text Font Color

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

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


#aea440 Background Color

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

This div background color is #aea440


#aea440 Border Color

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

This div border color is #aea440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea440


Comments

No comments written yet.

Please login to write comment.