Color Hex Logo

#aead76 Color Hex

#AEAD76
(174,173,118)
0 Favorites   0 Comments

Color spaces of #aead76

RGB 174173118
HSL0.160.260.57
HSV59°32°68°
CMYK 0.000.010.32   0.32
XYZ35.669140.193823.0178
Yxy40.19380.36070.4065
Hunter Lab63.3986-10.520422.8529
CIE-Lab69.6073-8.345528.4570

#aead76 color RGB value is (174,173,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01110110
Octal 256 255 166
Decimal 174 173 118
Hex AE AD 76

RGB Percentages of Color #aead76

%37.42
%37.20
%25.38

CMYK Percentages of Color #aead76

%0
%1
%32
%32

Triadic Colors of #aead76

#aead76 #76aead #ad76ae

Analogous Colors of #aead76

#aead76 #93ae76 #ae9176

Monochromatic Colors of #aead76

#aead76

Complementary Color

#aead76 #7677ae

#aead76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead76 Color CSS Codes

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

#aead76 Text Font Color

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

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


#aead76 Background Color

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

This div background color is #aead76


#aead76 Border Color

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

This div border color is #aead76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead76


Comments

No comments written yet.

Please login to write comment.