Color Hex Logo

#ab9dbb Color Hex

#AB9DBB
(171,157,187)
0 Favorites   0 Comments

Color spaces of #ab9dbb

RGB 171157187
HSL0.740.180.67
HSV268°16°73°
CMYK 0.090.160.00   0.27
XYZ37.821236.359752.0384
Yxy36.35970.29960.2881
Hunter Lab60.29906.4369-8.9583
CIE-Lab66.793910.8937-13.6212

#ab9dbb color RGB value is (171,157,187).

#ab9dbb hex color red value is 171, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab9dbb hue: 0.74 , saturation: 0.18 and the lightness value of ab9dbb is 0.67.

The process color (four color CMYK) of #ab9dbb color hex is 0.09, 0.16, 0.00, 0.27. Web safe color of #ab9dbb is #9999cc. Color #ab9dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 10111011
Octal 253 235 273
Decimal 171 157 187
Hex AB 9D BB

RGB Percentages of Color #ab9dbb

%33.20
%30.49
%36.31

CMYK Percentages of Color #ab9dbb

%9
%16
%0
%27

Triadic Colors of #ab9dbb

#ab9dbb #bbab9d #9dbbab

Analogous Colors of #ab9dbb

#ab9dbb #ba9dbb #9d9ebb

Monochromatic Colors of #ab9dbb

#ab9dbb

Complementary Color

#ab9dbb #adbb9d

#ab9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dbb Color CSS Codes

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

#ab9dbb Text Font Color

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

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


#ab9dbb Background Color

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

This div background color is #ab9dbb


#ab9dbb Border Color

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

This div border color is #ab9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dbb


Comments

No comments written yet.

Please login to write comment.