Color Hex Logo

#aea09d Color Hex

#AEA09D
(174,160,157)
0 Favorites   0 Comments

Color spaces of #aea09d

RGB 174160157
HSL0.030.090.65
HSV11°10°68°
CMYK 0.000.080.10   0.32
XYZ36.112236.574637.0546
Yxy36.57460.32910.3333
Hunter Lab60.47690.75196.0065
CIE-Lab66.95664.56723.3949

#aea09d color RGB value is (174,160,157).

#aea09d hex color red value is 174, green value is 160 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aea09d hue: 0.03 , saturation: 0.09 and the lightness value of aea09d is 0.65.

The process color (four color CMYK) of #aea09d color hex is 0.00, 0.08, 0.10, 0.32. Web safe color of #aea09d is #999999. Color #aea09d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 10011101
Octal 256 240 235
Decimal 174 160 157
Hex AE A0 9D

RGB Percentages of Color #aea09d

%35.44
%32.59
%31.98

CMYK Percentages of Color #aea09d

%0
%8
%10
%32

Triadic Colors of #aea09d

#aea09d #9daea0 #a09dae

Analogous Colors of #aea09d

#aea09d #aea99d #ae9da3

Monochromatic Colors of #aea09d

#aea09d

Complementary Color

#aea09d #9dabae

#aea09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea09d Color CSS Codes

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

#aea09d Text Font Color

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

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


#aea09d Background Color

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

This div background color is #aea09d


#aea09d Border Color

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

This div border color is #aea09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea09d


Comments

No comments written yet.

Please login to write comment.