Color Hex Logo

#aaded6 Color Hex

#AADED6
(170,222,214)
0 Favorites   0 Comments

Color spaces of #aaded6

RGB 170222214
HSL0.470.440.77
HSV171°23°87°
CMYK 0.230.000.04   0.13
XYZ54.836465.643673.3986
Yxy65.64360.28280.3386
Hunter Lab81.0207-20.97403.0023
CIE-Lab84.8143-18.3015-1.5458

#aaded6 color RGB value is (170,222,214).

#aaded6 hex color red value is 170, green value is 222 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #aaded6 hue: 0.47 , saturation: 0.44 and the lightness value of aaded6 is 0.77.

The process color (four color CMYK) of #aaded6 color hex is 0.23, 0.00, 0.04, 0.13. Web safe color of #aaded6 is #99cccc. Color #aaded6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11010110
Octal 252 336 326
Decimal 170 222 214
Hex AA DE D6

RGB Percentages of Color #aaded6

%28.05
%36.63
%35.31

CMYK Percentages of Color #aaded6

%23
%0
%4
%13

Triadic Colors of #aaded6

#aaded6 #d6aade #ded6aa

Analogous Colors of #aaded6

#aaded6 #aaccde #aadebc

Monochromatic Colors of #aaded6

#aaded6

Complementary Color

#aaded6 #deaab2

#aaded6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaded6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaded6 Color CSS Codes

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

#aaded6 Text Font Color

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

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


#aaded6 Background Color

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

This div background color is #aaded6


#aaded6 Border Color

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

This div border color is #aaded6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaded6


Comments

No comments written yet.

Please login to write comment.