Color Hex Logo

#aad0bd Color Hex

#AAD0BD
(170,208,189)
0 Favorites   0 Comments

Color spaces of #aad0bd

RGB 170208189
HSL0.420.290.74
HSV150°18°82°
CMYK 0.180.000.09   0.18
XYZ48.318757.331956.6636
Yxy57.33190.29770.3532
Hunter Lab75.7178-18.59798.6327
CIE-Lab80.3659-16.31885.2770

#aad0bd color RGB value is (170,208,189).

#aad0bd hex color red value is 170, green value is 208 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aad0bd hue: 0.42 , saturation: 0.29 and the lightness value of aad0bd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10111101
Octal 252 320 275
Decimal 170 208 189
Hex AA D0 BD

RGB Percentages of Color #aad0bd

%29.98
%36.68
%33.33

CMYK Percentages of Color #aad0bd

%18
%0
%9
%18

Triadic Colors of #aad0bd

#aad0bd #bdaad0 #d0bdaa

Analogous Colors of #aad0bd

#aad0bd #aad0d0 #aad0aa

Monochromatic Colors of #aad0bd

#aad0bd

Complementary Color

#aad0bd #d0aabd

#aad0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad0bd Color CSS Codes

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

#aad0bd Text Font Color

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

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


#aad0bd Background Color

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

This div background color is #aad0bd


#aad0bd Border Color

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

This div border color is #aad0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad0bd


Comments

No comments written yet.

Please login to write comment.