Color Hex Logo

#ab730e Color Hex

#AB730E
(171,115,14)
0 Favorites   0 Comments

Color spaces of #ab730e

RGB 17111514
HSL0.110.850.36
HSV39°92°67°
CMYK 0.000.330.92   0.33
XYZ23.004620.95113.2470
Yxy20.95110.48740.4439
Hunter Lab45.77249.610127.8347
CIE-Lab52.895914.633356.7653

#ab730e color RGB value is (171,115,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 00001110
Octal 253 163 16
Decimal 171 115 14
Hex AB 73 E

RGB Percentages of Color #ab730e

%57.00
%38.33
%4.67

CMYK Percentages of Color #ab730e

%0
%33
%92
%33

Triadic Colors of #ab730e

#ab730e #0eab73 #730eab

Analogous Colors of #ab730e

#ab730e #95ab0e #ab250e

Monochromatic Colors of #ab730e

#ab730e

Complementary Color

#ab730e #0e46ab

#ab730e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab730e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab730e Color CSS Codes

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

#ab730e Text Font Color

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

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


#ab730e Background Color

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

This div background color is #ab730e


#ab730e Border Color

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

This div border color is #ab730e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab730e


Comments

No comments written yet.

Please login to write comment.