Color Hex Logo

#aadbb1 Color Hex

#AADBB1
(170,219,177)
0 Favorites   0 Comments

Color spaces of #aadbb1

RGB 170219177
HSL0.360.400.76
HSV129°22°86°
CMYK 0.220.000.19   0.14
XYZ49.844962.383451.0091
Yxy62.38340.30540.3822
Hunter Lab78.9832-25.572316.9974
CIE-Lab83.1169-24.018515.5598

#aadbb1 color RGB value is (170,219,177).

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

The process color (four color CMYK) of #aadbb1 color hex is 0.22, 0.00, 0.19, 0.14. Web safe color of #aadbb1 is #99cc99. Color #aadbb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10110001
Octal 252 333 261
Decimal 170 219 177
Hex AA DB B1

RGB Percentages of Color #aadbb1

%30.04
%38.69
%31.27

CMYK Percentages of Color #aadbb1

%22
%0
%19
%14

Triadic Colors of #aadbb1

#aadbb1 #b1aadb #dbb1aa

Analogous Colors of #aadbb1

#aadbb1 #aadbca #bcdbaa

Monochromatic Colors of #aadbb1

#aadbb1

Complementary Color

#aadbb1 #dbaad4

#aadbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbb1 Color CSS Codes

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

#aadbb1 Text Font Color

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

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


#aadbb1 Background Color

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

This div background color is #aadbb1


#aadbb1 Border Color

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

This div border color is #aadbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbb1


Comments

No comments written yet.

Please login to write comment.