Color Hex Logo

#aea032 Color Hex

#AEA032
(174,160,50)
0 Favorites   0 Comments

Color spaces of #aea032

RGB 17416050
HSL0.150.550.44
HSV53°71°68°
CMYK 0.000.080.71   0.32
XYZ30.602134.37068.0389
Yxy34.37060.41910.4708
Hunter Lab58.6264-9.422032.9086
CIE-Lab65.2557-7.545156.1934

#aea032 color RGB value is (174,160,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 00110010
Octal 256 240 62
Decimal 174 160 50
Hex AE A0 32

RGB Percentages of Color #aea032

%45.31
%41.67
%13.02

CMYK Percentages of Color #aea032

%0
%8
%71
%32

Triadic Colors of #aea032

#aea032 #32aea0 #a032ae

Analogous Colors of #aea032

#aea032 #7eae32 #ae6232

Monochromatic Colors of #aea032

#aea032

Complementary Color

#aea032 #3240ae

#aea032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea032 Color CSS Codes

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

#aea032 Text Font Color

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

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


#aea032 Background Color

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

This div background color is #aea032


#aea032 Border Color

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

This div border color is #aea032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea032


Comments

No comments written yet.

Please login to write comment.