Color Hex Logo

#ae9aef Color Hex

#AE9AEF
(174,154,239)
0 Favorites   0 Comments

Color spaces of #ae9aef

RGB 174154239
HSL0.710.730.77
HSV254°36°94°
CMYK 0.270.360.00   0.06
XYZ44.591138.341986.7119
Yxy38.34190.26280.2260
Hunter Lab61.920820.1819-39.6832
CIE-Lab68.271925.2732-40.0865

#ae9aef color RGB value is (174,154,239).

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

The process color (four color CMYK) of #ae9aef color hex is 0.27, 0.36, 0.00, 0.06. Web safe color of #ae9aef is #9999ff. Color #ae9aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11101111
Octal 256 232 357
Decimal 174 154 239
Hex AE 9A EF

RGB Percentages of Color #ae9aef

%30.69
%27.16
%42.15

CMYK Percentages of Color #ae9aef

%27
%36
%0
%6

Triadic Colors of #ae9aef

#ae9aef #efae9a #9aefae

Analogous Colors of #ae9aef

#ae9aef #d99aef #9ab1ef

Monochromatic Colors of #ae9aef

#ae9aef

Complementary Color

#ae9aef #dbef9a

#ae9aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9aef Color CSS Codes

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

#ae9aef Text Font Color

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

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


#ae9aef Background Color

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

This div background color is #ae9aef


#ae9aef Border Color

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

This div border color is #ae9aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9aef


Comments

No comments written yet.

Please login to write comment.