Color Hex Logo

#ab821b Color Hex

#AB821B
(171,130,27)
0 Favorites   0 Comments

Color spaces of #ab821b

RGB 17113027
HSL0.120.730.39
HSV43°84°67°
CMYK 0.000.240.84   0.33
XYZ24.975024.70234.4886
Yxy24.70230.46110.4560
Hunter Lab49.70142.718929.4364
CIE-Lab56.78426.527456.4003

#ab821b color RGB value is (171,130,27).

#ab821b hex color red value is 171, green value is 130 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ab821b hue: 0.12 , saturation: 0.73 and the lightness value of ab821b is 0.39.

The process color (four color CMYK) of #ab821b color hex is 0.00, 0.24, 0.84, 0.33. Web safe color of #ab821b is #999933. Color #ab821b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 00011011
Octal 253 202 33
Decimal 171 130 27
Hex AB 82 1B

RGB Percentages of Color #ab821b

%52.13
%39.63
%8.23

CMYK Percentages of Color #ab821b

%0
%24
%84
%33

Triadic Colors of #ab821b

#ab821b #1bab82 #821bab

Analogous Colors of #ab821b

#ab821b #8cab1b #ab3a1b

Monochromatic Colors of #ab821b

#ab821b

Complementary Color

#ab821b #1b44ab

#ab821b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab821b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab821b Color CSS Codes

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

#ab821b Text Font Color

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

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


#ab821b Background Color

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

This div background color is #ab821b


#ab821b Border Color

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

This div border color is #ab821b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab821b


Comments

No comments written yet.

Please login to write comment.