Color Hex Logo

#ab280e Color Hex

#AB280E
(171,40,14)
0 Favorites   0 Comments

Color spaces of #ab280e

RGB 1714014
HSL0.030.850.36
HSV10°92°67°
CMYK 0.000.770.92   0.33
XYZ17.632610.20721.4563
Yxy10.20720.60190.3484
Hunter Lab31.948742.604519.6615
CIE-Lab38.211851.493545.9941

#ab280e color RGB value is (171,40,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 00001110
Octal 253 50 16
Decimal 171 40 14
Hex AB 28 E

RGB Percentages of Color #ab280e

%76.00
%17.78
%6.22

CMYK Percentages of Color #ab280e

%0
%77
%92
%33

Triadic Colors of #ab280e

#ab280e #0eab28 #280eab

Analogous Colors of #ab280e

#ab280e #ab770e #ab0e43

Monochromatic Colors of #ab280e

#ab280e

Complementary Color

#ab280e #0e91ab

#ab280e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab280e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab280e Color CSS Codes

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

#ab280e Text Font Color

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

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


#ab280e Background Color

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

This div background color is #ab280e


#ab280e Border Color

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

This div border color is #ab280e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab280e


Comments

No comments written yet.

Please login to write comment.