Color Hex Logo

#ae9def Color Hex

#AE9DEF
(174,157,239)
0 Favorites   0 Comments

Color spaces of #ae9def

RGB 174157239
HSL0.700.720.78
HSV252°34°94°
CMYK 0.270.340.00   0.06
XYZ45.092539.344686.8790
Yxy39.34460.26320.2297
Hunter Lab62.725318.5524-38.2132
CIE-Lab69.000223.5847-38.9499

#ae9def color RGB value is (174,157,239).

#ae9def hex color red value is 174, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae9def hue: 0.70 , saturation: 0.72 and the lightness value of ae9def is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 11101111
Octal 256 235 357
Decimal 174 157 239
Hex AE 9D EF

RGB Percentages of Color #ae9def

%30.53
%27.54
%41.93

CMYK Percentages of Color #ae9def

%27
%34
%0
%6

Triadic Colors of #ae9def

#ae9def #efae9d #9defae

Analogous Colors of #ae9def

#ae9def #d79def #9db5ef

Monochromatic Colors of #ae9def

#ae9def

Complementary Color

#ae9def #deef9d

#ae9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9def Color CSS Codes

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

#ae9def Text Font Color

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

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


#ae9def Background Color

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

This div background color is #ae9def


#ae9def Border Color

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

This div border color is #ae9def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,157,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 #ae9def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9def


Comments

No comments written yet.

Please login to write comment.