Color spaces of #0f585e
RGB | 15 | 88 | 94 |
---|---|---|---|
HSL | 0.51 | 0.72 | 0.21 |
HSV | 185° | 84° | 37° |
CMYK | 0.84 | 0.06 | 0.00 0.63 |
XYZ | 5.7071 | 7.8892 | 11.8116 |
Yxy | 7.8892 | 0.2246 | 0.3105 |
Hunter Lab | 28.0877 | -12.8844 | -5.2715 |
CIE-Lab | 33.7511 | -18.6519 | -9.6072 |
#0f585e color RGB value is (15,88,94).
#0f585e hex color red value is 15, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #0f585e hue: 0.51 , saturation: 0.72 and the lightness value of 0f585e is 0.21.
The process color (four color CMYK) of #0f585e color hex is 0.84, 0.06, 0.00, 0.63. Web safe color of #0f585e is #006666. Color #0f585e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 01011000 | 01011110 |
Octal | 17 | 130 | 136 |
Decimal | 15 | 88 | 94 |
Hex | F | 58 | 5E |
Shades of #0f585e
Tints of #0f585e
RGB Percentages of Color #0f585e
CMYK Percentages of Color #0f585e
Complementary Color
#0f585e | #5e150f |
#0f585e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0f585e Color Preview on White Background
Lorem ipsum dolor sit amet.
#0f585e Color CSS Codes
.mybgcolor {background-color:#0f585e; } .myforecolor {color:#0f585e; } .mybordercolor {border:3px solid #0f585e; }
#0f585e Text Font Color
<p style="color:#0f585e">Text here</p>
This sample text font color is #0f585e
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.
#0f585e Background Color
<div style="background-color:#0f585e">
Div content here</div>
This div background color is #0f585e
#0f585e Border Color
<div style="border:3px solid #0f585e">
Div here</div>
This div border color is #0f585e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,88,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0f585e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0f585e; -webkit-box-shadow: 1px 1px 3px 2px #0f585e; box-shadow: 1px 1px 3px 2px #0f585e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,88,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 #0f585e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0f585e; -webkit-box-shadow: 1px 1px 3px 2px #0f585e; box-shadow: 1px 1px 3px 2px #0f585e;">
Div content here</div>
This div box has shadow with color #0f585e
#0f585e Color Palettes
Comments
No comments written yet.
Please login to write comment.