Color Hex Logo

#ae9afc Color Hex

#AE9AFC
(174,154,252)
0 Favorites   0 Comments

Color spaces of #ae9afc

RGB 174154252
HSL0.700.940.80
HSV252°39°99°
CMYK 0.310.390.00   0.01
XYZ46.581839.138197.1947
Yxy39.13810.25470.2140
Hunter Lab62.560523.4283-48.3214
CIE-Lab68.851228.4736-46.2758

#ae9afc color RGB value is (174,154,252).

#ae9afc hex color red value is 174, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae9afc hue: 0.70 , saturation: 0.94 and the lightness value of ae9afc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11111100
Octal 256 232 374
Decimal 174 154 252
Hex AE 9A FC

RGB Percentages of Color #ae9afc

%30.00
%26.55
%43.45

CMYK Percentages of Color #ae9afc

%31
%39
%0
%1

Triadic Colors of #ae9afc

#ae9afc #fcae9a #9afcae

Analogous Colors of #ae9afc

#ae9afc #df9afc #9ab7fc

Monochromatic Colors of #ae9afc

#ae9afc

Complementary Color

#ae9afc #e8fc9a

#ae9afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9afc Color CSS Codes

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

#ae9afc Text Font Color

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

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


#ae9afc Background Color

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

This div background color is #ae9afc


#ae9afc Border Color

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

This div border color is #ae9afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9afc


Comments

No comments written yet.

Please login to write comment.