Color Hex Logo

#ab9acc Color Hex

#AB9ACC
(171,154,204)
0 Favorites   0 Comments

Color spaces of #ab9acc

RGB 171154204
HSL0.720.330.70
HSV260°25°80°
CMYK 0.160.250.00   0.20
XYZ39.249336.128862.0316
Yxy36.12880.28560.2629
Hunter Lab60.107211.3707-19.1131
CIE-Lab66.618216.2225-23.3534

#ab9acc color RGB value is (171,154,204).

#ab9acc hex color red value is 171, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab9acc hue: 0.72 , saturation: 0.33 and the lightness value of ab9acc is 0.70.

The process color (four color CMYK) of #ab9acc color hex is 0.16, 0.25, 0.00, 0.20. Web safe color of #ab9acc is #9999cc. Color #ab9acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011010 11001100
Octal 253 232 314
Decimal 171 154 204
Hex AB 9A CC

RGB Percentages of Color #ab9acc

%32.33
%29.11
%38.56

CMYK Percentages of Color #ab9acc

%16
%25
%0
%20

Triadic Colors of #ab9acc

#ab9acc #ccab9a #9accab

Analogous Colors of #ab9acc

#ab9acc #c49acc #9aa2cc

Monochromatic Colors of #ab9acc

#ab9acc

Complementary Color

#ab9acc #bbcc9a

#ab9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9acc Color CSS Codes

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

#ab9acc Text Font Color

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

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


#ab9acc Background Color

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

This div background color is #ab9acc


#ab9acc Border Color

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

This div border color is #ab9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9acc


Comments

No comments written yet.

Please login to write comment.