Color Hex Logo

#aab9bd Color Hex

#AAB9BD
(170,185,189)
0 Favorites   0 Comments

Color spaces of #aab9bd

RGB 170185189
HSL0.540.130.70
HSV193°10°74°
CMYK 0.100.020.00   0.26
XYZ43.111846.918154.9280
Yxy46.91810.29740.3237
Hunter Lab68.4968-7.52170.4027
CIE-Lab74.1374-4.3538-3.8023

#aab9bd color RGB value is (170,185,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10111101
Octal 252 271 275
Decimal 170 185 189
Hex AA B9 BD

RGB Percentages of Color #aab9bd

%31.25
%34.01
%34.74

CMYK Percentages of Color #aab9bd

%10
%2
%0
%26

Triadic Colors of #aab9bd

#aab9bd #bdaab9 #b9bdaa

Analogous Colors of #aab9bd

#aab9bd #aab0bd #aabdb8

Monochromatic Colors of #aab9bd

#aab9bd

Complementary Color

#aab9bd #bdaeaa

#aab9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9bd Color CSS Codes

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

#aab9bd Text Font Color

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

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


#aab9bd Background Color

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

This div background color is #aab9bd


#aab9bd Border Color

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

This div border color is #aab9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9bd

#aab9bd Color Palettes


Comments

No comments written yet.

Please login to write comment.