Color Hex Logo

#ab800b Color Hex

#AB800B
(171,128,11)
0 Favorites   0 Comments

Color spaces of #ab800b

RGB 17112811
HSL0.120.880.36
HSV44°94°67°
CMYK 0.000.250.94   0.33
XYZ24.574224.12043.6771
Yxy24.12040.46920.4606
Hunter Lab49.11253.368329.9397
CIE-Lab56.20817.288059.8503

#ab800b color RGB value is (171,128,11).

#ab800b hex color red value is 171, green value is 128 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ab800b hue: 0.12 , saturation: 0.88 and the lightness value of ab800b is 0.36.

The process color (four color CMYK) of #ab800b color hex is 0.00, 0.25, 0.94, 0.33. Web safe color of #ab800b is #999900. Color #ab800b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 00001011
Octal 253 200 13
Decimal 171 128 11
Hex AB 80 B

RGB Percentages of Color #ab800b

%55.16
%41.29
%3.55

CMYK Percentages of Color #ab800b

%0
%25
%94
%33

Triadic Colors of #ab800b

#ab800b #0bab80 #800bab

Analogous Colors of #ab800b

#ab800b #86ab0b #ab300b

Monochromatic Colors of #ab800b

#ab800b

Complementary Color

#ab800b #0b36ab

#ab800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab800b Color CSS Codes

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

#ab800b Text Font Color

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

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


#ab800b Background Color

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

This div background color is #ab800b


#ab800b Border Color

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

This div border color is #ab800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab800b


Comments

No comments written yet.

Please login to write comment.