Color spaces of #0fcbbe
RGB | 15 | 203 | 190 |
---|---|---|---|
HSL | 0.49 | 0.86 | 0.43 |
HSV | 176° | 93° | 80° |
CMYK | 0.93 | 0.00 | 0.06 0.20 |
XYZ | 30.8472 | 46.5311 | 56.0708 |
Yxy | 46.5311 | 0.2312 | 0.3487 |
Hunter Lab | 68.2137 | -38.6538 | -0.9860 |
CIE-Lab | 73.8888 | -43.8445 | -5.3274 |
#0fcbbe color RGB value is (15,203,190).
#0fcbbe hex color red value is 15, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0fcbbe hue: 0.49 , saturation: 0.86 and the lightness value of 0fcbbe is 0.43.
The process color (four color CMYK) of #0fcbbe color hex is 0.93, 0.00, 0.06, 0.20. Web safe color of #0fcbbe is #00cccc. Color #0fcbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 11001011 | 10111110 |
Octal | 17 | 313 | 276 |
Decimal | 15 | 203 | 190 |
Hex | F | CB | BE |
Shades of #0fcbbe
Tints of #0fcbbe
RGB Percentages of Color #0fcbbe
CMYK Percentages of Color #0fcbbe
Complementary Color
#0fcbbe | #cb0f1c |
#0fcbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0fcbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#0fcbbe Color CSS Codes
.mybgcolor {background-color:#0fcbbe; } .myforecolor {color:#0fcbbe; } .mybordercolor {border:3px solid #0fcbbe; }
#0fcbbe Text Font Color
<p style="color:#0fcbbe">Text here</p>
This sample text font color is #0fcbbe
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.
#0fcbbe Background Color
<div style="background-color:#0fcbbe">
Div content here</div>
This div background color is #0fcbbe
#0fcbbe Border Color
<div style="border:3px solid #0fcbbe">
Div here</div>
This div border color is #0fcbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,203,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0fcbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0fcbbe; -webkit-box-shadow: 1px 1px 3px 2px #0fcbbe; box-shadow: 1px 1px 3px 2px #0fcbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,203,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0fcbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0fcbbe; -webkit-box-shadow: 1px 1px 3px 2px #0fcbbe; box-shadow: 1px 1px 3px 2px #0fcbbe;">
Div content here</div>
This div box has shadow with color #0fcbbe
Comments
No comments written yet.
Please login to write comment.