Color Hex Logo

#aeaaef Color Hex

#AEAAEF
(174,170,239)
0 Favorites   0 Comments

Color spaces of #aeaaef

RGB 174170239
HSL0.680.680.80
HSV243°29°94°
CMYK 0.270.290.00   0.06
XYZ47.410343.980187.6516
Yxy43.98010.26480.2456
Hunter Lab66.317511.5538-31.9411
CIE-Lab72.215216.2970-33.9549

#aeaaef color RGB value is (174,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11101111
Octal 256 252 357
Decimal 174 170 239
Hex AE AA EF

RGB Percentages of Color #aeaaef

%29.85
%29.16
%40.99

CMYK Percentages of Color #aeaaef

%27
%29
%0
%6

Triadic Colors of #aeaaef

#aeaaef #efaeaa #aaefae

Analogous Colors of #aeaaef

#aeaaef #d1aaef #aac9ef

Monochromatic Colors of #aeaaef

#aeaaef

Complementary Color

#aeaaef #ebefaa

#aeaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaaef Color CSS Codes

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

#aeaaef Text Font Color

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

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


#aeaaef Background Color

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

This div background color is #aeaaef


#aeaaef Border Color

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

This div border color is #aeaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaaef


Comments

No comments written yet.

Please login to write comment.