Color Hex Logo

#aaaeee Color Hex

#AAAEEE
(170,174,238)
0 Favorites   0 Comments

Color spaces of #aaaeee

RGB 170174238
HSL0.660.670.80
HSV236°29°93°
CMYK 0.290.270.00   0.07
XYZ47.146244.991287.0882
Yxy44.99120.26310.2510
Hunter Lab67.07558.0825-30.0270
CIE-Lab72.886112.6675-32.3987

#aaaeee color RGB value is (170,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11101110
Octal 252 256 356
Decimal 170 174 238
Hex AA AE EE

RGB Percentages of Color #aaaeee

%29.21
%29.90
%40.89

CMYK Percentages of Color #aaaeee

%29
%27
%0
%7

Triadic Colors of #aaaeee

#aaaeee #eeaaae #aeeeaa

Analogous Colors of #aaaeee

#aaaeee #c8aaee #aad0ee

Monochromatic Colors of #aaaeee

#aaaeee

Complementary Color

#aaaeee #eeeaaa

#aaaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeee Color CSS Codes

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

#aaaeee Text Font Color

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

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


#aaaeee Background Color

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

This div background color is #aaaeee


#aaaeee Border Color

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

This div border color is #aaaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeee

#aaaeee Color Palettes


Comments

No comments written yet.

Please login to write comment.