Color Hex Logo

#ab730c Color Hex

#AB730C
(171,115,12)
0 Favorites   0 Comments

Color spaces of #ab730c

RGB 17111512
HSL0.110.870.36
HSV39°93°67°
CMYK 0.000.330.93   0.33
XYZ22.991720.94593.1790
Yxy20.94590.48800.4446
Hunter Lab45.76679.580927.9183
CIE-Lab52.890214.599657.1915

#ab730c color RGB value is (171,115,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 00001100
Octal 253 163 14
Decimal 171 115 12
Hex AB 73 C

RGB Percentages of Color #ab730c

%57.38
%38.59
%4.03

CMYK Percentages of Color #ab730c

%0
%33
%93
%33

Triadic Colors of #ab730c

#ab730c #0cab73 #730cab

Analogous Colors of #ab730c

#ab730c #94ab0c #ab240c

Monochromatic Colors of #ab730c

#ab730c

Complementary Color

#ab730c #0c44ab

#ab730c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab730c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab730c Color CSS Codes

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

#ab730c Text Font Color

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

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


#ab730c Background Color

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

This div background color is #ab730c


#ab730c Border Color

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

This div border color is #ab730c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,115,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 #ab730c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab730c


Comments

No comments written yet.

Please login to write comment.