Color Hex Logo

#ae9dde Color Hex

#AE9DDE
(174,157,222)
0 Favorites   0 Comments

Color spaces of #ae9dde

RGB 174157222
HSL0.710.500.74
HSV256°29°87°
CMYK 0.220.290.00   0.13
XYZ42.697338.386574.2662
Yxy38.38650.27480.2471
Hunter Lab61.956814.5881-27.6997
CIE-Lab68.304519.5525-30.6991

#ae9dde color RGB value is (174,157,222).

#ae9dde hex color red value is 174, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae9dde hue: 0.71 , saturation: 0.50 and the lightness value of ae9dde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 11011110
Octal 256 235 336
Decimal 174 157 222
Hex AE 9D DE

RGB Percentages of Color #ae9dde

%31.46
%28.39
%40.14

CMYK Percentages of Color #ae9dde

%22
%29
%0
%13

Triadic Colors of #ae9dde

#ae9dde #deae9d #9ddeae

Analogous Colors of #ae9dde

#ae9dde #cf9dde #9dadde

Monochromatic Colors of #ae9dde

#ae9dde

Complementary Color

#ae9dde #cdde9d

#ae9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9dde Color CSS Codes

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

#ae9dde Text Font Color

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

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


#ae9dde Background Color

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

This div background color is #ae9dde


#ae9dde Border Color

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

This div border color is #ae9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9dde


Comments

No comments written yet.

Please login to write comment.