Color Hex Logo

#ae8ca9 Color Hex

#AE8CA9
(174,140,169)
0 Favorites   0 Comments

Color spaces of #ae8ca9

RGB 174140169
HSL0.860.170.62
HSV309°20°68°
CMYK 0.000.200.03   0.32
XYZ33.995130.619441.6545
Yxy30.61940.31990.2881
Hunter Lab55.334812.8261-5.8975
CIE-Lab62.185017.9147-10.3862

#ae8ca9 color RGB value is (174,140,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 10101001
Octal 256 214 251
Decimal 174 140 169
Hex AE 8C A9

RGB Percentages of Color #ae8ca9

%36.02
%28.99
%34.99

CMYK Percentages of Color #ae8ca9

%0
%20
%3
%32

Triadic Colors of #ae8ca9

#ae8ca9 #a9ae8c #8ca9ae

Analogous Colors of #ae8ca9

#ae8ca9 #ae8c98 #a28cae

Monochromatic Colors of #ae8ca9

#ae8ca9

Complementary Color

#ae8ca9 #8cae91

#ae8ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8ca9 Color CSS Codes

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

#ae8ca9 Text Font Color

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

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


#ae8ca9 Background Color

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

This div background color is #ae8ca9


#ae8ca9 Border Color

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

This div border color is #ae8ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8ca9


Comments

No comments written yet.

Please login to write comment.