Color Hex Logo

#ae8eee Color Hex

#AE8EEE
(174,142,238)
0 Favorites   0 Comments

Color spaces of #ae8eee

RGB 174142238
HSL0.720.740.75
HSV260°40°93°
CMYK 0.270.400.00   0.07
XYZ42.561234.517785.3083
Yxy34.51770.26210.2126
Hunter Lab58.751826.4941-44.9636
CIE-Lab65.371431.7878-44.0816

#ae8eee color RGB value is (174,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 11101110
Octal 256 216 356
Decimal 174 142 238
Hex AE 8E EE

RGB Percentages of Color #ae8eee

%31.41
%25.63
%42.96

CMYK Percentages of Color #ae8eee

%27
%40
%0
%7

Triadic Colors of #ae8eee

#ae8eee #eeae8e #8eeeae

Analogous Colors of #ae8eee

#ae8eee #de8eee #8e9eee

Monochromatic Colors of #ae8eee

#ae8eee

Complementary Color

#ae8eee #ceee8e

#ae8eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8eee Color CSS Codes

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

#ae8eee Text Font Color

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

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


#ae8eee Background Color

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

This div background color is #ae8eee


#ae8eee Border Color

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

This div border color is #ae8eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8eee


Comments

No comments written yet.

Please login to write comment.