Color Hex Logo

#ab550d Color Hex

#AB550D
(171,85,13)
0 Favorites   0 Comments

Color spaces of #ab550d

RGB 1718513
HSL0.080.860.36
HSV27°92°67°
CMYK 0.000.500.92   0.33
XYZ20.115715.18402.2514
Yxy15.18400.53570.4044
Hunter Lab38.966723.955223.8510
CIE-Lab45.885231.221051.8043

#ab550d color RGB value is (171,85,13).

#ab550d hex color red value is 171, green value is 85 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ab550d hue: 0.08 , saturation: 0.86 and the lightness value of ab550d is 0.36.

The process color (four color CMYK) of #ab550d color hex is 0.00, 0.50, 0.92, 0.33. Web safe color of #ab550d is #996600. Color #ab550d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 00001101
Octal 253 125 15
Decimal 171 85 13
Hex AB 55 D

RGB Percentages of Color #ab550d

%63.57
%31.60
%4.83

CMYK Percentages of Color #ab550d

%0
%50
%92
%33

Triadic Colors of #ab550d

#ab550d #0dab55 #550dab

Analogous Colors of #ab550d

#ab550d #aba40d #ab0d14

Monochromatic Colors of #ab550d

#ab550d

Complementary Color

#ab550d #0d63ab

#ab550d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab550d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab550d Color CSS Codes

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

#ab550d Text Font Color

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

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


#ab550d Background Color

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

This div background color is #ab550d


#ab550d Border Color

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

This div border color is #ab550d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab550d


Comments

No comments written yet.

Please login to write comment.