Color Hex Logo

#ab969f Color Hex

#AB969F
(171,150,159)
0 Favorites   0 Comments

Color spaces of #ab969f

RGB 171150159
HSL0.930.110.63
HSV334°12°67°
CMYK 0.000.120.07   0.33
XYZ33.958932.973837.3756
Yxy32.97380.32560.3161
Hunter Lab57.42285.07201.6051
CIE-Lab64.13979.3633-1.8640

#ab969f color RGB value is (171,150,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 10011111
Octal 253 226 237
Decimal 171 150 159
Hex AB 96 9F

RGB Percentages of Color #ab969f

%35.63
%31.25
%33.13

CMYK Percentages of Color #ab969f

%0
%12
%7
%33

Triadic Colors of #ab969f

#ab969f #9fab96 #969fab

Analogous Colors of #ab969f

#ab969f #ab9896 #ab96aa

Monochromatic Colors of #ab969f

#ab969f

Complementary Color

#ab969f #96aba2

#ab969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab969f Color CSS Codes

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

#ab969f Text Font Color

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

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


#ab969f Background Color

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

This div background color is #ab969f


#ab969f Border Color

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

This div border color is #ab969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab969f


Comments

No comments written yet.

Please login to write comment.