Color Hex Logo

#ab99b3 Color Hex

#AB99B3
(171,153,179)
0 Favorites   0 Comments

Color spaces of #ab99b3

RGB 171153179
HSL0.780.150.65
HSV282°15°70°
CMYK 0.040.150.00   0.30
XYZ36.322534.695147.4302
Yxy34.69510.30670.2929
Hunter Lab58.90256.9933-6.5104
CIE-Lab65.510611.5018-11.0747

#ab99b3 color RGB value is (171,153,179).

#ab99b3 hex color red value is 171, green value is 153 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #ab99b3 hue: 0.78 , saturation: 0.15 and the lightness value of ab99b3 is 0.65.

The process color (four color CMYK) of #ab99b3 color hex is 0.04, 0.15, 0.00, 0.30. Web safe color of #ab99b3 is #9999cc. Color #ab99b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 10110011
Octal 253 231 263
Decimal 171 153 179
Hex AB 99 B3

RGB Percentages of Color #ab99b3

%34.00
%30.42
%35.59

CMYK Percentages of Color #ab99b3

%4
%15
%0
%30

Triadic Colors of #ab99b3

#ab99b3 #b3ab99 #99b3ab

Analogous Colors of #ab99b3

#ab99b3 #b399ae #9e99b3

Monochromatic Colors of #ab99b3

#ab99b3

Complementary Color

#ab99b3 #a1b399

#ab99b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab99b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab99b3 Color CSS Codes

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

#ab99b3 Text Font Color

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

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


#ab99b3 Background Color

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

This div background color is #ab99b3


#ab99b3 Border Color

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

This div border color is #ab99b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab99b3


Comments

No comments written yet.

Please login to write comment.