Color Hex Logo

#ae8dee Color Hex

#AE8DEE
(174,141,238)
0 Favorites   0 Comments

Color spaces of #ae8dee

RGB 174141238
HSL0.720.740.74
HSV260°41°93°
CMYK 0.270.410.00   0.07
XYZ42.413134.221585.2589
Yxy34.22150.26200.2114
Hunter Lab58.499127.0427-45.4621
CIE-Lab65.138032.3498-44.4484

#ae8dee color RGB value is (174,141,238).

#ae8dee hex color red value is 174, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ae8dee hue: 0.72 , saturation: 0.74 and the lightness value of ae8dee is 0.74.

The process color (four color CMYK) of #ae8dee color hex is 0.27, 0.41, 0.00, 0.07. Web safe color of #ae8dee is #9999ff. Color #ae8dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11101110
Octal 256 215 356
Decimal 174 141 238
Hex AE 8D EE

RGB Percentages of Color #ae8dee

%31.46
%25.50
%43.04

CMYK Percentages of Color #ae8dee

%27
%41
%0
%7

Triadic Colors of #ae8dee

#ae8dee #eeae8d #8deeae

Analogous Colors of #ae8dee

#ae8dee #df8dee #8d9dee

Monochromatic Colors of #ae8dee

#ae8dee

Complementary Color

#ae8dee #cdee8d

#ae8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8dee Color CSS Codes

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

#ae8dee Text Font Color

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

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


#ae8dee Background Color

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

This div background color is #ae8dee


#ae8dee Border Color

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

This div border color is #ae8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8dee


Comments

No comments written yet.

Please login to write comment.