Color Hex Logo

#ab982c Color Hex

#AB982C
(171,152,44)
0 Favorites   0 Comments

Color spaces of #ab982c

RGB 17115244
HSL0.140.590.42
HSV51°74°67°
CMYK 0.000.110.74   0.33
XYZ28.477431.29626.9227
Yxy31.29620.42700.4692
Hunter Lab55.9430-7.036131.8232
CIE-Lab62.7569-4.896555.9634

#ab982c color RGB value is (171,152,44).

#ab982c hex color red value is 171, green value is 152 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab982c hue: 0.14 , saturation: 0.59 and the lightness value of ab982c is 0.42.

The process color (four color CMYK) of #ab982c color hex is 0.00, 0.11, 0.74, 0.33. Web safe color of #ab982c is #999933. Color #ab982c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 00101100
Octal 253 230 54
Decimal 171 152 44
Hex AB 98 2C

RGB Percentages of Color #ab982c

%46.59
%41.42
%11.99

CMYK Percentages of Color #ab982c

%0
%11
%74
%33

Triadic Colors of #ab982c

#ab982c #2cab98 #982cab

Analogous Colors of #ab982c

#ab982c #7fab2c #ab592c

Monochromatic Colors of #ab982c

#ab982c

Complementary Color

#ab982c #2c3fab

#ab982c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab982c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab982c Color CSS Codes

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

#ab982c Text Font Color

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

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


#ab982c Background Color

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

This div background color is #ab982c


#ab982c Border Color

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

This div border color is #ab982c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab982c


Comments

No comments written yet.

Please login to write comment.