Color Hex Logo

#ab9faa Color Hex

#AB9FAA
(171,159,170)
0 Favorites   0 Comments

Color spaces of #ab9faa

RGB 171159170
HSL0.850.070.65
HSV305°67°
CMYK 0.000.070.01   0.33
XYZ36.448436.356543.1267
Yxy36.35650.31440.3136
Hunter Lab60.29642.3824-0.1995
CIE-Lab66.79146.3997-4.1348

#ab9faa color RGB value is (171,159,170).

#ab9faa hex color red value is 171, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab9faa hue: 0.85 , saturation: 0.07 and the lightness value of ab9faa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011111 10101010
Octal 253 237 252
Decimal 171 159 170
Hex AB 9F AA

RGB Percentages of Color #ab9faa

%34.20
%31.80
%34.00

CMYK Percentages of Color #ab9faa

%0
%7
%1
%33

Triadic Colors of #ab9faa

#ab9faa #aaab9f #9faaab

Analogous Colors of #ab9faa

#ab9faa #ab9fa4 #a69fab

Monochromatic Colors of #ab9faa

#ab9faa

Complementary Color

#ab9faa #9faba0

#ab9faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9faa Color CSS Codes

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

#ab9faa Text Font Color

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

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


#ab9faa Background Color

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

This div background color is #ab9faa


#ab9faa Border Color

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

This div border color is #ab9faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9faa


Comments

No comments written yet.

Please login to write comment.