Color Hex Logo

#ab919e Color Hex

#AB919E
(171,145,158)
0 Favorites   0 Comments

Color spaces of #ab919e

RGB 171145158
HSL0.920.130.62
HSV330°15°67°
CMYK 0.000.150.08   0.33
XYZ33.091531.377336.6601
Yxy31.37730.32720.3103
Hunter Lab56.01547.42300.4076
CIE-Lab62.824911.9838-3.2316

#ab919e color RGB value is (171,145,158).

#ab919e hex color red value is 171, green value is 145 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ab919e hue: 0.92 , saturation: 0.13 and the lightness value of ab919e is 0.62.

The process color (four color CMYK) of #ab919e color hex is 0.00, 0.15, 0.08, 0.33. Web safe color of #ab919e is #999999. Color #ab919e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 10011110
Octal 253 221 236
Decimal 171 145 158
Hex AB 91 9E

RGB Percentages of Color #ab919e

%36.08
%30.59
%33.33

CMYK Percentages of Color #ab919e

%0
%15
%8
%33

Triadic Colors of #ab919e

#ab919e #9eab91 #919eab

Analogous Colors of #ab919e

#ab919e #ab9191 #ab91ab

Monochromatic Colors of #ab919e

#ab919e

Complementary Color

#ab919e #91ab9e

#ab919e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab919e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab919e Color CSS Codes

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

#ab919e Text Font Color

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

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


#ab919e Background Color

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

This div background color is #ab919e


#ab919e Border Color

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

This div border color is #ab919e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab919e


Comments

No comments written yet.

Please login to write comment.