Color spaces of #0fa1dc
RGB | 15 | 161 | 220 |
---|---|---|---|
HSL | 0.55 | 0.87 | 0.46 |
HSV | 197° | 93° | 86° |
CMYK | 0.93 | 0.27 | 0.00 0.14 |
XYZ | 25.8601 | 30.7586 | 72.2842 |
Yxy | 30.7586 | 0.2006 | 0.2386 |
Hunter Lab | 55.4604 | -13.8248 | -38.4531 |
CIE-Lab | 62.3033 | -13.5226 | -39.4657 |
#0fa1dc color RGB value is (15,161,220).
#0fa1dc hex color red value is 15, green value is 161 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0fa1dc hue: 0.55 , saturation: 0.87 and the lightness value of 0fa1dc is 0.46.
The process color (four color CMYK) of #0fa1dc color hex is 0.93, 0.27, 0.00, 0.14. Web safe color of #0fa1dc is #0099cc. Color #0fa1dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 10100001 | 11011100 |
Octal | 17 | 241 | 334 |
Decimal | 15 | 161 | 220 |
Hex | F | A1 | DC |
Shades of #0fa1dc
Tints of #0fa1dc
RGB Percentages of Color #0fa1dc
CMYK Percentages of Color #0fa1dc
Complementary Color
#0fa1dc | #dc4a0f |
#0fa1dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0fa1dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0fa1dc Color CSS Codes
.mybgcolor {background-color:#0fa1dc; } .myforecolor {color:#0fa1dc; } .mybordercolor {border:3px solid #0fa1dc; }
#0fa1dc Text Font Color
<p style="color:#0fa1dc">Text here</p>
This sample text font color is #0fa1dc
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.
#0fa1dc Background Color
<div style="background-color:#0fa1dc">
Div content here</div>
This div background color is #0fa1dc
#0fa1dc Border Color
<div style="border:3px solid #0fa1dc">
Div here</div>
This div border color is #0fa1dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,161,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0fa1dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0fa1dc; -webkit-box-shadow: 1px 1px 3px 2px #0fa1dc; box-shadow: 1px 1px 3px 2px #0fa1dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,161,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0fa1dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0fa1dc; -webkit-box-shadow: 1px 1px 3px 2px #0fa1dc; box-shadow: 1px 1px 3px 2px #0fa1dc;">
Div content here</div>
This div box has shadow with color #0fa1dc
Comments
No comments written yet.
Please login to write comment.