Color Hex Logo

#aadbb7 Color Hex

#AADBB7
(170,219,183)
0 Favorites   0 Comments

Color spaces of #aadbb7

RGB 170219183
HSL0.380.400.76
HSV136°22°86°
CMYK 0.220.000.16   0.14
XYZ50.456362.628054.2288
Yxy62.62800.30160.3743
Hunter Lab79.1379-24.684114.7683
CIE-Lab83.2463-22.934212.5811

#aadbb7 color RGB value is (170,219,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10110111
Octal 252 333 267
Decimal 170 219 183
Hex AA DB B7

RGB Percentages of Color #aadbb7

%29.72
%38.29
%31.99

CMYK Percentages of Color #aadbb7

%22
%0
%16
%14

Triadic Colors of #aadbb7

#aadbb7 #b7aadb #dbb7aa

Analogous Colors of #aadbb7

#aadbb7 #aadbd0 #b6dbaa

Monochromatic Colors of #aadbb7

#aadbb7

Complementary Color

#aadbb7 #dbaace

#aadbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbb7 Color CSS Codes

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

#aadbb7 Text Font Color

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

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


#aadbb7 Background Color

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

This div background color is #aadbb7


#aadbb7 Border Color

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

This div border color is #aadbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbb7


Comments

No comments written yet.

Please login to write comment.