Color spaces of #087964
RGB | 8 | 121 | 100 |
---|---|---|---|
HSL | 0.47 | 0.88 | 0.25 |
HSV | 169° | 93° | 47° |
CMYK | 0.93 | 0.00 | 0.17 0.53 |
XYZ | 9.2378 | 14.6465 | 14.3968 |
Yxy | 14.6465 | 0.2413 | 0.3826 |
Hunter Lab | 38.2707 | -23.8874 | 4.4856 |
CIE-Lab | 45.1462 | -33.6746 | 3.5343 |
#087964 color RGB value is (8,121,100).
#087964 hex color red value is 8, green value is 121 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #087964 hue: 0.47 , saturation: 0.88 and the lightness value of 087964 is 0.25.
The process color (four color CMYK) of #087964 color hex is 0.93, 0.00, 0.17, 0.53. Web safe color of #087964 is #006666. Color #087964 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01111001 | 01100100 |
Octal | 10 | 171 | 144 |
Decimal | 8 | 121 | 100 |
Hex | 8 | 79 | 64 |
Shades of #087964
Tints of #087964
RGB Percentages of Color #087964
CMYK Percentages of Color #087964
Complementary Color
#087964 | #79081d |
#087964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#087964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#087964 Color CSS Codes
.mybgcolor {background-color:#087964; } .myforecolor {color:#087964; } .mybordercolor {border:3px solid #087964; }
#087964 Text Font Color
<p style="color:#087964">Text here</p>
This sample text font color is #087964
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.
#087964 Background Color
<div style="background-color:#087964">
Div content here</div>
This div background color is #087964
#087964 Border Color
<div style="border:3px solid #087964">
Div here</div>
This div border color is #087964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,121,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #087964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #087964; -webkit-box-shadow: 1px 1px 3px 2px #087964; box-shadow: 1px 1px 3px 2px #087964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,121,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #087964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #087964; -webkit-box-shadow: 1px 1px 3px 2px #087964; box-shadow: 1px 1px 3px 2px #087964;">
Div content here</div>
This div box has shadow with color #087964
Comments
No comments written yet.
Please login to write comment.