Color Hex Logo

#aeae49 Color Hex

#AEAE49
(174,174,73)
0 Favorites   0 Comments

Color spaces of #aeae49

RGB 17417473
HSL0.170.410.48
HSV60°58°68°
CMYK 0.000.000.58   0.32
XYZ33.794239.751812.1951
Yxy39.75180.39410.4636
Hunter Lab63.0490-14.660032.6663
CIE-Lab69.2924-13.421150.6496

#aeae49 color RGB value is (174,174,73).

#aeae49 hex color red value is 174, green value is 174 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aeae49 hue: 0.17 , saturation: 0.41 and the lightness value of aeae49 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01001001
Octal 256 256 111
Decimal 174 174 73
Hex AE AE 49

RGB Percentages of Color #aeae49

%41.33
%41.33
%17.34

CMYK Percentages of Color #aeae49

%0
%0
%58
%32

Triadic Colors of #aeae49

#aeae49 #49aeae #ae49ae

Analogous Colors of #aeae49

#aeae49 #7cae49 #ae7c49

Monochromatic Colors of #aeae49

#aeae49

Complementary Color

#aeae49 #4949ae

#aeae49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae49 Color CSS Codes

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

#aeae49 Text Font Color

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

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


#aeae49 Background Color

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

This div background color is #aeae49


#aeae49 Border Color

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

This div border color is #aeae49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae49


Comments

No comments written yet.

Please login to write comment.