Color Hex Logo

#ae9aee Color Hex

#AE9AEE
(174,154,238)
0 Favorites   0 Comments

Color spaces of #ae9aee

RGB 174154238
HSL0.710.710.77
HSV254°35°93°
CMYK 0.270.350.00   0.07
XYZ44.443838.282985.9358
Yxy38.28290.26350.2270
Hunter Lab61.873219.9393-39.0368
CIE-Lab68.228625.0313-39.6064

#ae9aee color RGB value is (174,154,238).

#ae9aee hex color red value is 174, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ae9aee hue: 0.71 , saturation: 0.71 and the lightness value of ae9aee is 0.77.

The process color (four color CMYK) of #ae9aee color hex is 0.27, 0.35, 0.00, 0.07. Web safe color of #ae9aee is #9999ff. Color #ae9aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11101110
Octal 256 232 356
Decimal 174 154 238
Hex AE 9A EE

RGB Percentages of Color #ae9aee

%30.74
%27.21
%42.05

CMYK Percentages of Color #ae9aee

%27
%35
%0
%7

Triadic Colors of #ae9aee

#ae9aee #eeae9a #9aeeae

Analogous Colors of #ae9aee

#ae9aee #d89aee #9ab0ee

Monochromatic Colors of #ae9aee

#ae9aee

Complementary Color

#ae9aee #daee9a

#ae9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9aee Color CSS Codes

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

#ae9aee Text Font Color

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

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


#ae9aee Background Color

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

This div background color is #ae9aee


#ae9aee Border Color

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

This div border color is #ae9aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9aee


Comments

No comments written yet.

Please login to write comment.