Color Hex Logo

#ab5d28 Color Hex

#AB5D28
(171,93,40)
0 Favorites   0 Comments

Color spaces of #ab5d28

RGB 1719340
HSL0.070.620.41
HSV24°77°67°
CMYK 0.000.460.77   0.33
XYZ21.091916.63984.1076
Yxy16.63980.50410.3977
Hunter Lab40.791920.909522.5840
CIE-Lab47.802927.699042.9282

#ab5d28 color RGB value is (171,93,40).

#ab5d28 hex color red value is 171, green value is 93 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ab5d28 hue: 0.07 , saturation: 0.62 and the lightness value of ab5d28 is 0.41.

The process color (four color CMYK) of #ab5d28 color hex is 0.00, 0.46, 0.77, 0.33. Web safe color of #ab5d28 is #996633. Color #ab5d28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 00101000
Octal 253 135 50
Decimal 171 93 40
Hex AB 5D 28

RGB Percentages of Color #ab5d28

%56.25
%30.59
%13.16

CMYK Percentages of Color #ab5d28

%0
%46
%77
%33

Triadic Colors of #ab5d28

#ab5d28 #28ab5d #5d28ab

Analogous Colors of #ab5d28

#ab5d28 #ab9f28 #ab2834

Monochromatic Colors of #ab5d28

#ab5d28

Complementary Color

#ab5d28 #2876ab

#ab5d28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5d28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5d28 Color CSS Codes

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

#ab5d28 Text Font Color

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

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


#ab5d28 Background Color

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

This div background color is #ab5d28


#ab5d28 Border Color

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

This div border color is #ab5d28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5d28


Comments

No comments written yet.

Please login to write comment.