Color Hex Logo

#aead7c Color Hex

#AEAD7C
(174,173,124)
0 Favorites   0 Comments

Color spaces of #aead7c

RGB 174173124
HSL0.160.240.58
HSV59°29°68°
CMYK 0.000.010.29   0.32
XYZ36.037240.341024.9560
Yxy40.34100.35560.3981
Hunter Lab63.5146-9.872321.1641
CIE-Lab69.7117-7.559025.3825

#aead7c color RGB value is (174,173,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01111100
Octal 256 255 174
Decimal 174 173 124
Hex AE AD 7C

RGB Percentages of Color #aead7c

%36.94
%36.73
%26.33

CMYK Percentages of Color #aead7c

%0
%1
%29
%32

Triadic Colors of #aead7c

#aead7c #7caead #ad7cae

Analogous Colors of #aead7c

#aead7c #96ae7c #ae947c

Monochromatic Colors of #aead7c

#aead7c

Complementary Color

#aead7c #7c7dae

#aead7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead7c Color CSS Codes

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

#aead7c Text Font Color

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

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


#aead7c Background Color

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

This div background color is #aead7c


#aead7c Border Color

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

This div border color is #aead7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead7c


Comments

No comments written yet.

Please login to write comment.