color codes Logo

#aad3ed color codes

#AAD3ED
(170,211,237)
0 Favorites   0 Comments

Color spaces of #aad3ed

RGB 170211237
HSL0.560.650.80
HSV203°28°93°
CMYK 0.280.110.00   0.07
XYZ55.157961.249089.0359
Yxy61.24900.26850.2981
Hunter Lab78.2617-11.1535-12.6691
CIE-Lab82.5124-7.5677-17.1754

#aad3ed color RGB value is (170,211,237).

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

The process color (four color CMYK) of #aad3ed color code is 0.28, 0.11, 0.00, 0.07. Web safe color of #aad3ed is #99ccff. Color #aad3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 11101101
Octal 252 323 355
Decimal 170 211 237
Hex AA D3 ED

RGB Percentages of Color #aad3ed

%27.51
%34.14
%38.35

CMYK Percentages of Color #aad3ed

%28
%11
%0
%7

Triadic Colors of #aad3ed

#aad3ed #edaad3 #d3edaa

Analogous Colors of #aad3ed

#aad3ed #aab2ed #aaede6

Monochromatic Colors of #aad3ed

#aad3ed

Complementary Color

#aad3ed #edc4aa

#aad3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad3ed Color CSS Codes

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

#aad3ed Text Font Color

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

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


#aad3ed Background Color

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

This div background color is #aad3ed


#aad3ed Border Color

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

This div border color is #aad3ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,211,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 #aad3ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad3ed


Comments

No comments written yet.

Please login to write comment.