Color Hex Logo

#ab949f Color Hex

#AB949F
(171,148,159)
0 Favorites   0 Comments

Color spaces of #ab949f

RGB 171148159
HSL0.920.120.63
HSV331°13°67°
CMYK 0.000.130.07   0.33
XYZ33.642532.340937.2702
Yxy32.34090.32580.3132
Hunter Lab56.86916.07590.9515
CIE-Lab63.623610.4824-2.6220

#ab949f color RGB value is (171,148,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 10011111
Octal 253 224 237
Decimal 171 148 159
Hex AB 94 9F

RGB Percentages of Color #ab949f

%35.77
%30.96
%33.26

CMYK Percentages of Color #ab949f

%0
%13
%7
%33

Triadic Colors of #ab949f

#ab949f #9fab94 #949fab

Analogous Colors of #ab949f

#ab949f #ab9594 #ab94ab

Monochromatic Colors of #ab949f

#ab949f

Complementary Color

#ab949f #94aba0

#ab949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab949f Color CSS Codes

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

#ab949f Text Font Color

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

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


#ab949f Background Color

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

This div background color is #ab949f


#ab949f Border Color

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

This div border color is #ab949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab949f


Comments

No comments written yet.

Please login to write comment.