Color Hex Logo

#ab780e Color Hex

#AB780E
(171,120,14)
0 Favorites   0 Comments

Color spaces of #ab780e

RGB 17112014
HSL0.110.850.36
HSV41°92°67°
CMYK 0.000.300.92   0.33
XYZ23.590322.12263.4422
Yxy22.12260.47990.4501
Hunter Lab47.03477.216228.5852
CIE-Lab54.156811.820757.7205

#ab780e color RGB value is (171,120,14).

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

The process color (four color CMYK) of #ab780e color hex is 0.00, 0.30, 0.92, 0.33. Web safe color of #ab780e is #996600. Color #ab780e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 00001110
Octal 253 170 16
Decimal 171 120 14
Hex AB 78 E

RGB Percentages of Color #ab780e

%56.07
%39.34
%4.59

CMYK Percentages of Color #ab780e

%0
%30
%92
%33

Triadic Colors of #ab780e

#ab780e #0eab78 #780eab

Analogous Colors of #ab780e

#ab780e #90ab0e #ab2a0e

Monochromatic Colors of #ab780e

#ab780e

Complementary Color

#ab780e #0e41ab

#ab780e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab780e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab780e Color CSS Codes

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

#ab780e Text Font Color

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

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


#ab780e Background Color

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

This div background color is #ab780e


#ab780e Border Color

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

This div border color is #ab780e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,120,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 #ab780e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab780e


Comments

No comments written yet.

Please login to write comment.