Color Hex Logo

#aea533 Color Hex

#AEA533
(174,165,51)
0 Favorites   0 Comments

Color spaces of #aea533

RGB 17416551
HSL0.150.550.44
HSV56°71°68°
CMYK 0.000.050.71   0.32
XYZ31.508236.14808.4486
Yxy36.14800.41400.4750
Hunter Lab60.1232-11.670833.7547
CIE-Lab66.6329-10.131857.1660

#aea533 color RGB value is (174,165,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 00110011
Octal 256 245 63
Decimal 174 165 51
Hex AE A5 33

RGB Percentages of Color #aea533

%44.62
%42.31
%13.08

CMYK Percentages of Color #aea533

%0
%5
%71
%32

Triadic Colors of #aea533

#aea533 #33aea5 #a533ae

Analogous Colors of #aea533

#aea533 #7aae33 #ae6833

Monochromatic Colors of #aea533

#aea533

Complementary Color

#aea533 #333cae

#aea533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea533 Color CSS Codes

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

#aea533 Text Font Color

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

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


#aea533 Background Color

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

This div background color is #aea533


#aea533 Border Color

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

This div border color is #aea533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea533


Comments

No comments written yet.

Please login to write comment.