Color Hex Logo

#aea953 Color Hex

#AEA953
(174,169,83)
0 Favorites   0 Comments

Color spaces of #aea953

RGB 17416983
HSL0.160.360.50
HSV57°52°68°
CMYK 0.000.030.52   0.32
XYZ33.204937.999113.7681
Yxy37.99910.39080.4472
Hunter Lab61.6434-11.725029.9079
CIE-Lab68.0200-10.007544.4772

#aea953 color RGB value is (174,169,83).

#aea953 hex color red value is 174, green value is 169 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aea953 hue: 0.16 , saturation: 0.36 and the lightness value of aea953 is 0.50.

The process color (four color CMYK) of #aea953 color hex is 0.00, 0.03, 0.52, 0.32. Web safe color of #aea953 is #999966. Color #aea953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01010011
Octal 256 251 123
Decimal 174 169 83
Hex AE A9 53

RGB Percentages of Color #aea953

%40.85
%39.67
%19.48

CMYK Percentages of Color #aea953

%0
%3
%52
%32

Triadic Colors of #aea953

#aea953 #53aea9 #a953ae

Analogous Colors of #aea953

#aea953 #86ae53 #ae7c53

Monochromatic Colors of #aea953

#aea953

Complementary Color

#aea953 #5358ae

#aea953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea953 Color CSS Codes

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

#aea953 Text Font Color

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

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


#aea953 Background Color

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

This div background color is #aea953


#aea953 Border Color

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

This div border color is #aea953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea953


Comments

No comments written yet.

Please login to write comment.