Color Hex Logo

#aaaed5 Color Hex

#AAAED5
(170,174,213)
0 Favorites   0 Comments

Color spaces of #aaaed5

RGB 170174213
HSL0.650.340.75
HSV234°20°84°
CMYK 0.200.180.00   0.16
XYZ43.723943.622269.0662
Yxy43.62220.27950.2789
Hunter Lab66.04712.5865-15.7672
CIE-Lab71.97536.7752-20.1615

#aaaed5 color RGB value is (170,174,213).

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

The process color (four color CMYK) of #aaaed5 color hex is 0.20, 0.18, 0.00, 0.16. Web safe color of #aaaed5 is #9999cc. Color #aaaed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11010101
Octal 252 256 325
Decimal 170 174 213
Hex AA AE D5

RGB Percentages of Color #aaaed5

%30.52
%31.24
%38.24

CMYK Percentages of Color #aaaed5

%20
%18
%0
%16

Triadic Colors of #aaaed5

#aaaed5 #d5aaae #aed5aa

Analogous Colors of #aaaed5

#aaaed5 #bcaad5 #aac4d5

Monochromatic Colors of #aaaed5

#aaaed5

Complementary Color

#aaaed5 #d5d1aa

#aaaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaed5 Color CSS Codes

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

#aaaed5 Text Font Color

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

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


#aaaed5 Background Color

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

This div background color is #aaaed5


#aaaed5 Border Color

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

This div border color is #aaaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaed5


Comments

No comments written yet.

Please login to write comment.