Color Hex Logo

#ab260f Color Hex

#AB260F
(171,38,15)
0 Favorites   0 Comments

Color spaces of #ab260f

RGB 1713815
HSL0.020.840.36
HSV91°67°
CMYK 0.000.780.91   0.33
XYZ17.573910.07861.4711
Yxy10.07860.60340.3461
Hunter Lab31.746843.254319.4754
CIE-Lab37.983152.162145.4396

#ab260f color RGB value is (171,38,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 00001111
Octal 253 46 17
Decimal 171 38 15
Hex AB 26 F

RGB Percentages of Color #ab260f

%76.34
%16.96
%6.70

CMYK Percentages of Color #ab260f

%0
%78
%91
%33

Triadic Colors of #ab260f

#ab260f #0fab26 #260fab

Analogous Colors of #ab260f

#ab260f #ab740f #ab0f46

Monochromatic Colors of #ab260f

#ab260f

Complementary Color

#ab260f #0f94ab

#ab260f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab260f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab260f Color CSS Codes

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

#ab260f Text Font Color

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

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


#ab260f Background Color

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

This div background color is #ab260f


#ab260f Border Color

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

This div border color is #ab260f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab260f


Comments

No comments written yet.

Please login to write comment.