Color spaces of #56670a
RGB | 86 | 103 | 10 |
---|---|---|---|
HSL | 0.20 | 0.82 | 0.22 |
HSV | 71° | 90° | 40° |
CMYK | 0.17 | 0.00 | 0.90 0.60 |
XYZ | 8.7428 | 11.7008 | 2.0849 |
Yxy | 11.7008 | 0.3881 | 0.5194 |
Hunter Lab | 34.2064 | -14.2386 | 20.3307 |
CIE-Lab | 40.7366 | -18.8495 | 44.3154 |
#56670a color RGB value is (86,103,10).
#56670a hex color red value is 86, green value is 103 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #56670a hue: 0.20 , saturation: 0.82 and the lightness value of 56670a is 0.22.
The process color (four color CMYK) of #56670a color hex is 0.17, 0.00, 0.90, 0.60. Web safe color of #56670a is #666600. Color #56670a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01100111 | 00001010 |
Octal | 126 | 147 | 12 |
Decimal | 86 | 103 | 10 |
Hex | 56 | 67 | A |
Shades of #56670a
Tints of #56670a
RGB Percentages of Color #56670a
CMYK Percentages of Color #56670a
Complementary Color
#56670a | #1b0a67 |
#56670a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56670a Color Preview on White Background
Lorem ipsum dolor sit amet.
#56670a Color CSS Codes
.mybgcolor {background-color:#56670a; } .myforecolor {color:#56670a; } .mybordercolor {border:3px solid #56670a; }
#56670a Text Font Color
<p style="color:#56670a">Text here</p>
This sample text font color is #56670a
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.
#56670a Background Color
<div style="background-color:#56670a">
Div content here</div>
This div background color is #56670a
#56670a Border Color
<div style="border:3px solid #56670a">
Div here</div>
This div border color is #56670a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,103,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56670a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56670a; -webkit-box-shadow: 1px 1px 3px 2px #56670a; box-shadow: 1px 1px 3px 2px #56670a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,103,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56670a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56670a; -webkit-box-shadow: 1px 1px 3px 2px #56670a; box-shadow: 1px 1px 3px 2px #56670a;">
Div content here</div>
This div box has shadow with color #56670a
Comments
No comments written yet.
Please login to write comment.