Color Hex Logo

#ab930e Color Hex

#AB930E
(171,147,14)
0 Favorites   0 Comments

Color spaces of #ab930e

RGB 17114714
HSL0.140.850.36
HSV51°92°67°
CMYK 0.000.140.92   0.33
XYZ27.307629.55714.6813
Yxy29.55710.44370.4802
Hunter Lab54.3664-5.482932.9513
CIE-Lab61.2702-3.133763.1598

#ab930e color RGB value is (171,147,14).

#ab930e hex color red value is 171, green value is 147 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab930e hue: 0.14 , saturation: 0.85 and the lightness value of ab930e is 0.36.

The process color (four color CMYK) of #ab930e color hex is 0.00, 0.14, 0.92, 0.33. Web safe color of #ab930e is #999900. Color #ab930e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 00001110
Octal 253 223 16
Decimal 171 147 14
Hex AB 93 E

RGB Percentages of Color #ab930e

%51.51
%44.28
%4.22

CMYK Percentages of Color #ab930e

%0
%14
%92
%33

Triadic Colors of #ab930e

#ab930e #0eab93 #930eab

Analogous Colors of #ab930e

#ab930e #75ab0e #ab450e

Monochromatic Colors of #ab930e

#ab930e

Complementary Color

#ab930e #0e26ab

#ab930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab930e Color CSS Codes

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

#ab930e Text Font Color

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

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


#ab930e Background Color

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

This div background color is #ab930e


#ab930e Border Color

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

This div border color is #ab930e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab930e


Comments

No comments written yet.

Please login to write comment.