Color spaces of #0fcb85
RGB | 15 | 203 | 133 |
---|---|---|---|
HSL | 0.44 | 0.86 | 0.43 |
HSV | 158° | 93° | 80° |
CMYK | 0.93 | 0.00 | 0.34 0.20 |
XYZ | 25.7866 | 44.5069 | 29.4219 |
Yxy | 44.5069 | 0.2586 | 0.4463 |
Hunter Lab | 66.7135 | -47.7535 | 20.5514 |
CIE-Lab | 72.5660 | -58.0656 | 23.3995 |
#0fcb85 color RGB value is (15,203,133).
#0fcb85 hex color red value is 15, green value is 203 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #0fcb85 hue: 0.44 , saturation: 0.86 and the lightness value of 0fcb85 is 0.43.
The process color (four color CMYK) of #0fcb85 color hex is 0.93, 0.00, 0.34, 0.20. Web safe color of #0fcb85 is #00cc99. Color #0fcb85 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 11001011 | 10000101 |
Octal | 17 | 313 | 205 |
Decimal | 15 | 203 | 133 |
Hex | F | CB | 85 |
Shades of #0fcb85
Tints of #0fcb85
RGB Percentages of Color #0fcb85
CMYK Percentages of Color #0fcb85
Complementary Color
#0fcb85 | #cb0f55 |
#0fcb85 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0fcb85 Color Preview on White Background
Lorem ipsum dolor sit amet.
#0fcb85 Color CSS Codes
.mybgcolor {background-color:#0fcb85; } .myforecolor {color:#0fcb85; } .mybordercolor {border:3px solid #0fcb85; }
#0fcb85 Text Font Color
<p style="color:#0fcb85">Text here</p>
This sample text font color is #0fcb85
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.
#0fcb85 Background Color
<div style="background-color:#0fcb85">
Div content here</div>
This div background color is #0fcb85
#0fcb85 Border Color
<div style="border:3px solid #0fcb85">
Div here</div>
This div border color is #0fcb85
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,203,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0fcb85; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0fcb85; -webkit-box-shadow: 1px 1px 3px 2px #0fcb85; box-shadow: 1px 1px 3px 2px #0fcb85; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,203,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0fcb85">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0fcb85; -webkit-box-shadow: 1px 1px 3px 2px #0fcb85; box-shadow: 1px 1px 3px 2px #0fcb85;">
Div content here</div>
This div box has shadow with color #0fcb85
Comments
No comments written yet.
Please login to write comment.