Color Hex Logo

#ab985b Color Hex

#AB985B
(171,152,91)
0 Favorites   0 Comments

Color spaces of #ab985b

RGB 17115291
HSL0.130.320.51
HSV46°47°67°
CMYK 0.000.110.47   0.33
XYZ29.911231.869714.4725
Yxy31.86970.39230.4179
Hunter Lab56.4533-4.216724.3175
CIE-Lab63.2350-1.434134.5438

#ab985b color RGB value is (171,152,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 01011011
Octal 253 230 133
Decimal 171 152 91
Hex AB 98 5B

RGB Percentages of Color #ab985b

%41.30
%36.71
%21.98

CMYK Percentages of Color #ab985b

%0
%11
%47
%33

Triadic Colors of #ab985b

#ab985b #5bab98 #985bab

Analogous Colors of #ab985b

#ab985b #96ab5b #ab705b

Monochromatic Colors of #ab985b

#ab985b

Complementary Color

#ab985b #5b6eab

#ab985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab985b Color CSS Codes

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

#ab985b Text Font Color

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

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


#ab985b Background Color

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

This div background color is #ab985b


#ab985b Border Color

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

This div border color is #ab985b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,152,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 #ab985b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab985b

#ab985b Color Palettes


Comments

No comments written yet.

Please login to write comment.