Color Hex Logo

#ae99dc Color Hex

#AE99DC
(174,153,220)
0 Favorites   0 Comments

Color spaces of #ae99dc

RGB 174153220
HSL0.720.490.73
HSV259°30°86°
CMYK 0.210.300.00   0.14
XYZ41.765136.948472.6407
Yxy36.94840.27590.2441
Hunter Lab60.785216.2721-28.3042
CIE-Lab67.238321.3409-31.2435

#ae99dc color RGB value is (174,153,220).

#ae99dc hex color red value is 174, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae99dc hue: 0.72 , saturation: 0.49 and the lightness value of ae99dc is 0.73.

The process color (four color CMYK) of #ae99dc color hex is 0.21, 0.30, 0.00, 0.14. Web safe color of #ae99dc is #9999cc. Color #ae99dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 11011100
Octal 256 231 334
Decimal 174 153 220
Hex AE 99 DC

RGB Percentages of Color #ae99dc

%31.81
%27.97
%40.22

CMYK Percentages of Color #ae99dc

%21
%30
%0
%14

Triadic Colors of #ae99dc

#ae99dc #dcae99 #99dcae

Analogous Colors of #ae99dc

#ae99dc #d099dc #99a6dc

Monochromatic Colors of #ae99dc

#ae99dc

Complementary Color

#ae99dc #c7dc99

#ae99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae99dc Color CSS Codes

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

#ae99dc Text Font Color

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

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


#ae99dc Background Color

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

This div background color is #ae99dc


#ae99dc Border Color

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

This div border color is #ae99dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae99dc


Comments

No comments written yet.

Please login to write comment.