Color Hex Logo

#aaaeed Color Hex

#AAAEED
(170,174,237)
0 Favorites   0 Comments

Color spaces of #aaaeed

RGB 170174237
HSL0.660.650.80
HSV236°28°93°
CMYK 0.280.270.00   0.07
XYZ46.999744.932686.3165
Yxy44.93260.26370.2521
Hunter Lab67.03187.8506-29.4252
CIE-Lab72.847512.4235-31.9153

#aaaeed color RGB value is (170,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11101101
Octal 252 256 355
Decimal 170 174 237
Hex AA AE ED

RGB Percentages of Color #aaaeed

%29.26
%29.95
%40.79

CMYK Percentages of Color #aaaeed

%28
%27
%0
%7

Triadic Colors of #aaaeed

#aaaeed #edaaae #aeedaa

Analogous Colors of #aaaeed

#aaaeed #c8aaed #aad0ed

Monochromatic Colors of #aaaeed

#aaaeed

Complementary Color

#aaaeed #ede9aa

#aaaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeed Color CSS Codes

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

#aaaeed Text Font Color

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

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


#aaaeed Background Color

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

This div background color is #aaaeed


#aaaeed Border Color

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

This div border color is #aaaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeed


Comments

No comments written yet.

Please login to write comment.