Color Hex Logo

#ab979d Color Hex

#AB979D
(171,151,157)
0 Favorites   0 Comments

Color spaces of #ab979d

RGB 171151157
HSL0.950.110.63
HSV342°12°67°
CMYK 0.000.120.08   0.33
XYZ33.947033.225536.5222
Yxy33.22550.32740.3204
Hunter Lab57.64164.25172.7824
CIE-Lab64.34318.4452-0.4393

#ab979d color RGB value is (171,151,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 10011101
Octal 253 227 235
Decimal 171 151 157
Hex AB 97 9D

RGB Percentages of Color #ab979d

%35.70
%31.52
%32.78

CMYK Percentages of Color #ab979d

%0
%12
%8
%33

Triadic Colors of #ab979d

#ab979d #9dab97 #979dab

Analogous Colors of #ab979d

#ab979d #ab9b97 #ab97a7

Monochromatic Colors of #ab979d

#ab979d

Complementary Color

#ab979d #97aba5

#ab979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab979d Color CSS Codes

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

#ab979d Text Font Color

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

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


#ab979d Background Color

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

This div background color is #ab979d


#ab979d Border Color

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

This div border color is #ab979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab979d


Comments

No comments written yet.

Please login to write comment.