Color Hex Logo

#ab958e Color Hex

#AB958E
(171,149,142)
0 Favorites   0 Comments

Color spaces of #ab958e

RGB 171149142
HSL0.040.150.61
HSV14°17°67°
CMYK 0.000.130.17   0.33
XYZ32.424532.105830.0793
Yxy32.10580.34270.3394
Hunter Lab56.66202.98728.1890
CIE-Lab63.43026.99516.6922

#ab958e color RGB value is (171,149,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 10001110
Octal 253 225 216
Decimal 171 149 142
Hex AB 95 8E

RGB Percentages of Color #ab958e

%37.01
%32.25
%30.74

CMYK Percentages of Color #ab958e

%0
%13
%17
%33

Triadic Colors of #ab958e

#ab958e #8eab95 #958eab

Analogous Colors of #ab958e

#ab958e #aba48e #ab8e96

Monochromatic Colors of #ab958e

#ab958e

Complementary Color

#ab958e #8ea4ab

#ab958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab958e Color CSS Codes

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

#ab958e Text Font Color

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

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


#ab958e Background Color

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

This div background color is #ab958e


#ab958e Border Color

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

This div border color is #ab958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab958e


Comments

No comments written yet.

Please login to write comment.