Color Hex Logo

#ab440e Color Hex

#AB440E
(171,68,14)
0 Favorites   0 Comments

Color spaces of #ab440e

RGB 1716814
HSL0.060.850.36
HSV21°92°67°
CMYK 0.000.600.92   0.33
XYZ18.941012.82391.8924
Yxy12.82390.56280.3810
Hunter Lab35.810531.744521.9342
CIE-Lab42.496739.909749.0503

#ab440e color RGB value is (171,68,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 00001110
Octal 253 104 16
Decimal 171 68 14
Hex AB 44 E

RGB Percentages of Color #ab440e

%67.59
%26.88
%5.53

CMYK Percentages of Color #ab440e

%0
%60
%92
%33

Triadic Colors of #ab440e

#ab440e #0eab44 #440eab

Analogous Colors of #ab440e

#ab440e #ab930e #ab0e27

Monochromatic Colors of #ab440e

#ab440e

Complementary Color

#ab440e #0e75ab

#ab440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab440e Color CSS Codes

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

#ab440e Text Font Color

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

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


#ab440e Background Color

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

This div background color is #ab440e


#ab440e Border Color

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

This div border color is #ab440e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab440e


Comments

No comments written yet.

Please login to write comment.