Color Hex Logo

#ab938b Color Hex

#AB938B
(171,147,139)
0 Favorites   0 Comments

Color spaces of #ab938b

RGB 171147139
HSL0.040.160.61
HSV15°19°67°
CMYK 0.000.140.19   0.33
XYZ31.888531.389428.8042
Yxy31.38940.34630.3409
Hunter Lab56.02623.55118.7362
CIE-Lab62.83507.62507.5332

#ab938b color RGB value is (171,147,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 10001011
Octal 253 223 213
Decimal 171 147 139
Hex AB 93 8B

RGB Percentages of Color #ab938b

%37.42
%32.17
%30.42

CMYK Percentages of Color #ab938b

%0
%14
%19
%33

Triadic Colors of #ab938b

#ab938b #8bab93 #938bab

Analogous Colors of #ab938b

#ab938b #aba38b #ab8b93

Monochromatic Colors of #ab938b

#ab938b

Complementary Color

#ab938b #8ba3ab

#ab938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab938b Color CSS Codes

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

#ab938b Text Font Color

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

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


#ab938b Background Color

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

This div background color is #ab938b


#ab938b Border Color

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

This div border color is #ab938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab938b


Comments

No comments written yet.

Please login to write comment.