Color Hex Logo

#ae8caa Color Hex

#AE8CAA
(174,140,170)
0 Favorites   0 Comments

Color spaces of #ae8caa

RGB 174140170
HSL0.850.170.62
HSV307°20°68°
CMYK 0.000.200.02   0.32
XYZ34.089330.657142.1509
Yxy30.65710.31890.2868
Hunter Lab55.368913.0028-6.3778
CIE-Lab62.217118.1039-10.9054

#ae8caa color RGB value is (174,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 10101010
Octal 256 214 252
Decimal 174 140 170
Hex AE 8C AA

RGB Percentages of Color #ae8caa

%35.95
%28.93
%35.12

CMYK Percentages of Color #ae8caa

%0
%20
%2
%32

Triadic Colors of #ae8caa

#ae8caa #aaae8c #8caaae

Analogous Colors of #ae8caa

#ae8caa #ae8c99 #a18cae

Monochromatic Colors of #ae8caa

#ae8caa

Complementary Color

#ae8caa #8cae90

#ae8caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8caa Color CSS Codes

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

#ae8caa Text Font Color

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

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


#ae8caa Background Color

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

This div background color is #ae8caa


#ae8caa Border Color

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

This div border color is #ae8caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8caa


Comments

No comments written yet.

Please login to write comment.