Color Hex Logo

#aadbb2 Color Hex

#AADBB2
(170,219,178)
0 Favorites   0 Comments

Color spaces of #aadbb2

RGB 170219178
HSL0.360.400.76
HSV130°22°86°
CMYK 0.220.000.19   0.14
XYZ49.945062.423451.5360
Yxy62.42340.30470.3809
Hunter Lab79.0085-25.426516.6320
CIE-Lab83.1381-23.840015.0633

#aadbb2 color RGB value is (170,219,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10110010
Octal 252 333 262
Decimal 170 219 178
Hex AA DB B2

RGB Percentages of Color #aadbb2

%29.98
%38.62
%31.39

CMYK Percentages of Color #aadbb2

%22
%0
%19
%14

Triadic Colors of #aadbb2

#aadbb2 #b2aadb #dbb2aa

Analogous Colors of #aadbb2

#aadbb2 #aadbcb #bbdbaa

Monochromatic Colors of #aadbb2

#aadbb2

Complementary Color

#aadbb2 #dbaad3

#aadbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbb2 Color CSS Codes

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

#aadbb2 Text Font Color

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

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


#aadbb2 Background Color

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

This div background color is #aadbb2


#aadbb2 Border Color

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

This div border color is #aadbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbb2


Comments

No comments written yet.

Please login to write comment.