Color Hex Logo

#ab740a Color Hex

#AB740A
(171,116,10)
0 Favorites   0 Comments

Color spaces of #ab740a

RGB 17111610
HSL0.110.890.35
HSV40°94°67°
CMYK 0.000.320.94   0.33
XYZ23.094821.17063.1563
Yxy21.17060.48700.4464
Hunter Lab46.01159.075328.1409
CIE-Lab53.135714.006657.7616

#ab740a color RGB value is (171,116,10).

#ab740a hex color red value is 171, green value is 116 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ab740a hue: 0.11 , saturation: 0.89 and the lightness value of ab740a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 00001010
Octal 253 164 12
Decimal 171 116 10
Hex AB 74 A

RGB Percentages of Color #ab740a

%57.58
%39.06
%3.37

CMYK Percentages of Color #ab740a

%0
%32
%94
%33

Triadic Colors of #ab740a

#ab740a #0aab74 #740aab

Analogous Colors of #ab740a

#ab740a #92ab0a #ab240a

Monochromatic Colors of #ab740a

#ab740a

Complementary Color

#ab740a #0a41ab

#ab740a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab740a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab740a Color CSS Codes

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

#ab740a Text Font Color

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

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


#ab740a Background Color

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

This div background color is #ab740a


#ab740a Border Color

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

This div border color is #ab740a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab740a


Comments

No comments written yet.

Please login to write comment.