Color Hex Logo

#ab9db5 Color Hex

#AB9DB5
(171,157,181)
0 Favorites   0 Comments

Color spaces of #ab9db5

RGB 171157181
HSL0.760.140.66
HSV275°13°71°
CMYK 0.060.130.00   0.29
XYZ37.192036.108148.7254
Yxy36.10810.30480.2959
Hunter Lab60.09005.3229-6.0137
CIE-Lab66.60249.6680-10.5598

#ab9db5 color RGB value is (171,157,181).

#ab9db5 hex color red value is 171, green value is 157 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ab9db5 hue: 0.76 , saturation: 0.14 and the lightness value of ab9db5 is 0.66.

The process color (four color CMYK) of #ab9db5 color hex is 0.06, 0.13, 0.00, 0.29. Web safe color of #ab9db5 is #9999cc. Color #ab9db5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 10110101
Octal 253 235 265
Decimal 171 157 181
Hex AB 9D B5

RGB Percentages of Color #ab9db5

%33.60
%30.84
%35.56

CMYK Percentages of Color #ab9db5

%6
%13
%0
%29

Triadic Colors of #ab9db5

#ab9db5 #b5ab9d #9db5ab

Analogous Colors of #ab9db5

#ab9db5 #b59db3 #9f9db5

Monochromatic Colors of #ab9db5

#ab9db5

Complementary Color

#ab9db5 #a7b59d

#ab9db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9db5 Color CSS Codes

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

#ab9db5 Text Font Color

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

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


#ab9db5 Background Color

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

This div background color is #ab9db5


#ab9db5 Border Color

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

This div border color is #ab9db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9db5


Comments

No comments written yet.

Please login to write comment.