Color Hex Logo

#aea890 Color Hex

#AEA890
(174,168,144)
0 Favorites   0 Comments

Color spaces of #aea890

RGB 174168144
HSL0.130.160.62
HSV48°17°68°
CMYK 0.000.030.17   0.32
XYZ36.492239.017631.9934
Yxy39.01760.33950.3629
Hunter Lab62.4641-5.030413.3572
CIE-Lab68.7640-1.957413.1821

#aea890 color RGB value is (174,168,144).

#aea890 hex color red value is 174, green value is 168 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aea890 hue: 0.13 , saturation: 0.16 and the lightness value of aea890 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 10010000
Octal 256 250 220
Decimal 174 168 144
Hex AE A8 90

RGB Percentages of Color #aea890

%35.80
%34.57
%29.63

CMYK Percentages of Color #aea890

%0
%3
%17
%32

Triadic Colors of #aea890

#aea890 #90aea8 #a890ae

Analogous Colors of #aea890

#aea890 #a5ae90 #ae9990

Monochromatic Colors of #aea890

#aea890

Complementary Color

#aea890 #9096ae

#aea890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea890 Color CSS Codes

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

#aea890 Text Font Color

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

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


#aea890 Background Color

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

This div background color is #aea890


#aea890 Border Color

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

This div border color is #aea890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea890


Comments

No comments written yet.

Please login to write comment.