Color Hex Logo

#ab882e Color Hex

#AB882E
(171,136,46)
0 Favorites   0 Comments

Color spaces of #ab882e

RGB 17113646
HSL0.120.580.43
HSV43°73°67°
CMYK 0.000.200.73   0.33
XYZ26.091926.46356.3175
Yxy26.46350.44320.4495
Hunter Lab51.44270.511128.7287
CIE-Lab58.47443.946550.9773

#ab882e color RGB value is (171,136,46).

#ab882e hex color red value is 171, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab882e hue: 0.12 , saturation: 0.58 and the lightness value of ab882e is 0.43.

The process color (four color CMYK) of #ab882e color hex is 0.00, 0.20, 0.73, 0.33. Web safe color of #ab882e is #999933. Color #ab882e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 00101110
Octal 253 210 56
Decimal 171 136 46
Hex AB 88 2E

RGB Percentages of Color #ab882e

%48.44
%38.53
%13.03

CMYK Percentages of Color #ab882e

%0
%20
%73
%33

Triadic Colors of #ab882e

#ab882e #2eab88 #882eab

Analogous Colors of #ab882e

#ab882e #90ab2e #ab4a2e

Monochromatic Colors of #ab882e

#ab882e

Complementary Color

#ab882e #2e51ab

#ab882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab882e Color CSS Codes

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

#ab882e Text Font Color

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

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


#ab882e Background Color

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

This div background color is #ab882e


#ab882e Border Color

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

This div border color is #ab882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab882e


Comments

No comments written yet.

Please login to write comment.