Color Hex Logo

#aad5bb Color Hex

#AAD5BB
(170,213,187)
0 Favorites   0 Comments

Color spaces of #aad5bb

RGB 170213187
HSL0.400.340.75
HSV144°20°84°
CMYK 0.200.000.12   0.16
XYZ49.341559.722455.9407
Yxy59.72240.29900.3619
Hunter Lab77.2803-21.272711.1781
CIE-Lab81.6871-19.21748.2419

#aad5bb color RGB value is (170,213,187).

#aad5bb hex color red value is 170, green value is 213 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aad5bb hue: 0.40 , saturation: 0.34 and the lightness value of aad5bb is 0.75.

The process color (four color CMYK) of #aad5bb color hex is 0.20, 0.00, 0.12, 0.16. Web safe color of #aad5bb is #99cccc. Color #aad5bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 10111011
Octal 252 325 273
Decimal 170 213 187
Hex AA D5 BB

RGB Percentages of Color #aad5bb

%29.82
%37.37
%32.81

CMYK Percentages of Color #aad5bb

%20
%0
%12
%16

Triadic Colors of #aad5bb

#aad5bb #bbaad5 #d5bbaa

Analogous Colors of #aad5bb

#aad5bb #aad5d1 #afd5aa

Monochromatic Colors of #aad5bb

#aad5bb

Complementary Color

#aad5bb #d5aac4

#aad5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad5bb Color CSS Codes

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

#aad5bb Text Font Color

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

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


#aad5bb Background Color

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

This div background color is #aad5bb


#aad5bb Border Color

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

This div border color is #aad5bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,213,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 #aad5bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad5bb


Comments

No comments written yet.

Please login to write comment.