Color spaces of #56560e
RGB | 86 | 86 | 14 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.20 |
HSV | 60° | 84° | 34° |
CMYK | 0.00 | 0.00 | 0.84 0.66 |
XYZ | 7.2448 | 8.6657 | 1.7063 |
Yxy | 8.6657 | 0.4112 | 0.4919 |
Hunter Lab | 29.4376 | -7.5856 | 17.1696 |
CIE-Lab | 35.3325 | -9.2624 | 38.4554 |
#56560e color RGB value is (86,86,14).
#56560e hex color red value is 86, green value is 86 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #56560e hue: 0.17 , saturation: 0.72 and the lightness value of 56560e is 0.20.
The process color (four color CMYK) of #56560e color hex is 0.00, 0.00, 0.84, 0.66. Web safe color of #56560e is #666600. Color #56560e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01010110 | 00001110 |
Octal | 126 | 126 | 16 |
Decimal | 86 | 86 | 14 |
Hex | 56 | 56 | E |
Shades of #56560e
Tints of #56560e
RGB Percentages of Color #56560e
CMYK Percentages of Color #56560e
Complementary Color
#56560e | #0e0e56 |
#56560e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56560e Color Preview on White Background
Lorem ipsum dolor sit amet.
#56560e Color CSS Codes
.mybgcolor {background-color:#56560e; } .myforecolor {color:#56560e; } .mybordercolor {border:3px solid #56560e; }
#56560e Text Font Color
<p style="color:#56560e">Text here</p>
This sample text font color is #56560e
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.
#56560e Background Color
<div style="background-color:#56560e">
Div content here</div>
This div background color is #56560e
#56560e Border Color
<div style="border:3px solid #56560e">
Div here</div>
This div border color is #56560e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,86,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56560e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56560e; -webkit-box-shadow: 1px 1px 3px 2px #56560e; box-shadow: 1px 1px 3px 2px #56560e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,86,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 #56560e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56560e; -webkit-box-shadow: 1px 1px 3px 2px #56560e; box-shadow: 1px 1px 3px 2px #56560e;">
Div content here</div>
This div box has shadow with color #56560e
Comments
No comments written yet.
Please login to write comment.