Color Hex Logo

#ab835b Color Hex

#AB835B
(171,131,91)
0 Favorites   0 Comments

Color spaces of #ab835b

RGB 17113191
HSL0.080.320.51
HSV30°47°67°
CMYK 0.000.230.47   0.33
XYZ26.799225.645913.4352
Yxy25.64590.40680.3893
Hunter Lab50.64185.837619.7197
CIE-Lab57.699410.197227.4988

#ab835b color RGB value is (171,131,91).

#ab835b hex color red value is 171, green value is 131 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab835b hue: 0.08 , saturation: 0.32 and the lightness value of ab835b is 0.51.

The process color (four color CMYK) of #ab835b color hex is 0.00, 0.23, 0.47, 0.33. Web safe color of #ab835b is #999966. Color #ab835b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 01011011
Octal 253 203 133
Decimal 171 131 91
Hex AB 83 5B

RGB Percentages of Color #ab835b

%43.51
%33.33
%23.16

CMYK Percentages of Color #ab835b

%0
%23
%47
%33

Triadic Colors of #ab835b

#ab835b #5bab83 #835bab

Analogous Colors of #ab835b

#ab835b #abab5b #ab5b5b

Monochromatic Colors of #ab835b

#ab835b

Complementary Color

#ab835b #5b83ab

#ab835b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab835b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab835b Color CSS Codes

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

#ab835b Text Font Color

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

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


#ab835b Background Color

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

This div background color is #ab835b


#ab835b Border Color

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

This div border color is #ab835b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab835b


Comments

No comments written yet.

Please login to write comment.