Color Hex Logo

#aaddd9 Color Hex

#AADDD9
(170,221,217)
0 Favorites   0 Comments

Color spaces of #aaddd9

RGB 170221217
HSL0.490.430.77
HSV175°23°87°
CMYK 0.230.000.02   0.13
XYZ54.958465.268775.3471
Yxy65.26870.28100.3337
Hunter Lab80.7890-19.95261.2561
CIE-Lab84.6220-17.1642-3.4155

#aaddd9 color RGB value is (170,221,217).

#aaddd9 hex color red value is 170, green value is 221 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aaddd9 hue: 0.49 , saturation: 0.43 and the lightness value of aaddd9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11011001
Octal 252 335 331
Decimal 170 221 217
Hex AA DD D9

RGB Percentages of Color #aaddd9

%27.96
%36.35
%35.69

CMYK Percentages of Color #aaddd9

%23
%0
%2
%13

Triadic Colors of #aaddd9

#aaddd9 #d9aadd #ddd9aa

Analogous Colors of #aaddd9

#aaddd9 #aac8dd #aaddc0

Monochromatic Colors of #aaddd9

#aaddd9

Complementary Color

#aaddd9 #ddaaae

#aaddd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddd9 Color CSS Codes

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

#aaddd9 Text Font Color

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

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


#aaddd9 Background Color

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

This div background color is #aaddd9


#aaddd9 Border Color

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

This div border color is #aaddd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddd9


Comments

No comments written yet.

Please login to write comment.