Color Hex Logo

#aaaee7 Color Hex

#AAAEE7
(170,174,231)
0 Favorites   0 Comments

Color spaces of #aaaee7

RGB 170174231
HSL0.660.560.79
HSV236°26°91°
CMYK 0.260.250.00   0.09
XYZ46.137444.587781.7759
Yxy44.58770.26750.2585
Hunter Lab66.77406.4797-25.8687
CIE-Lab72.619610.9729-29.0039

#aaaee7 color RGB value is (170,174,231).

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

The process color (four color CMYK) of #aaaee7 color hex is 0.26, 0.25, 0.00, 0.09. Web safe color of #aaaee7 is #9999ff. Color #aaaee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11100111
Octal 252 256 347
Decimal 170 174 231
Hex AA AE E7

RGB Percentages of Color #aaaee7

%29.57
%30.26
%40.17

CMYK Percentages of Color #aaaee7

%26
%25
%0
%9

Triadic Colors of #aaaee7

#aaaee7 #e7aaae #aee7aa

Analogous Colors of #aaaee7

#aaaee7 #c5aae7 #aacde7

Monochromatic Colors of #aaaee7

#aaaee7

Complementary Color

#aaaee7 #e7e3aa

#aaaee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaee7 Color CSS Codes

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

#aaaee7 Text Font Color

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

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


#aaaee7 Background Color

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

This div background color is #aaaee7


#aaaee7 Border Color

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

This div border color is #aaaee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaee7


Comments

No comments written yet.

Please login to write comment.