Color Hex Logo

#ab935d Color Hex

#AB935D
(171,147,93)
0 Favorites   0 Comments

Color spaces of #ab935d

RGB 17114793
HSL0.120.320.52
HSV42°46°67°
CMYK 0.000.140.46   0.33
XYZ29.204130.315714.6682
Yxy30.31570.39360.4086
Hunter Lab55.0597-1.676622.7466
CIE-Lab61.92571.508431.8282

#ab935d color RGB value is (171,147,93).

#ab935d hex color red value is 171, green value is 147 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ab935d hue: 0.12 , saturation: 0.32 and the lightness value of ab935d is 0.52.

The process color (four color CMYK) of #ab935d color hex is 0.00, 0.14, 0.46, 0.33. Web safe color of #ab935d is #999966. Color #ab935d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 01011101
Octal 253 223 135
Decimal 171 147 93
Hex AB 93 5D

RGB Percentages of Color #ab935d

%41.61
%35.77
%22.63

CMYK Percentages of Color #ab935d

%0
%14
%46
%33

Triadic Colors of #ab935d

#ab935d #5dab93 #935dab

Analogous Colors of #ab935d

#ab935d #9cab5d #ab6c5d

Monochromatic Colors of #ab935d

#ab935d

Complementary Color

#ab935d #5d75ab

#ab935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab935d Color CSS Codes

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

#ab935d Text Font Color

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

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


#ab935d Background Color

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

This div background color is #ab935d


#ab935d Border Color

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

This div border color is #ab935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab935d


Comments

No comments written yet.

Please login to write comment.