Color Hex Logo

#aab4bd Color Hex

#AAB4BD
(170,180,189)
0 Favorites   0 Comments

Color spaces of #aab4bd

RGB 170180189
HSL0.580.130.70
HSV208°10°74°
CMYK 0.100.050.00   0.26
XYZ42.084144.862754.5854
Yxy44.86270.29730.3170
Hunter Lab66.9796-5.0607-1.4330
CIE-Lab72.8014-1.6726-5.7740

#aab4bd color RGB value is (170,180,189).

#aab4bd hex color red value is 170, green value is 180 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aab4bd hue: 0.58 , saturation: 0.13 and the lightness value of aab4bd is 0.70.

The process color (four color CMYK) of #aab4bd color hex is 0.10, 0.05, 0.00, 0.26. Web safe color of #aab4bd is #99cccc. Color #aab4bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10111101
Octal 252 264 275
Decimal 170 180 189
Hex AA B4 BD

RGB Percentages of Color #aab4bd

%31.54
%33.40
%35.06

CMYK Percentages of Color #aab4bd

%10
%5
%0
%26

Triadic Colors of #aab4bd

#aab4bd #bdaab4 #b4bdaa

Analogous Colors of #aab4bd

#aab4bd #aaabbd #aabdbd

Monochromatic Colors of #aab4bd

#aab4bd

Complementary Color

#aab4bd #bdb3aa

#aab4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4bd Color CSS Codes

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

#aab4bd Text Font Color

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

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


#aab4bd Background Color

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

This div background color is #aab4bd


#aab4bd Border Color

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

This div border color is #aab4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4bd


Comments

No comments written yet.

Please login to write comment.