Color Hex Logo

#ab5e32 Color Hex

#AB5E32
(171,94,50)
0 Favorites   0 Comments

Color spaces of #ab5e32

RGB 1719450
HSL0.060.550.43
HSV22°71°67°
CMYK 0.000.450.71   0.33
XYZ21.373016.89365.1519
Yxy16.89360.49230.3891
Hunter Lab41.101820.892021.3396
CIE-Lab48.125727.646638.2237

#ab5e32 color RGB value is (171,94,50).

#ab5e32 hex color red value is 171, green value is 94 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ab5e32 hue: 0.06 , saturation: 0.55 and the lightness value of ab5e32 is 0.43.

The process color (four color CMYK) of #ab5e32 color hex is 0.00, 0.45, 0.71, 0.33. Web safe color of #ab5e32 is #996633. Color #ab5e32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 00110010
Octal 253 136 62
Decimal 171 94 50
Hex AB 5E 32

RGB Percentages of Color #ab5e32

%54.29
%29.84
%15.87

CMYK Percentages of Color #ab5e32

%0
%45
%71
%33

Triadic Colors of #ab5e32

#ab5e32 #32ab5e #5e32ab

Analogous Colors of #ab5e32

#ab5e32 #ab9b32 #ab3242

Monochromatic Colors of #ab5e32

#ab5e32

Complementary Color

#ab5e32 #327fab

#ab5e32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5e32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5e32 Color CSS Codes

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

#ab5e32 Text Font Color

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

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


#ab5e32 Background Color

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

This div background color is #ab5e32


#ab5e32 Border Color

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

This div border color is #ab5e32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5e32


Comments

No comments written yet.

Please login to write comment.