Color Hex Logo

#ab938e Color Hex

#AB938E
(171,147,142)
0 Favorites   0 Comments

Color spaces of #ab938e

RGB 171147142
HSL0.030.150.61
HSV10°17°67°
CMYK 0.000.140.17   0.33
XYZ32.110831.478429.9747
Yxy31.47840.34320.3364
Hunter Lab56.10563.97577.5980
CIE-Lab62.90948.10965.9455

#ab938e color RGB value is (171,147,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 10001110
Octal 253 223 216
Decimal 171 147 142
Hex AB 93 8E

RGB Percentages of Color #ab938e

%37.17
%31.96
%30.87

CMYK Percentages of Color #ab938e

%0
%14
%17
%33

Triadic Colors of #ab938e

#ab938e #8eab93 #938eab

Analogous Colors of #ab938e

#ab938e #aba28e #ab8e98

Monochromatic Colors of #ab938e

#ab938e

Complementary Color

#ab938e #8ea6ab

#ab938e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab938e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab938e Color CSS Codes

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

#ab938e Text Font Color

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

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


#ab938e Background Color

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

This div background color is #ab938e


#ab938e Border Color

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

This div border color is #ab938e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab938e


Comments

No comments written yet.

Please login to write comment.