Color Hex Logo

#ab940c Color Hex

#AB940C
(171,148,12)
0 Favorites   0 Comments

Color spaces of #ab940c

RGB 17114812
HSL0.140.870.36
HSV51°93°67°
CMYK 0.000.130.93   0.33
XYZ27.450929.86434.6654
Yxy29.86430.44290.4818
Hunter Lab54.6482-5.970333.1921
CIE-Lab61.5370-3.707563.6992

#ab940c color RGB value is (171,148,12).

#ab940c hex color red value is 171, green value is 148 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ab940c hue: 0.14 , saturation: 0.87 and the lightness value of ab940c is 0.36.

The process color (four color CMYK) of #ab940c color hex is 0.00, 0.13, 0.93, 0.33. Web safe color of #ab940c is #999900. Color #ab940c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 00001100
Octal 253 224 14
Decimal 171 148 12
Hex AB 94 C

RGB Percentages of Color #ab940c

%51.66
%44.71
%3.63

CMYK Percentages of Color #ab940c

%0
%13
%93
%33

Triadic Colors of #ab940c

#ab940c #0cab94 #940cab

Analogous Colors of #ab940c

#ab940c #73ab0c #ab450c

Monochromatic Colors of #ab940c

#ab940c

Complementary Color

#ab940c #0c23ab

#ab940c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab940c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab940c Color CSS Codes

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

#ab940c Text Font Color

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

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


#ab940c Background Color

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

This div background color is #ab940c


#ab940c Border Color

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

This div border color is #ab940c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab940c


Comments

No comments written yet.

Please login to write comment.