Color Hex Logo

#ab8614 Color Hex

#AB8614
(171,134,20)
0 Favorites   0 Comments

Color spaces of #ab8614

RGB 17113420
HSL0.130.790.37
HSV45°88°67°
CMYK 0.000.220.88   0.33
XYZ25.446025.75864.2926
Yxy25.75860.45850.4641
Hunter Lab50.75290.676930.5124
CIE-Lab57.80724.118659.1847

#ab8614 color RGB value is (171,134,20).

#ab8614 hex color red value is 171, green value is 134 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ab8614 hue: 0.13 , saturation: 0.79 and the lightness value of ab8614 is 0.37.

The process color (four color CMYK) of #ab8614 color hex is 0.00, 0.22, 0.88, 0.33. Web safe color of #ab8614 is #999900. Color #ab8614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 00010100
Octal 253 206 24
Decimal 171 134 20
Hex AB 86 14

RGB Percentages of Color #ab8614

%52.62
%41.23
%6.15

CMYK Percentages of Color #ab8614

%0
%22
%88
%33

Triadic Colors of #ab8614

#ab8614 #14ab86 #8614ab

Analogous Colors of #ab8614

#ab8614 #85ab14 #ab3b14

Monochromatic Colors of #ab8614

#ab8614

Complementary Color

#ab8614 #1439ab

#ab8614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8614 Color CSS Codes

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

#ab8614 Text Font Color

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

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


#ab8614 Background Color

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

This div background color is #ab8614


#ab8614 Border Color

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

This div border color is #ab8614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8614


Comments

No comments written yet.

Please login to write comment.