Color Hex Logo

#aea559 Color Hex

#AEA559
(174,165,89)
0 Favorites   0 Comments

Color spaces of #aea559

RGB 17416589
HSL0.150.340.52
HSV54°49°68°
CMYK 0.000.050.49   0.32
XYZ32.713936.630214.7973
Yxy36.63020.38880.4353
Hunter Lab60.5229-9.432027.8702
CIE-Lab66.9987-7.349740.2749

#aea559 color RGB value is (174,165,89).

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

The process color (four color CMYK) of #aea559 color hex is 0.00, 0.05, 0.49, 0.32. Web safe color of #aea559 is #999966. Color #aea559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 01011001
Octal 256 245 131
Decimal 174 165 89
Hex AE A5 59

RGB Percentages of Color #aea559

%40.65
%38.55
%20.79

CMYK Percentages of Color #aea559

%0
%5
%49
%32

Triadic Colors of #aea559

#aea559 #59aea5 #a559ae

Analogous Colors of #aea559

#aea559 #8dae59 #ae7b59

Monochromatic Colors of #aea559

#aea559

Complementary Color

#aea559 #5962ae

#aea559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea559 Color CSS Codes

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

#aea559 Text Font Color

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

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


#aea559 Background Color

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

This div background color is #aea559


#aea559 Border Color

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

This div border color is #aea559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea559


Comments

No comments written yet.

Please login to write comment.