Color Hex Logo

#aea936 Color Hex

#AEA936
(174,169,54)
0 Favorites   0 Comments

Color spaces of #aea936

RGB 17416954
HSL0.160.530.45
HSV58°69°68°
CMYK 0.000.030.69   0.32
XYZ32.309437.64099.0526
Yxy37.64090.40900.4764
Hunter Lab61.3522-13.364334.1982
CIE-Lab67.7551-12.060557.1147

#aea936 color RGB value is (174,169,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 00110110
Octal 256 251 66
Decimal 174 169 54
Hex AE A9 36

RGB Percentages of Color #aea936

%43.83
%42.57
%13.60

CMYK Percentages of Color #aea936

%0
%3
%69
%32

Triadic Colors of #aea936

#aea936 #36aea9 #a936ae

Analogous Colors of #aea936

#aea936 #77ae36 #ae6d36

Monochromatic Colors of #aea936

#aea936

Complementary Color

#aea936 #363bae

#aea936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea936 Color CSS Codes

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

#aea936 Text Font Color

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

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


#aea936 Background Color

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

This div background color is #aea936


#aea936 Border Color

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

This div border color is #aea936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea936


Comments

No comments written yet.

Please login to write comment.