Color Hex Logo

#ab9dbc Color Hex

#AB9DBC
(171,157,188)
0 Favorites   0 Comments

Color spaces of #ab9dbc

RGB 171157188
HSL0.740.190.68
HSV267°16°74°
CMYK 0.090.160.00   0.26
XYZ37.928736.402752.6043
Yxy36.40270.29880.2868
Hunter Lab60.33476.6264-9.4592
CIE-Lab66.826511.1012-14.1297

#ab9dbc color RGB value is (171,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 10111100
Octal 253 235 274
Decimal 171 157 188
Hex AB 9D BC

RGB Percentages of Color #ab9dbc

%33.14
%30.43
%36.43

CMYK Percentages of Color #ab9dbc

%9
%16
%0
%26

Triadic Colors of #ab9dbc

#ab9dbc #bcab9d #9dbcab

Analogous Colors of #ab9dbc

#ab9dbc #bb9dbc #9d9fbc

Monochromatic Colors of #ab9dbc

#ab9dbc

Complementary Color

#ab9dbc #aebc9d

#ab9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dbc Color CSS Codes

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

#ab9dbc Text Font Color

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

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


#ab9dbc Background Color

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

This div background color is #ab9dbc


#ab9dbc Border Color

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

This div border color is #ab9dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dbc


Comments

No comments written yet.

Please login to write comment.