Color Hex Logo

#aead7d Color Hex

#AEAD7D
(174,173,125)
0 Favorites   0 Comments

Color spaces of #aead7d

RGB 174173125
HSL0.160.230.59
HSV59°28°68°
CMYK 0.000.010.28   0.32
XYZ36.100840.366525.2908
Yxy40.36650.35480.3967
Hunter Lab63.5346-9.760720.8731
CIE-Lab69.7298-7.424124.8687

#aead7d color RGB value is (174,173,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01111101
Octal 256 255 175
Decimal 174 173 125
Hex AE AD 7D

RGB Percentages of Color #aead7d

%36.86
%36.65
%26.48

CMYK Percentages of Color #aead7d

%0
%1
%28
%32

Triadic Colors of #aead7d

#aead7d #7daead #ad7dae

Analogous Colors of #aead7d

#aead7d #97ae7d #ae957d

Monochromatic Colors of #aead7d

#aead7d

Complementary Color

#aead7d #7d7eae

#aead7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead7d Color CSS Codes

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

#aead7d Text Font Color

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

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


#aead7d Background Color

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

This div background color is #aead7d


#aead7d Border Color

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

This div border color is #aead7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead7d

#aead7d Color Palettes


Comments

No comments written yet.

Please login to write comment.