Color Hex Logo

#ab99bd Color Hex

#AB99BD
(171,153,189)
0 Favorites   0 Comments

Color spaces of #ab99bd

RGB 171153189
HSL0.750.210.67
HSV270°19°74°
CMYK 0.100.190.00   0.26
XYZ37.371135.114552.9522
Yxy35.11450.29790.2799
Hunter Lab59.25758.8715-11.5010
CIE-Lab65.837713.5503-16.1797

#ab99bd color RGB value is (171,153,189).

#ab99bd hex color red value is 171, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab99bd hue: 0.75 , saturation: 0.21 and the lightness value of ab99bd is 0.67.

The process color (four color CMYK) of #ab99bd color hex is 0.10, 0.19, 0.00, 0.26. Web safe color of #ab99bd is #9999cc. Color #ab99bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 10111101
Octal 253 231 275
Decimal 171 153 189
Hex AB 99 BD

RGB Percentages of Color #ab99bd

%33.33
%29.82
%36.84

CMYK Percentages of Color #ab99bd

%10
%19
%0
%26

Triadic Colors of #ab99bd

#ab99bd #bdab99 #99bdab

Analogous Colors of #ab99bd

#ab99bd #bd99bd #9999bd

Monochromatic Colors of #ab99bd

#ab99bd

Complementary Color

#ab99bd #abbd99

#ab99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab99bd Color CSS Codes

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

#ab99bd Text Font Color

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

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


#ab99bd Background Color

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

This div background color is #ab99bd


#ab99bd Border Color

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

This div border color is #ab99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab99bd


Comments

No comments written yet.

Please login to write comment.