Color Hex Logo

#aeaa90 Color Hex

#AEAA90
(174,170,144)
0 Favorites   0 Comments

Color spaces of #aeaa90

RGB 174170144
HSL0.140.160.62
HSV52°17°68°
CMYK 0.000.020.17   0.32
XYZ36.864339.761732.1174
Yxy39.76170.33900.3656
Hunter Lab63.0569-5.994913.9410
CIE-Lab69.2995-3.034413.9337

#aeaa90 color RGB value is (174,170,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10010000
Octal 256 252 220
Decimal 174 170 144
Hex AE AA 90

RGB Percentages of Color #aeaa90

%35.66
%34.84
%29.51

CMYK Percentages of Color #aeaa90

%0
%2
%17
%32

Triadic Colors of #aeaa90

#aeaa90 #90aeaa #aa90ae

Analogous Colors of #aeaa90

#aeaa90 #a3ae90 #ae9b90

Monochromatic Colors of #aeaa90

#aeaa90

Complementary Color

#aeaa90 #9094ae

#aeaa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa90 Color CSS Codes

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

#aeaa90 Text Font Color

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

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


#aeaa90 Background Color

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

This div background color is #aeaa90


#aeaa90 Border Color

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

This div border color is #aeaa90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,170,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 #aeaa90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa90


Comments

No comments written yet.

Please login to write comment.