Color Hex Logo

#aead80 Color Hex

#AEAD80
(174,173,128)
0 Favorites   0 Comments

Color spaces of #aead80

RGB 174173128
HSL0.160.220.59
HSV59°26°68°
CMYK 0.000.010.26   0.32
XYZ36.295440.444326.3156
Yxy40.44430.35220.3925
Hunter Lab63.5958-9.419219.9832
CIE-Lab69.7848-7.011923.3250

#aead80 color RGB value is (174,173,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10000000
Octal 256 255 200
Decimal 174 173 128
Hex AE AD 80

RGB Percentages of Color #aead80

%36.63
%36.42
%26.95

CMYK Percentages of Color #aead80

%0
%1
%26
%32

Triadic Colors of #aead80

#aead80 #80aead #ad80ae

Analogous Colors of #aead80

#aead80 #98ae80 #ae9680

Monochromatic Colors of #aead80

#aead80

Complementary Color

#aead80 #8081ae

#aead80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead80 Color CSS Codes

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

#aead80 Text Font Color

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

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


#aead80 Background Color

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

This div background color is #aead80


#aead80 Border Color

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

This div border color is #aead80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead80


Comments

No comments written yet.

Please login to write comment.