Color Hex Logo

#ab984e Color Hex

#AB984E
(171,152,78)
0 Favorites   0 Comments

Color spaces of #ab984e

RGB 17115278
HSL0.130.370.49
HSV48°54°67°
CMYK 0.000.110.54   0.33
XYZ29.398031.664511.7701
Yxy31.66450.40360.4348
Hunter Lab56.2712-5.220226.9883
CIE-Lab63.0646-2.655941.0453

#ab984e color RGB value is (171,152,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 01001110
Octal 253 230 116
Decimal 171 152 78
Hex AB 98 4E

RGB Percentages of Color #ab984e

%42.64
%37.91
%19.45

CMYK Percentages of Color #ab984e

%0
%11
%54
%33

Triadic Colors of #ab984e

#ab984e #4eab98 #984eab

Analogous Colors of #ab984e

#ab984e #90ab4e #ab6a4e

Monochromatic Colors of #ab984e

#ab984e

Complementary Color

#ab984e #4e61ab

#ab984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab984e Color CSS Codes

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

#ab984e Text Font Color

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

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


#ab984e Background Color

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

This div background color is #ab984e


#ab984e Border Color

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

This div border color is #ab984e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab984e


Comments

No comments written yet.

Please login to write comment.