Color Hex Logo

#aad4bd Color Hex

#AAD4BD
(170,212,189)
0 Favorites   0 Comments

Color spaces of #aad4bd

RGB 170212189
HSL0.410.330.75
HSV147°20°83°
CMYK 0.200.000.11   0.17
XYZ49.306459.307156.9928
Yxy59.30710.29770.3581
Hunter Lab77.0111-20.484710.0296
CIE-Lab81.4601-18.33446.8526

#aad4bd color RGB value is (170,212,189).

#aad4bd hex color red value is 170, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aad4bd hue: 0.41 , saturation: 0.33 and the lightness value of aad4bd is 0.75.

The process color (four color CMYK) of #aad4bd color hex is 0.20, 0.00, 0.11, 0.17. Web safe color of #aad4bd is #99cccc. Color #aad4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10111101
Octal 252 324 275
Decimal 170 212 189
Hex AA D4 BD

RGB Percentages of Color #aad4bd

%29.77
%37.13
%33.10

CMYK Percentages of Color #aad4bd

%20
%0
%11
%17

Triadic Colors of #aad4bd

#aad4bd #bdaad4 #d4bdaa

Analogous Colors of #aad4bd

#aad4bd #aad4d2 #acd4aa

Monochromatic Colors of #aad4bd

#aad4bd

Complementary Color

#aad4bd #d4aac1

#aad4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4bd Color CSS Codes

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

#aad4bd Text Font Color

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

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


#aad4bd Background Color

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

This div background color is #aad4bd


#aad4bd Border Color

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

This div border color is #aad4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4bd


Comments

No comments written yet.

Please login to write comment.