Color Hex Logo

#aea89e Color Hex

#AEA89E
(174,168,158)
0 Favorites   0 Comments

Color spaces of #aea89e

RGB 174168158
HSL0.100.090.65
HSV38°68°
CMYK 0.000.030.09   0.32
XYZ37.629739.472637.9834
Yxy39.47260.32700.3430
Hunter Lab62.8272-3.03708.1342
CIE-Lab69.09220.36525.9198

#aea89e color RGB value is (174,168,158).

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

The process color (four color CMYK) of #aea89e color hex is 0.00, 0.03, 0.09, 0.32. Web safe color of #aea89e is #999999. Color #aea89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 10011110
Octal 256 250 236
Decimal 174 168 158
Hex AE A8 9E

RGB Percentages of Color #aea89e

%34.80
%33.60
%31.60

CMYK Percentages of Color #aea89e

%0
%3
%9
%32

Triadic Colors of #aea89e

#aea89e #9eaea8 #a89eae

Analogous Colors of #aea89e

#aea89e #acae9e #aea09e

Monochromatic Colors of #aea89e

#aea89e

Complementary Color

#aea89e #9ea4ae

#aea89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea89e Color CSS Codes

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

#aea89e Text Font Color

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

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


#aea89e Background Color

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

This div background color is #aea89e


#aea89e Border Color

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

This div border color is #aea89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea89e

#aea89e Color Palettes


Comments

No comments written yet.

Please login to write comment.