Color Hex Logo

#aad3e1 Color Hex

#AAD3E1
(170,211,225)
0 Favorites   0 Comments

Color spaces of #aad3e1

RGB 170211225
HSL0.540.480.77
HSV195°24°88°
CMYK 0.240.060.00   0.12
XYZ53.462460.570880.1077
Yxy60.57080.27540.3120
Hunter Lab77.8272-13.5795-6.5482
CIE-Lab82.1475-10.3125-11.3319

#aad3e1 color RGB value is (170,211,225).

#aad3e1 hex color red value is 170, green value is 211 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aad3e1 hue: 0.54 , saturation: 0.48 and the lightness value of aad3e1 is 0.77.

The process color (four color CMYK) of #aad3e1 color hex is 0.24, 0.06, 0.00, 0.12. Web safe color of #aad3e1 is #99cccc. Color #aad3e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 11100001
Octal 252 323 341
Decimal 170 211 225
Hex AA D3 E1

RGB Percentages of Color #aad3e1

%28.05
%34.82
%37.13

CMYK Percentages of Color #aad3e1

%24
%6
%0
%12

Triadic Colors of #aad3e1

#aad3e1 #e1aad3 #d3e1aa

Analogous Colors of #aad3e1

#aad3e1 #aab8e1 #aae1d4

Monochromatic Colors of #aad3e1

#aad3e1

Complementary Color

#aad3e1 #e1b8aa

#aad3e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad3e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad3e1 Color CSS Codes

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

#aad3e1 Text Font Color

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

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


#aad3e1 Background Color

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

This div background color is #aad3e1


#aad3e1 Border Color

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

This div border color is #aad3e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad3e1


Comments

No comments written yet.

Please login to write comment.