Color spaces of #0fbaed
RGB | 15 | 186 | 237 |
---|---|---|---|
HSL | 0.54 | 0.88 | 0.49 |
HSV | 194° | 94° | 93° |
CMYK | 0.94 | 0.22 | 0.00 0.07 |
XYZ | 33.0420 | 41.3338 | 86.3575 |
Yxy | 41.3338 | 0.2056 | 0.2572 |
Hunter Lab | 64.2914 | -20.7713 | -34.6356 |
CIE-Lab | 70.4092 | -20.8826 | -36.1486 |
#0fbaed color RGB value is (15,186,237).
#0fbaed hex color red value is 15, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0fbaed hue: 0.54 , saturation: 0.88 and the lightness value of 0fbaed is 0.49.
The process color (four color CMYK) of #0fbaed color hex is 0.94, 0.22, 0.00, 0.07. Web safe color of #0fbaed is #00ccff. Color #0fbaed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 10111010 | 11101101 |
Octal | 17 | 272 | 355 |
Decimal | 15 | 186 | 237 |
Hex | F | BA | ED |
Shades of #0fbaed
Tints of #0fbaed
RGB Percentages of Color #0fbaed
CMYK Percentages of Color #0fbaed
Complementary Color
#0fbaed | #ed420f |
#0fbaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0fbaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#0fbaed Color CSS Codes
.mybgcolor {background-color:#0fbaed; } .myforecolor {color:#0fbaed; } .mybordercolor {border:3px solid #0fbaed; }
#0fbaed Text Font Color
<p style="color:#0fbaed">Text here</p>
This sample text font color is #0fbaed
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.
#0fbaed Background Color
<div style="background-color:#0fbaed">
Div content here</div>
This div background color is #0fbaed
#0fbaed Border Color
<div style="border:3px solid #0fbaed">
Div here</div>
This div border color is #0fbaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,186,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0fbaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0fbaed; -webkit-box-shadow: 1px 1px 3px 2px #0fbaed; box-shadow: 1px 1px 3px 2px #0fbaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,186,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0fbaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0fbaed; -webkit-box-shadow: 1px 1px 3px 2px #0fbaed; box-shadow: 1px 1px 3px 2px #0fbaed;">
Div content here</div>
This div box has shadow with color #0fbaed
Comments
No comments written yet.
Please login to write comment.