Color spaces of #08625e
RGB | 8 | 98 | 94 |
---|---|---|---|
HSL | 0.49 | 0.85 | 0.21 |
HSV | 177° | 92° | 38° |
CMYK | 0.92 | 0.00 | 0.04 0.62 |
XYZ | 6.4882 | 9.5951 | 12.0998 |
Yxy | 9.5951 | 0.2302 | 0.3405 |
Hunter Lab | 30.9760 | -16.8195 | -1.4766 |
CIE-Lab | 37.1057 | -24.5583 | -4.5929 |
#08625e color RGB value is (8,98,94).
#08625e hex color red value is 8, green value is 98 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #08625e hue: 0.49 , saturation: 0.85 and the lightness value of 08625e is 0.21.
The process color (four color CMYK) of #08625e color hex is 0.92, 0.00, 0.04, 0.62. Web safe color of #08625e is #006666. Color #08625e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01100010 | 01011110 |
Octal | 10 | 142 | 136 |
Decimal | 8 | 98 | 94 |
Hex | 8 | 62 | 5E |
Shades of #08625e
Tints of #08625e
RGB Percentages of Color #08625e
CMYK Percentages of Color #08625e
Complementary Color
#08625e | #62080c |
#08625e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08625e Color Preview on White Background
Lorem ipsum dolor sit amet.
#08625e Color CSS Codes
.mybgcolor {background-color:#08625e; } .myforecolor {color:#08625e; } .mybordercolor {border:3px solid #08625e; }
#08625e Text Font Color
<p style="color:#08625e">Text here</p>
This sample text font color is #08625e
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.
#08625e Background Color
<div style="background-color:#08625e">
Div content here</div>
This div background color is #08625e
#08625e Border Color
<div style="border:3px solid #08625e">
Div here</div>
This div border color is #08625e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,98,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08625e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08625e; -webkit-box-shadow: 1px 1px 3px 2px #08625e; box-shadow: 1px 1px 3px 2px #08625e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,98,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #08625e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08625e; -webkit-box-shadow: 1px 1px 3px 2px #08625e; box-shadow: 1px 1px 3px 2px #08625e;">
Div content here</div>
This div box has shadow with color #08625e
Comments
No comments written yet.
Please login to write comment.