Color Hex Logo

#aad1bb Color Hex

#AAD1BB
(170,209,187)
0 Favorites   0 Comments

Color spaces of #aad1bb

RGB 170209187
HSL0.410.300.74
HSV146°19°82°
CMYK 0.190.000.11   0.18
XYZ48.347757.734855.6095
Yxy57.73480.29900.3571
Hunter Lab75.9834-19.39279.7962
CIE-Lab80.5911-17.20976.6691

#aad1bb color RGB value is (170,209,187).

#aad1bb hex color red value is 170, green value is 209 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aad1bb hue: 0.41 , saturation: 0.30 and the lightness value of aad1bb is 0.74.

The process color (four color CMYK) of #aad1bb color hex is 0.19, 0.00, 0.11, 0.18. Web safe color of #aad1bb is #99cccc. Color #aad1bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10111011
Octal 252 321 273
Decimal 170 209 187
Hex AA D1 BB

RGB Percentages of Color #aad1bb

%30.04
%36.93
%33.04

CMYK Percentages of Color #aad1bb

%19
%0
%11
%18

Triadic Colors of #aad1bb

#aad1bb #bbaad1 #d1bbaa

Analogous Colors of #aad1bb

#aad1bb #aad1cf #add1aa

Monochromatic Colors of #aad1bb

#aad1bb

Complementary Color

#aad1bb #d1aac0

#aad1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad1bb Color CSS Codes

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

#aad1bb Text Font Color

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

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


#aad1bb Background Color

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

This div background color is #aad1bb


#aad1bb Border Color

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

This div border color is #aad1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad1bb

#aad1bb Color Palettes


Comments

No comments written yet.

Please login to write comment.