Color Hex Logo

#ab935f Color Hex

#AB935F
(171,147,95)
0 Favorites   0 Comments

Color spaces of #ab935f

RGB 17114795
HSL0.110.310.52
HSV41°44°67°
CMYK 0.000.140.44   0.33
XYZ29.293930.351615.1410
Yxy30.35160.39170.4058
Hunter Lab55.0923-1.498722.2699
CIE-Lab61.95641.721330.7913

#ab935f color RGB value is (171,147,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 01011111
Octal 253 223 137
Decimal 171 147 95
Hex AB 93 5F

RGB Percentages of Color #ab935f

%41.40
%35.59
%23.00

CMYK Percentages of Color #ab935f

%0
%14
%44
%33

Triadic Colors of #ab935f

#ab935f #5fab93 #935fab

Analogous Colors of #ab935f

#ab935f #9dab5f #ab6d5f

Monochromatic Colors of #ab935f

#ab935f

Complementary Color

#ab935f #5f77ab

#ab935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab935f Color CSS Codes

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

#ab935f Text Font Color

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

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


#ab935f Background Color

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

This div background color is #ab935f


#ab935f Border Color

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

This div border color is #ab935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab935f


Comments

No comments written yet.

Please login to write comment.