Color Hex Logo

#ab9ac5 Color Hex

#AB9AC5
(171,154,197)
0 Favorites   0 Comments

Color spaces of #ab9ac5

RGB 171154197
HSL0.730.270.69
HSV264°22°77°
CMYK 0.130.220.00   0.23
XYZ38.428235.800357.7081
Yxy35.80030.29130.2713
Hunter Lab59.83349.9339-15.3007
CIE-Lab66.367114.6904-19.8414

#ab9ac5 color RGB value is (171,154,197).

#ab9ac5 hex color red value is 171, green value is 154 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ab9ac5 hue: 0.73 , saturation: 0.27 and the lightness value of ab9ac5 is 0.69.

The process color (four color CMYK) of #ab9ac5 color hex is 0.13, 0.22, 0.00, 0.23. Web safe color of #ab9ac5 is #9999cc. Color #ab9ac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011010 11000101
Octal 253 232 305
Decimal 171 154 197
Hex AB 9A C5

RGB Percentages of Color #ab9ac5

%32.76
%29.50
%37.74

CMYK Percentages of Color #ab9ac5

%13
%22
%0
%23

Triadic Colors of #ab9ac5

#ab9ac5 #c5ab9a #9ac5ab

Analogous Colors of #ab9ac5

#ab9ac5 #c19ac5 #9a9fc5

Monochromatic Colors of #ab9ac5

#ab9ac5

Complementary Color

#ab9ac5 #b4c59a

#ab9ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9ac5 Color CSS Codes

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

#ab9ac5 Text Font Color

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

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


#ab9ac5 Background Color

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

This div background color is #ab9ac5


#ab9ac5 Border Color

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

This div border color is #ab9ac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9ac5


Comments

No comments written yet.

Please login to write comment.