Color Hex Logo

#aea036 Color Hex

#AEA036
(174,160,54)
0 Favorites   0 Comments

Color spaces of #aea036

RGB 17416054
HSL0.150.530.45
HSV53°69°68°
CMYK 0.000.080.69   0.32
XYZ30.692234.40668.5135
Yxy34.40660.41690.4674
Hunter Lab58.6571-9.250332.4546
CIE-Lab65.2840-7.331354.6226

#aea036 color RGB value is (174,160,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 00110110
Octal 256 240 66
Decimal 174 160 54
Hex AE A0 36

RGB Percentages of Color #aea036

%44.85
%41.24
%13.92

CMYK Percentages of Color #aea036

%0
%8
%69
%32

Triadic Colors of #aea036

#aea036 #36aea0 #a036ae

Analogous Colors of #aea036

#aea036 #80ae36 #ae6436

Monochromatic Colors of #aea036

#aea036

Complementary Color

#aea036 #3644ae

#aea036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea036 Color CSS Codes

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

#aea036 Text Font Color

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

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


#aea036 Background Color

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

This div background color is #aea036


#aea036 Border Color

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

This div border color is #aea036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea036


Comments

No comments written yet.

Please login to write comment.