Color Hex Logo

#ab9f8e Color Hex

#AB9F8E
(171,159,142)
0 Favorites   0 Comments

Color spaces of #ab9f8e

RGB 171159142
HSL0.100.150.61
HSV35°17°67°
CMYK 0.000.070.17   0.33
XYZ34.075235.407230.6295
Yxy35.40720.34040.3537
Hunter Lab59.5039-1.913111.1334
CIE-Lab66.06451.471410.4446

#ab9f8e color RGB value is (171,159,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011111 10001110
Octal 253 237 216
Decimal 171 159 142
Hex AB 9F 8E

RGB Percentages of Color #ab9f8e

%36.23
%33.69
%30.08

CMYK Percentages of Color #ab9f8e

%0
%7
%17
%33

Triadic Colors of #ab9f8e

#ab9f8e #8eab9f #9f8eab

Analogous Colors of #ab9f8e

#ab9f8e #a9ab8e #ab918e

Monochromatic Colors of #ab9f8e

#ab9f8e

Complementary Color

#ab9f8e #8e9aab

#ab9f8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9f8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9f8e Color CSS Codes

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

#ab9f8e Text Font Color

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

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


#ab9f8e Background Color

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

This div background color is #ab9f8e


#ab9f8e Border Color

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

This div border color is #ab9f8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,159,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 #ab9f8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9f8e


Comments

No comments written yet.

Please login to write comment.