Color Hex Logo

#ab984d Color Hex

#AB984D
(171,152,77)
0 Favorites   0 Comments

Color spaces of #ab984d

RGB 17115277
HSL0.130.380.49
HSV48°55°67°
CMYK 0.000.110.55   0.33
XYZ29.362431.650211.5827
Yxy31.65020.40450.4360
Hunter Lab56.2585-5.289827.1741
CIE-Lab63.0527-2.741141.5331

#ab984d color RGB value is (171,152,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 01001101
Octal 253 230 115
Decimal 171 152 77
Hex AB 98 4D

RGB Percentages of Color #ab984d

%42.75
%38.00
%19.25

CMYK Percentages of Color #ab984d

%0
%11
%55
%33

Triadic Colors of #ab984d

#ab984d #4dab98 #984dab

Analogous Colors of #ab984d

#ab984d #8fab4d #ab694d

Monochromatic Colors of #ab984d

#ab984d

Complementary Color

#ab984d #4d60ab

#ab984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab984d Color CSS Codes

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

#ab984d Text Font Color

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

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


#ab984d Background Color

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

This div background color is #ab984d


#ab984d Border Color

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

This div border color is #ab984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab984d


Comments

No comments written yet.

Please login to write comment.