Color Hex Logo

#ab981c Color Hex

#AB981C
(171,152,28)
0 Favorites   0 Comments

Color spaces of #ab981c

RGB 17115228
HSL0.140.720.39
HSV52°84°67°
CMYK 0.000.110.84   0.33
XYZ28.232431.19825.6325
Yxy31.19820.43390.4795
Hunter Lab55.8553-7.523033.1199
CIE-Lab62.6746-5.504161.1251

#ab981c color RGB value is (171,152,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 00011100
Octal 253 230 34
Decimal 171 152 28
Hex AB 98 1C

RGB Percentages of Color #ab981c

%48.72
%43.30
%7.98

CMYK Percentages of Color #ab981c

%0
%11
%84
%33

Triadic Colors of #ab981c

#ab981c #1cab98 #981cab

Analogous Colors of #ab981c

#ab981c #77ab1c #ab511c

Monochromatic Colors of #ab981c

#ab981c

Complementary Color

#ab981c #1c2fab

#ab981c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab981c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab981c Color CSS Codes

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

#ab981c Text Font Color

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

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


#ab981c Background Color

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

This div background color is #ab981c


#ab981c Border Color

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

This div border color is #ab981c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab981c


Comments

No comments written yet.

Please login to write comment.