Color Hex Logo

#84680e Color Hex

#84680E
(132,104,14)
0 Favorites   0 Comments

Color spaces of #84680e

RGB 13210414
HSL0.130.810.29
HSV46°89°52°
CMYK 0.000.210.89   0.48
XYZ14.545314.83792.5128
Yxy14.83790.45600.4652
Hunter Lab38.5200-0.007723.0963
CIE-Lab45.41142.738948.9401

#84680e color RGB value is (132,104,14).

#84680e hex color red value is 132, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #84680e hue: 0.13 , saturation: 0.81 and the lightness value of 84680e is 0.29.

The process color (four color CMYK) of #84680e color hex is 0.00, 0.21, 0.89, 0.48. Web safe color of #84680e is #996600. Color #84680e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 00001110
Octal 204 150 16
Decimal 132 104 14
Hex 84 68 E

RGB Percentages of Color #84680e

%52.80
%41.60
%5.60

CMYK Percentages of Color #84680e

%0
%21
%89
%48

Triadic Colors of #84680e

#84680e #0e8468 #680e84

Analogous Colors of #84680e

#84680e #65840e #842d0e

Monochromatic Colors of #84680e

#84680e

Complementary Color

#84680e #0e2a84

#84680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84680e Color CSS Codes

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

#84680e Text Font Color

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

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


#84680e Background Color

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

This div background color is #84680e


#84680e Border Color

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

This div border color is #84680e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,104,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84680e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84680e;
  -webkit-box-shadow: 1px 1px 3px 2px #84680e;
  box-shadow:         1px 1px 3px 2px #84680e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,104,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 #84680e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84680e


Comments

No comments written yet.

Please login to write comment.