Color Hex Logo

#ab470e Color Hex

#AB470E
(171,71,14)
0 Favorites   0 Comments

Color spaces of #ab470e

RGB 1717114
HSL0.060.850.36
HSV22°92°67°
CMYK 0.000.580.92   0.33
XYZ19.127113.19611.9545
Yxy13.19610.55800.3850
Hunter Lab36.326430.415022.2385
CIE-Lab43.057238.446949.4561

#ab470e color RGB value is (171,71,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 00001110
Octal 253 107 16
Decimal 171 71 14
Hex AB 47 E

RGB Percentages of Color #ab470e

%66.80
%27.73
%5.47

CMYK Percentages of Color #ab470e

%0
%58
%92
%33

Triadic Colors of #ab470e

#ab470e #0eab47 #470eab

Analogous Colors of #ab470e

#ab470e #ab960e #ab0e23

Monochromatic Colors of #ab470e

#ab470e

Complementary Color

#ab470e #0e72ab

#ab470e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab470e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab470e Color CSS Codes

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

#ab470e Text Font Color

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

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


#ab470e Background Color

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

This div background color is #ab470e


#ab470e Border Color

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

This div border color is #ab470e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab470e


Comments

No comments written yet.

Please login to write comment.