Color Hex Logo

#ab949b Color Hex

#AB949B
(171,148,155)
0 Favorites   0 Comments

Color spaces of #ab949b

RGB 171148155
HSL0.950.120.63
HSV342°13°67°
CMYK 0.000.130.09   0.33
XYZ33.300932.204335.4713
Yxy32.20430.32980.3189
Hunter Lab56.74885.43552.6645
CIE-Lab63.51149.7651-0.5274

#ab949b color RGB value is (171,148,155).

#ab949b hex color red value is 171, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ab949b hue: 0.95 , saturation: 0.12 and the lightness value of ab949b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 10011011
Octal 253 224 233
Decimal 171 148 155
Hex AB 94 9B

RGB Percentages of Color #ab949b

%36.08
%31.22
%32.70

CMYK Percentages of Color #ab949b

%0
%13
%9
%33

Triadic Colors of #ab949b

#ab949b #9bab94 #949bab

Analogous Colors of #ab949b

#ab949b #ab9994 #ab94a7

Monochromatic Colors of #ab949b

#ab949b

Complementary Color

#ab949b #94aba4

#ab949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab949b Color CSS Codes

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

#ab949b Text Font Color

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

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


#ab949b Background Color

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

This div background color is #ab949b


#ab949b Border Color

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

This div border color is #ab949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab949b


Comments

No comments written yet.

Please login to write comment.