Color Hex Logo

#aaaed7 Color Hex

#AAAED7
(170,174,215)
0 Favorites   0 Comments

Color spaces of #aaaed7

RGB 170174215
HSL0.650.360.75
HSV235°21°84°
CMYK 0.210.190.00   0.16
XYZ43.979443.724470.4117
Yxy43.72440.27810.2765
Hunter Lab66.12443.0027-16.8471
CIE-Lab72.04397.2296-21.1519

#aaaed7 color RGB value is (170,174,215).

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

The process color (four color CMYK) of #aaaed7 color hex is 0.21, 0.19, 0.00, 0.16. Web safe color of #aaaed7 is #9999cc. Color #aaaed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11010111
Octal 252 256 327
Decimal 170 174 215
Hex AA AE D7

RGB Percentages of Color #aaaed7

%30.41
%31.13
%38.46

CMYK Percentages of Color #aaaed7

%21
%19
%0
%16

Triadic Colors of #aaaed7

#aaaed7 #d7aaae #aed7aa

Analogous Colors of #aaaed7

#aaaed7 #bdaad7 #aac5d7

Monochromatic Colors of #aaaed7

#aaaed7

Complementary Color

#aaaed7 #d7d3aa

#aaaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaed7 Color CSS Codes

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

#aaaed7 Text Font Color

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

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


#aaaed7 Background Color

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

This div background color is #aaaed7


#aaaed7 Border Color

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

This div border color is #aaaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaed7


Comments

No comments written yet.

Please login to write comment.