Color Hex Logo

#ae80aa Color Hex

#AE80AA
(174,128,170)
0 Favorites   0 Comments

Color spaces of #ae80aa

RGB 174128170
HSL0.850.220.59
HSV305°26°68°
CMYK 0.000.260.02   0.32
XYZ32.430427.339341.5980
Yxy27.33930.31990.2697
Hunter Lab52.287019.2103-10.5685
CIE-Lab59.287124.8747-15.3170

#ae80aa color RGB value is (174,128,170).

#ae80aa hex color red value is 174, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae80aa hue: 0.85 , saturation: 0.22 and the lightness value of ae80aa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 10101010
Octal 256 200 252
Decimal 174 128 170
Hex AE 80 AA

RGB Percentages of Color #ae80aa

%36.86
%27.12
%36.02

CMYK Percentages of Color #ae80aa

%0
%26
%2
%32

Triadic Colors of #ae80aa

#ae80aa #aaae80 #80aaae

Analogous Colors of #ae80aa

#ae80aa #ae8093 #9b80ae

Monochromatic Colors of #ae80aa

#ae80aa

Complementary Color

#ae80aa #80ae84

#ae80aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae80aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae80aa Color CSS Codes

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

#ae80aa Text Font Color

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

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


#ae80aa Background Color

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

This div background color is #ae80aa


#ae80aa Border Color

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

This div border color is #ae80aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae80aa


Comments

No comments written yet.

Please login to write comment.