Color Hex Logo

#aaaee8 Color Hex

#AAAEE8
(170,174,232)
0 Favorites   0 Comments

Color spaces of #aaaee8

RGB 170174232
HSL0.660.570.79
HSV236°27°91°
CMYK 0.270.250.00   0.09
XYZ46.279144.644382.5220
Yxy44.64430.26680.2574
Hunter Lab66.81646.7059-26.4550
CIE-Lab72.657111.2132-29.4905

#aaaee8 color RGB value is (170,174,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11101000
Octal 252 256 350
Decimal 170 174 232
Hex AA AE E8

RGB Percentages of Color #aaaee8

%29.51
%30.21
%40.28

CMYK Percentages of Color #aaaee8

%27
%25
%0
%9

Triadic Colors of #aaaee8

#aaaee8 #e8aaae #aee8aa

Analogous Colors of #aaaee8

#aaaee8 #c5aae8 #aacde8

Monochromatic Colors of #aaaee8

#aaaee8

Complementary Color

#aaaee8 #e8e4aa

#aaaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaee8 Color CSS Codes

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

#aaaee8 Text Font Color

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

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


#aaaee8 Background Color

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

This div background color is #aaaee8


#aaaee8 Border Color

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

This div border color is #aaaee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaee8


Comments

No comments written yet.

Please login to write comment.