Color Hex Logo

#ab978e Color Hex

#AB978E
(171,151,142)
1 Favorites   0 Comments

Color spaces of #ab978e

RGB 171151142
HSL0.050.150.61
HSV19°17°67°
CMYK 0.000.120.17   0.33
XYZ32.743732.744130.1857
Yxy32.74410.34220.3422
Hunter Lab57.22252.00158.7794
CIE-Lab63.95325.88387.4404

#ab978e color RGB value is (171,151,142).

#ab978e hex color red value is 171, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ab978e hue: 0.05 , saturation: 0.15 and the lightness value of ab978e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 10001110
Octal 253 227 216
Decimal 171 151 142
Hex AB 97 8E

RGB Percentages of Color #ab978e

%36.85
%32.54
%30.60

CMYK Percentages of Color #ab978e

%0
%12
%17
%33

Triadic Colors of #ab978e

#ab978e #8eab97 #978eab

Analogous Colors of #ab978e

#ab978e #aba68e #ab8e94

Monochromatic Colors of #ab978e

#ab978e

Complementary Color

#ab978e #8ea2ab

#ab978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab978e Color CSS Codes

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

#ab978e Text Font Color

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

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


#ab978e Background Color

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

This div background color is #ab978e


#ab978e Border Color

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

This div border color is #ab978e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab978e


Comments

No comments written yet.

Please login to write comment.