Color Hex Logo

#ab100e Color Hex

#AB100E
(171,16,14)
0 Favorites   0 Comments

Color spaces of #ab100e

RGB 1711614
HSL0.000.850.36
HSV92°67°
CMYK 0.000.910.92   0.33
XYZ17.05919.06021.2651
Yxy9.06020.62290.3309
Hunter Lab30.100248.488618.5782
CIE-Lab36.099957.470344.5289

#ab100e color RGB value is (171,16,14).

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

The process color (four color CMYK) of #ab100e color hex is 0.00, 0.91, 0.92, 0.33. Web safe color of #ab100e is #990000. Color #ab100e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 00001110
Octal 253 20 16
Decimal 171 16 14
Hex AB 10 E

RGB Percentages of Color #ab100e

%85.07
%7.96
%6.97

CMYK Percentages of Color #ab100e

%0
%91
%92
%33

Triadic Colors of #ab100e

#ab100e #0eab10 #100eab

Analogous Colors of #ab100e

#ab100e #ab5f0e #ab0e5b

Monochromatic Colors of #ab100e

#ab100e

Complementary Color

#ab100e #0ea9ab

#ab100e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab100e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab100e Color CSS Codes

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

#ab100e Text Font Color

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

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


#ab100e Background Color

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

This div background color is #ab100e


#ab100e Border Color

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

This div border color is #ab100e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab100e


Comments

No comments written yet.

Please login to write comment.