Color Hex Logo

#aea53f Color Hex

#AEA53F
(174,165,63)
0 Favorites   0 Comments

Color spaces of #aea53f

RGB 17416563
HSL0.150.470.46
HSV55°64°68°
CMYK 0.000.050.64   0.32
XYZ31.807936.267810.0266
Yxy36.26780.40730.4644
Hunter Lab60.2228-11.111332.2846
CIE-Lab66.7240-9.431152.3124

#aea53f color RGB value is (174,165,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 00111111
Octal 256 245 77
Decimal 174 165 63
Hex AE A5 3F

RGB Percentages of Color #aea53f

%43.28
%41.04
%15.67

CMYK Percentages of Color #aea53f

%0
%5
%64
%32

Triadic Colors of #aea53f

#aea53f #3faea5 #a53fae

Analogous Colors of #aea53f

#aea53f #80ae3f #ae6e3f

Monochromatic Colors of #aea53f

#aea53f

Complementary Color

#aea53f #3f48ae

#aea53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea53f Color CSS Codes

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

#aea53f Text Font Color

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

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


#aea53f Background Color

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

This div background color is #aea53f


#aea53f Border Color

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

This div border color is #aea53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea53f


Comments

No comments written yet.

Please login to write comment.