Color Hex Logo

#aea8ef Color Hex

#AEA8EF
(174,168,239)
0 Favorites   0 Comments

Color spaces of #aea8ef

RGB 174168239
HSL0.680.690.80
HSV245°30°94°
CMYK 0.270.300.00   0.06
XYZ47.038243.235987.5275
Yxy43.23590.26460.2432
Hunter Lab65.754012.6234-32.8952
CIE-Lab71.714817.4138-34.7299

#aea8ef color RGB value is (174,168,239).

#aea8ef hex color red value is 174, green value is 168 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aea8ef hue: 0.68 , saturation: 0.69 and the lightness value of aea8ef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 11101111
Octal 256 250 357
Decimal 174 168 239
Hex AE A8 EF

RGB Percentages of Color #aea8ef

%29.95
%28.92
%41.14

CMYK Percentages of Color #aea8ef

%27
%30
%0
%6

Triadic Colors of #aea8ef

#aea8ef #efaea8 #a8efae

Analogous Colors of #aea8ef

#aea8ef #d2a8ef #a8c6ef

Monochromatic Colors of #aea8ef

#aea8ef

Complementary Color

#aea8ef #e9efa8

#aea8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea8ef Color CSS Codes

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

#aea8ef Text Font Color

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

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


#aea8ef Background Color

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

This div background color is #aea8ef


#aea8ef Border Color

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

This div border color is #aea8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea8ef

#aea8ef Color Palettes


Comments

No comments written yet.

Please login to write comment.