Color Hex Logo

#aad7ec Color Hex

#AAD7EC
(170,215,236)
0 Favorites   0 Comments

Color spaces of #aad7ec

RGB 170215236
HSL0.550.630.80
HSV199°28°93°
CMYK 0.280.090.00   0.07
XYZ56.018363.203188.6038
Yxy63.20310.26950.3041
Hunter Lab79.5004-13.3493-10.4289
CIE-Lab83.5491-9.8789-15.0850

#aad7ec color RGB value is (170,215,236).

#aad7ec hex color red value is 170, green value is 215 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aad7ec hue: 0.55 , saturation: 0.63 and the lightness value of aad7ec is 0.80.

The process color (four color CMYK) of #aad7ec color hex is 0.28, 0.09, 0.00, 0.07. Web safe color of #aad7ec is #99ccff. Color #aad7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 11101100
Octal 252 327 354
Decimal 170 215 236
Hex AA D7 EC

RGB Percentages of Color #aad7ec

%27.38
%34.62
%38.00

CMYK Percentages of Color #aad7ec

%28
%9
%0
%7

Triadic Colors of #aad7ec

#aad7ec #ecaad7 #d7ecaa

Analogous Colors of #aad7ec

#aad7ec #aab6ec #aaece0

Monochromatic Colors of #aad7ec

#aad7ec

Complementary Color

#aad7ec #ecbfaa

#aad7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7ec Color CSS Codes

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

#aad7ec Text Font Color

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

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


#aad7ec Background Color

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

This div background color is #aad7ec


#aad7ec Border Color

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

This div border color is #aad7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7ec


Comments

No comments written yet.

Please login to write comment.