Color Hex Logo

#aead8b Color Hex

#AEAD8B
(174,173,139)
0 Favorites   0 Comments

Color spaces of #aead8b

RGB 174173139
HSL0.160.180.61
HSV58°20°68°
CMYK 0.000.010.20   0.32
XYZ37.059340.749930.3384
Yxy40.74990.34270.3768
Hunter Lab63.8356-8.085616.5069
CIE-Lab70.0003-5.413617.6471

#aead8b color RGB value is (174,173,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10001011
Octal 256 255 213
Decimal 174 173 139
Hex AE AD 8B

RGB Percentages of Color #aead8b

%35.80
%35.60
%28.60

CMYK Percentages of Color #aead8b

%0
%1
%20
%32

Triadic Colors of #aead8b

#aead8b #8baead #ad8bae

Analogous Colors of #aead8b

#aead8b #9eae8b #ae9c8b

Monochromatic Colors of #aead8b

#aead8b

Complementary Color

#aead8b #8b8cae

#aead8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead8b Color CSS Codes

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

#aead8b Text Font Color

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

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


#aead8b Background Color

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

This div background color is #aead8b


#aead8b Border Color

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

This div border color is #aead8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead8b

#aead8b Color Palettes


Comments

No comments written yet.

Please login to write comment.