Color Hex Logo

#aea259 Color Hex

#AEA259
(174,162,89)
0 Favorites   0 Comments

Color spaces of #aea259

RGB 17416289
HSL0.140.340.52
HSV52°49°68°
CMYK 0.000.070.49   0.32
XYZ32.179135.560614.6191
Yxy35.56060.39070.4318
Hunter Lab59.6327-8.034827.2078
CIE-Lab66.1828-5.753139.2827

#aea259 color RGB value is (174,162,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 01011001
Octal 256 242 131
Decimal 174 162 89
Hex AE A2 59

RGB Percentages of Color #aea259

%40.94
%38.12
%20.94

CMYK Percentages of Color #aea259

%0
%7
%49
%32

Triadic Colors of #aea259

#aea259 #59aea2 #a259ae

Analogous Colors of #aea259

#aea259 #90ae59 #ae7859

Monochromatic Colors of #aea259

#aea259

Complementary Color

#aea259 #5965ae

#aea259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea259 Color CSS Codes

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

#aea259 Text Font Color

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

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


#aea259 Background Color

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

This div background color is #aea259


#aea259 Border Color

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

This div border color is #aea259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,162,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 #aea259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea259


Comments

No comments written yet.

Please login to write comment.