Color Hex Logo

#aadbb9 Color Hex

#AADBB9
(170,219,185)
0 Favorites   0 Comments

Color spaces of #aadbb9

RGB 170219185
HSL0.380.400.76
HSV138°22°86°
CMYK 0.220.000.16   0.14
XYZ50.666062.711955.3332
Yxy62.71190.30030.3717
Hunter Lab79.1908-24.380414.0058
CIE-Lab83.2906-22.565111.5885

#aadbb9 color RGB value is (170,219,185).

#aadbb9 hex color red value is 170, green value is 219 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aadbb9 hue: 0.38 , saturation: 0.40 and the lightness value of aadbb9 is 0.76.

The process color (four color CMYK) of #aadbb9 color hex is 0.22, 0.00, 0.16, 0.14. Web safe color of #aadbb9 is #99cccc. Color #aadbb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10111001
Octal 252 333 271
Decimal 170 219 185
Hex AA DB B9

RGB Percentages of Color #aadbb9

%29.62
%38.15
%32.23

CMYK Percentages of Color #aadbb9

%22
%0
%16
%14

Triadic Colors of #aadbb9

#aadbb9 #b9aadb #dbb9aa

Analogous Colors of #aadbb9

#aadbb9 #aadbd2 #b4dbaa

Monochromatic Colors of #aadbb9

#aadbb9

Complementary Color

#aadbb9 #dbaacc

#aadbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbb9 Color CSS Codes

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

#aadbb9 Text Font Color

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

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


#aadbb9 Background Color

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

This div background color is #aadbb9


#aadbb9 Border Color

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

This div border color is #aadbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbb9


Comments

No comments written yet.

Please login to write comment.