Color Hex Logo

#aad6ea Color Hex

#AAD6EA
(170,214,234)
0 Favorites   0 Comments

Color spaces of #aad6ea

RGB 170214234
HSL0.550.600.79
HSV199°27°92°
CMYK 0.270.090.00   0.08
XYZ55.475462.579786.9971
Yxy62.57970.27050.3052
Hunter Lab79.1073-13.2616-9.8282
CIE-Lab83.2207-9.8222-14.5156

#aad6ea color RGB value is (170,214,234).

#aad6ea hex color red value is 170, green value is 214 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aad6ea hue: 0.55 , saturation: 0.60 and the lightness value of aad6ea is 0.79.

The process color (four color CMYK) of #aad6ea color hex is 0.27, 0.09, 0.00, 0.08. Web safe color of #aad6ea is #99ccff. Color #aad6ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11101010
Octal 252 326 352
Decimal 170 214 234
Hex AA D6 EA

RGB Percentages of Color #aad6ea

%27.51
%34.63
%37.86

CMYK Percentages of Color #aad6ea

%27
%9
%0
%8

Triadic Colors of #aad6ea

#aad6ea #eaaad6 #d6eaaa

Analogous Colors of #aad6ea

#aad6ea #aab6ea #aaeade

Monochromatic Colors of #aad6ea

#aad6ea

Complementary Color

#aad6ea #eabeaa

#aad6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6ea Color CSS Codes

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

#aad6ea Text Font Color

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

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


#aad6ea Background Color

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

This div background color is #aad6ea


#aad6ea Border Color

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

This div border color is #aad6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6ea


Comments

No comments written yet.

Please login to write comment.