Color Hex Logo

#ab8304 Color Hex

#AB8304
(171,131,4)
0 Favorites   0 Comments

Color spaces of #ab8304

RGB 1711314
HSL0.130.950.34
HSV46°98°67°
CMYK 0.000.230.98   0.33
XYZ24.932824.89933.6068
Yxy24.89930.46660.4659
Hunter Lab49.89921.866330.6439
CIE-Lab56.97725.515161.5908

#ab8304 color RGB value is (171,131,4).

#ab8304 hex color red value is 171, green value is 131 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ab8304 hue: 0.13 , saturation: 0.95 and the lightness value of ab8304 is 0.34.

The process color (four color CMYK) of #ab8304 color hex is 0.00, 0.23, 0.98, 0.33. Web safe color of #ab8304 is #999900. Color #ab8304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 00000100
Octal 253 203 4
Decimal 171 131 4
Hex AB 83 4

RGB Percentages of Color #ab8304

%55.88
%42.81
%1.31

CMYK Percentages of Color #ab8304

%0
%23
%98
%33

Triadic Colors of #ab8304

#ab8304 #04ab83 #8304ab

Analogous Colors of #ab8304

#ab8304 #80ab04 #ab3004

Monochromatic Colors of #ab8304

#ab8304

Complementary Color

#ab8304 #042cab

#ab8304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8304 Color CSS Codes

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

#ab8304 Text Font Color

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

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


#ab8304 Background Color

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

This div background color is #ab8304


#ab8304 Border Color

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

This div border color is #ab8304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8304


Comments

No comments written yet.

Please login to write comment.