color codes Logo

#ae9eff color codes

#AE9EFF
(174,158,255)
0 Favorites   0 Comments

Color spaces of #ae9eff

RGB 174158255
HSL0.691.000.81
HSV250°38°100°
CMYK 0.320.380.00   0.00
XYZ47.732440.672499.9425
Yxy40.67240.25340.2159
Hunter Lab63.774921.9924-48.2717
CIE-Lab69.945826.9749-46.1865

#ae9eff color RGB value is (174,158,255).

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

The process color (four color CMYK) of #ae9eff color code is 0.32, 0.38, 0.00, 0.00. Web safe color of #ae9eff is #9999ff. Color #ae9eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 11111111
Octal 256 236 377
Decimal 174 158 255
Hex AE 9E FF

RGB Percentages of Color #ae9eff

%29.64
%26.92
%43.44

CMYK Percentages of Color #ae9eff

%32
%38
%0
%0

Triadic Colors of #ae9eff

#ae9eff #ffae9e #9effae

Analogous Colors of #ae9eff

#ae9eff #df9eff #9ebfff

Monochromatic Colors of #ae9eff

#ae9eff

Complementary Color

#ae9eff #efff9e

#ae9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9eff Color CSS Codes

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

#ae9eff Text Font Color

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

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


#ae9eff Background Color

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

This div background color is #ae9eff


#ae9eff Border Color

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

This div border color is #ae9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9eff


Comments

No comments written yet.

Please login to write comment.