Color Hex Logo

#aeae47 Color Hex

#AEAE47
(174,174,71)
0 Favorites   0 Comments

Color spaces of #aeae47

RGB 17417471
HSL0.170.420.48
HSV60°59°68°
CMYK 0.000.000.59   0.32
XYZ33.728939.725711.8514
Yxy39.72570.39540.4657
Hunter Lab63.0283-14.777332.9714
CIE-Lab69.2737-13.568951.5317

#aeae47 color RGB value is (174,174,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01000111
Octal 256 256 107
Decimal 174 174 71
Hex AE AE 47

RGB Percentages of Color #aeae47

%41.53
%41.53
%16.95

CMYK Percentages of Color #aeae47

%0
%0
%59
%32

Triadic Colors of #aeae47

#aeae47 #47aeae #ae47ae

Analogous Colors of #aeae47

#aeae47 #7bae47 #ae7b47

Monochromatic Colors of #aeae47

#aeae47

Complementary Color

#aeae47 #4747ae

#aeae47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae47 Color CSS Codes

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

#aeae47 Text Font Color

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

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


#aeae47 Background Color

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

This div background color is #aeae47


#aeae47 Border Color

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

This div border color is #aeae47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae47


Comments

No comments written yet.

Please login to write comment.