Color Hex Logo

#ab9999 Color Hex

#AB9999
(171,153,153)
0 Favorites   0 Comments

Color spaces of #ab9999

RGB 171153153
HSL0.000.100.64
HSV11°67°
CMYK 0.000.110.11   0.33
XYZ33.935633.740334.8609
Yxy33.74030.33100.3291
Hunter Lab58.08642.63325.0772
CIE-Lab64.75596.62612.4122

#ab9999 color RGB value is (171,153,153).

#ab9999 hex color red value is 171, green value is 153 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ab9999 hue: 0.00 , saturation: 0.10 and the lightness value of ab9999 is 0.64.

The process color (four color CMYK) of #ab9999 color hex is 0.00, 0.11, 0.11, 0.33. Web safe color of #ab9999 is #999999. Color #ab9999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 10011001
Octal 253 231 231
Decimal 171 153 153
Hex AB 99 99

RGB Percentages of Color #ab9999

%35.85
%32.08
%32.08

CMYK Percentages of Color #ab9999

%0
%11
%11
%33

Triadic Colors of #ab9999

#ab9999 #99ab99 #9999ab

Analogous Colors of #ab9999

#ab9999 #aba299 #ab99a2

Monochromatic Colors of #ab9999

#ab9999

Complementary Color

#ab9999 #99abab

#ab9999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9999 Color CSS Codes

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

#ab9999 Text Font Color

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

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


#ab9999 Background Color

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

This div background color is #ab9999


#ab9999 Border Color

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

This div border color is #ab9999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9999


Comments

No comments written yet.

Please login to write comment.