Color Hex Logo

#ab930a Color Hex

#AB930A
(171,147,10)
0 Favorites   0 Comments

Color spaces of #ab930a

RGB 17114710
HSL0.140.890.35
HSV51°94°67°
CMYK 0.000.140.94   0.33
XYZ27.283129.54734.5524
Yxy29.54730.44450.4814
Hunter Lab54.3574-5.532733.0847
CIE-Lab61.2616-3.195663.7942

#ab930a color RGB value is (171,147,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 00001010
Octal 253 223 12
Decimal 171 147 10
Hex AB 93 A

RGB Percentages of Color #ab930a

%52.13
%44.82
%3.05

CMYK Percentages of Color #ab930a

%0
%14
%94
%33

Triadic Colors of #ab930a

#ab930a #0aab93 #930aab

Analogous Colors of #ab930a

#ab930a #73ab0a #ab430a

Monochromatic Colors of #ab930a

#ab930a

Complementary Color

#ab930a #0a22ab

#ab930a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab930a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab930a Color CSS Codes

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

#ab930a Text Font Color

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

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


#ab930a Background Color

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

This div background color is #ab930a


#ab930a Border Color

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

This div border color is #ab930a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab930a


Comments

No comments written yet.

Please login to write comment.