Color spaces of #86800e
RGB | 134 | 128 | 14 |
---|---|---|---|
HSL | 0.16 | 0.81 | 0.29 |
HSV | 57° | 90° | 53° |
CMYK | 0.00 | 0.04 | 0.90 0.47 |
XYZ | 17.6300 | 20.5384 | 3.4506 |
Yxy | 20.5384 | 0.4236 | 0.4935 |
Hunter Lab | 45.3193 | -9.8692 | 27.2092 |
CIE-Lab | 52.4406 | -9.8516 | 54.7100 |
#86800e color RGB value is (134,128,14).
#86800e hex color red value is 134, green value is 128 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #86800e hue: 0.16 , saturation: 0.81 and the lightness value of 86800e is 0.29.
The process color (four color CMYK) of #86800e color hex is 0.00, 0.04, 0.90, 0.47. Web safe color of #86800e is #999900. Color #86800e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10000000 | 00001110 |
Octal | 206 | 200 | 16 |
Decimal | 134 | 128 | 14 |
Hex | 86 | 80 | E |
Shades of #86800e
Tints of #86800e
RGB Percentages of Color #86800e
CMYK Percentages of Color #86800e
Complementary Color
#86800e | #0e1486 |
#86800e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86800e Color Preview on White Background
Lorem ipsum dolor sit amet.
#86800e Color CSS Codes
.mybgcolor {background-color:#86800e; } .myforecolor {color:#86800e; } .mybordercolor {border:3px solid #86800e; }
#86800e Text Font Color
<p style="color:#86800e">Text here</p>
This sample text font color is #86800e
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.
#86800e Background Color
<div style="background-color:#86800e">
Div content here</div>
This div background color is #86800e
#86800e Border Color
<div style="border:3px solid #86800e">
Div here</div>
This div border color is #86800e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,128,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86800e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86800e; -webkit-box-shadow: 1px 1px 3px 2px #86800e; box-shadow: 1px 1px 3px 2px #86800e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,128,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 #86800e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86800e; -webkit-box-shadow: 1px 1px 3px 2px #86800e; box-shadow: 1px 1px 3px 2px #86800e;">
Div content here</div>
This div box has shadow with color #86800e
Comments
No comments written yet.
Please login to write comment.