Color Hex Logo

#ab790c Color Hex

#AB790C
(171,121,12)
0 Favorites   0 Comments

Color spaces of #ab790c

RGB 17112112
HSL0.110.870.36
HSV41°93°67°
CMYK 0.000.290.93   0.33
XYZ23.698322.35923.4145
Yxy22.35920.47900.4520
Hunter Lab47.28556.710028.8185
CIE-Lab54.406111.225258.3203

#ab790c color RGB value is (171,121,12).

#ab790c hex color red value is 171, green value is 121 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ab790c hue: 0.11 , saturation: 0.87 and the lightness value of ab790c is 0.36.

The process color (four color CMYK) of #ab790c color hex is 0.00, 0.29, 0.93, 0.33. Web safe color of #ab790c is #996600. Color #ab790c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 00001100
Octal 253 171 14
Decimal 171 121 12
Hex AB 79 C

RGB Percentages of Color #ab790c

%56.25
%39.80
%3.95

CMYK Percentages of Color #ab790c

%0
%29
%93
%33

Triadic Colors of #ab790c

#ab790c #0cab79 #790cab

Analogous Colors of #ab790c

#ab790c #8eab0c #ab2a0c

Monochromatic Colors of #ab790c

#ab790c

Complementary Color

#ab790c #0c3eab

#ab790c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab790c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab790c Color CSS Codes

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

#ab790c Text Font Color

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

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


#ab790c Background Color

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

This div background color is #ab790c


#ab790c Border Color

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

This div border color is #ab790c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab790c


Comments

No comments written yet.

Please login to write comment.