Color Hex Logo

#ab938d Color Hex

#AB938D
(171,147,141)
0 Favorites   0 Comments

Color spaces of #ab938d

RGB 171147141
HSL0.030.150.61
HSV12°18°67°
CMYK 0.000.140.18   0.33
XYZ32.036031.448529.5810
Yxy31.44850.34420.3379
Hunter Lab56.07903.83287.9805
CIE-Lab62.88447.94686.4745

#ab938d color RGB value is (171,147,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 10001101
Octal 253 223 215
Decimal 171 147 141
Hex AB 93 8D

RGB Percentages of Color #ab938d

%37.25
%32.03
%30.72

CMYK Percentages of Color #ab938d

%0
%14
%18
%33

Triadic Colors of #ab938d

#ab938d #8dab93 #938dab

Analogous Colors of #ab938d

#ab938d #aba28d #ab8d96

Monochromatic Colors of #ab938d

#ab938d

Complementary Color

#ab938d #8da5ab

#ab938d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab938d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab938d Color CSS Codes

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

#ab938d Text Font Color

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

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


#ab938d Background Color

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

This div background color is #ab938d


#ab938d Border Color

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

This div border color is #ab938d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab938d


Comments

No comments written yet.

Please login to write comment.