Color Hex Logo

#ab260e Color Hex

#AB260E
(171,38,14)
0 Favorites   0 Comments

Color spaces of #ab260e

RGB 1713814
HSL0.030.850.36
HSV92°67°
CMYK 0.000.780.92   0.33
XYZ17.567010.07591.4344
Yxy10.07590.60410.3465
Hunter Lab31.742643.236219.5406
CIE-Lab37.978352.145645.8307

#ab260e color RGB value is (171,38,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 00001110
Octal 253 46 16
Decimal 171 38 14
Hex AB 26 E

RGB Percentages of Color #ab260e

%76.68
%17.04
%6.28

CMYK Percentages of Color #ab260e

%0
%78
%92
%33

Triadic Colors of #ab260e

#ab260e #0eab26 #260eab

Analogous Colors of #ab260e

#ab260e #ab750e #ab0e44

Monochromatic Colors of #ab260e

#ab260e

Complementary Color

#ab260e #0e93ab

#ab260e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab260e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab260e Color CSS Codes

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

#ab260e Text Font Color

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

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


#ab260e Background Color

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

This div background color is #ab260e


#ab260e Border Color

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

This div border color is #ab260e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab260e


Comments

No comments written yet.

Please login to write comment.