Color Hex Logo

#80680b Color Hex

#80680B
(128,104,11)
0 Favorites   0 Comments

Color spaces of #80680b

RGB 12810411
HSL0.130.840.27
HSV48°91°50°
CMYK 0.000.190.91   0.50
XYZ13.912814.51402.3848
Yxy14.51400.45150.4711
Hunter Lab38.0972-1.483422.9567
CIE-Lab44.96120.745049.1478

#80680b color RGB value is (128,104,11).

#80680b hex color red value is 128, green value is 104 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #80680b hue: 0.13 , saturation: 0.84 and the lightness value of 80680b is 0.27.

The process color (four color CMYK) of #80680b color hex is 0.00, 0.19, 0.91, 0.50. Web safe color of #80680b is #996600. Color #80680b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 00001011
Octal 200 150 13
Decimal 128 104 11
Hex 80 68 B

RGB Percentages of Color #80680b

%52.67
%42.80
%4.53

CMYK Percentages of Color #80680b

%0
%19
%91
%50

Triadic Colors of #80680b

#80680b #0b8068 #680b80

Analogous Colors of #80680b

#80680b #5e800b #802e0b

Monochromatic Colors of #80680b

#80680b

Complementary Color

#80680b #0b2380

#80680b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80680b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80680b Color CSS Codes

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

#80680b Text Font Color

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

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


#80680b Background Color

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

This div background color is #80680b


#80680b Border Color

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

This div border color is #80680b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,104,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80680b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80680b;
  -webkit-box-shadow: 1px 1px 3px 2px #80680b;
  box-shadow:         1px 1px 3px 2px #80680b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,104,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80680b


Comments

No comments written yet.

Please login to write comment.