Color Hex Logo

#aea913 Color Hex

#AEA913
(174,169,19)
0 Favorites   0 Comments

Color spaces of #aea913

RGB 17416919
HSL0.160.800.38
HSV58°89°68°
CMYK 0.000.030.89   0.32
XYZ31.761137.42166.1652
Yxy37.42160.42150.4967
Hunter Lab61.1732-14.376036.8458
CIE-Lab67.5921-13.343267.3248

#aea913 color RGB value is (174,169,19).

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

The process color (four color CMYK) of #aea913 color hex is 0.00, 0.03, 0.89, 0.32. Web safe color of #aea913 is #999900. Color #aea913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 00010011
Octal 256 251 23
Decimal 174 169 19
Hex AE A9 13

RGB Percentages of Color #aea913

%48.07
%46.69
%5.25

CMYK Percentages of Color #aea913

%0
%3
%89
%32

Triadic Colors of #aea913

#aea913 #13aea9 #a913ae

Analogous Colors of #aea913

#aea913 #66ae13 #ae5c13

Monochromatic Colors of #aea913

#aea913

Complementary Color

#aea913 #1318ae

#aea913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea913 Color CSS Codes

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

#aea913 Text Font Color

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

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


#aea913 Background Color

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

This div background color is #aea913


#aea913 Border Color

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

This div border color is #aea913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea913


Comments

No comments written yet.

Please login to write comment.