Color Hex Logo

#ab802b Color Hex

#AB802B
(171,128,43)
0 Favorites   0 Comments

Color spaces of #ab802b

RGB 17112843
HSL0.110.600.42
HSV40°75°67°
CMYK 0.000.250.75   0.33
XYZ24.949824.27075.6552
Yxy24.27070.45470.4423
Hunter Lab49.26534.184827.6798
CIE-Lab56.35788.257550.1342

#ab802b color RGB value is (171,128,43).

#ab802b hex color red value is 171, green value is 128 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ab802b hue: 0.11 , saturation: 0.60 and the lightness value of ab802b is 0.42.

The process color (four color CMYK) of #ab802b color hex is 0.00, 0.25, 0.75, 0.33. Web safe color of #ab802b is #999933. Color #ab802b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 00101011
Octal 253 200 53
Decimal 171 128 43
Hex AB 80 2B

RGB Percentages of Color #ab802b

%50.00
%37.43
%12.57

CMYK Percentages of Color #ab802b

%0
%25
%75
%33

Triadic Colors of #ab802b

#ab802b #2bab80 #802bab

Analogous Colors of #ab802b

#ab802b #96ab2b #ab402b

Monochromatic Colors of #ab802b

#ab802b

Complementary Color

#ab802b #2b56ab

#ab802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab802b Color CSS Codes

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

#ab802b Text Font Color

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

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


#ab802b Background Color

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

This div background color is #ab802b


#ab802b Border Color

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

This div border color is #ab802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab802b


Comments

No comments written yet.

Please login to write comment.