Color Hex Logo

#ab440b Color Hex

#AB440B
(171,68,11)
0 Favorites   0 Comments

Color spaces of #ab440b

RGB 1716811
HSL0.060.880.36
HSV21°94°67°
CMYK 0.000.600.94   0.33
XYZ18.922112.81631.7931
Yxy12.81630.56430.3822
Hunter Lab35.799931.696822.0903
CIE-Lab42.485139.862349.9528

#ab440b color RGB value is (171,68,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 00001011
Octal 253 104 13
Decimal 171 68 11
Hex AB 44 B

RGB Percentages of Color #ab440b

%68.40
%27.20
%4.40

CMYK Percentages of Color #ab440b

%0
%60
%94
%33

Triadic Colors of #ab440b

#ab440b #0bab44 #440bab

Analogous Colors of #ab440b

#ab440b #ab940b #ab0b22

Monochromatic Colors of #ab440b

#ab440b

Complementary Color

#ab440b #0b72ab

#ab440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab440b Color CSS Codes

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

#ab440b Text Font Color

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

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


#ab440b Background Color

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

This div background color is #ab440b


#ab440b Border Color

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

This div border color is #ab440b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab440b


Comments

No comments written yet.

Please login to write comment.