Color Hex Logo

#ae9dc7 Color Hex

#AE9DC7
(174,157,199)
0 Favorites   0 Comments

Color spaces of #ae9dc7

RGB 174157199
HSL0.730.270.70
HSV264°21°78°
CMYK 0.130.210.00   0.22
XYZ39.821337.236159.1213
Yxy37.23610.29240.2734
Hunter Lab61.02149.6980-14.7288
CIE-Lab67.453814.4210-19.2783

#ae9dc7 color RGB value is (174,157,199).

#ae9dc7 hex color red value is 174, green value is 157 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ae9dc7 hue: 0.73 , saturation: 0.27 and the lightness value of ae9dc7 is 0.70.

The process color (four color CMYK) of #ae9dc7 color hex is 0.13, 0.21, 0.00, 0.22. Web safe color of #ae9dc7 is #9999cc. Color #ae9dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 11000111
Octal 256 235 307
Decimal 174 157 199
Hex AE 9D C7

RGB Percentages of Color #ae9dc7

%32.83
%29.62
%37.55

CMYK Percentages of Color #ae9dc7

%13
%21
%0
%22

Triadic Colors of #ae9dc7

#ae9dc7 #c7ae9d #9dc7ae

Analogous Colors of #ae9dc7

#ae9dc7 #c39dc7 #9da1c7

Monochromatic Colors of #ae9dc7

#ae9dc7

Complementary Color

#ae9dc7 #b6c79d

#ae9dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9dc7 Color CSS Codes

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

#ae9dc7 Text Font Color

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

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


#ae9dc7 Background Color

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

This div background color is #ae9dc7


#ae9dc7 Border Color

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

This div border color is #ae9dc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9dc7


Comments

No comments written yet.

Please login to write comment.