Color Hex Logo

#aead73 Color Hex

#AEAD73
(174,173,115)
0 Favorites   0 Comments

Color spaces of #aead73

RGB 174173115
HSL0.160.270.57
HSV59°34°68°
CMYK 0.000.010.34   0.32
XYZ35.493640.123622.0936
Yxy40.12360.36330.4106
Hunter Lab63.3432-10.830223.6604
CIE-Lab69.5575-8.723029.9874

#aead73 color RGB value is (174,173,115).

#aead73 hex color red value is 174, green value is 173 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aead73 hue: 0.16 , saturation: 0.27 and the lightness value of aead73 is 0.57.

The process color (four color CMYK) of #aead73 color hex is 0.00, 0.01, 0.34, 0.32. Web safe color of #aead73 is #999966. Color #aead73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01110011
Octal 256 255 163
Decimal 174 173 115
Hex AE AD 73

RGB Percentages of Color #aead73

%37.66
%37.45
%24.89

CMYK Percentages of Color #aead73

%0
%1
%34
%32

Triadic Colors of #aead73

#aead73 #73aead #ad73ae

Analogous Colors of #aead73

#aead73 #92ae73 #ae9073

Monochromatic Colors of #aead73

#aead73

Complementary Color

#aead73 #7374ae

#aead73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead73 Color CSS Codes

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

#aead73 Text Font Color

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

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


#aead73 Background Color

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

This div background color is #aead73


#aead73 Border Color

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

This div border color is #aead73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead73


Comments

No comments written yet.

Please login to write comment.