Color Hex Logo

#aead5d Color Hex

#AEAD5D
(174,173,93)
0 Favorites   0 Comments

Color spaces of #aead5d

RGB 17417393
HSL0.160.330.52
HSV59°47°68°
CMYK 0.000.010.47   0.32
XYZ34.374939.676116.2024
Yxy39.67610.38090.4396
Hunter Lab62.9890-12.818128.8413
CIE-Lab69.2382-11.170240.9794

#aead5d color RGB value is (174,173,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01011101
Octal 256 255 135
Decimal 174 173 93
Hex AE AD 5D

RGB Percentages of Color #aead5d

%39.55
%39.32
%21.14

CMYK Percentages of Color #aead5d

%0
%1
%47
%32

Triadic Colors of #aead5d

#aead5d #5daead #ad5dae

Analogous Colors of #aead5d

#aead5d #87ae5d #ae855d

Monochromatic Colors of #aead5d

#aead5d

Complementary Color

#aead5d #5d5eae

#aead5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead5d Color CSS Codes

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

#aead5d Text Font Color

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

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


#aead5d Background Color

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

This div background color is #aead5d


#aead5d Border Color

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

This div border color is #aead5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead5d


Comments

No comments written yet.

Please login to write comment.