Color Hex Logo

#ae9ffe Color Hex

#AE9FFE
(174,159,254)
0 Favorites   0 Comments

Color spaces of #ae9ffe

RGB 174159254
HSL0.690.980.81
HSV249°37°100°
CMYK 0.310.370.00   0.00
XYZ47.743140.950799.1539
Yxy40.95070.25420.2180
Hunter Lab63.992721.1863-47.0723
CIE-Lab70.141426.1616-45.3367

#ae9ffe color RGB value is (174,159,254).

#ae9ffe hex color red value is 174, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ae9ffe hue: 0.69 , saturation: 0.98 and the lightness value of ae9ffe is 0.81.

The process color (four color CMYK) of #ae9ffe color hex is 0.31, 0.37, 0.00, 0.00. Web safe color of #ae9ffe is #9999ff. Color #ae9ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11111110
Octal 256 237 376
Decimal 174 159 254
Hex AE 9F FE

RGB Percentages of Color #ae9ffe

%29.64
%27.09
%43.27

CMYK Percentages of Color #ae9ffe

%31
%37
%0
%0

Triadic Colors of #ae9ffe

#ae9ffe #feae9f #9ffeae

Analogous Colors of #ae9ffe

#ae9ffe #de9ffe #9fc0fe

Monochromatic Colors of #ae9ffe

#ae9ffe

Complementary Color

#ae9ffe #effe9f

#ae9ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ffe Color CSS Codes

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

#ae9ffe Text Font Color

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

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


#ae9ffe Background Color

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

This div background color is #ae9ffe


#ae9ffe Border Color

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

This div border color is #ae9ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.