Color spaces of #0f22df
RGB | 15 | 34 | 223 |
---|---|---|---|
HSL | 0.65 | 0.87 | 0.47 |
HSV | 235° | 93° | 87° |
CMYK | 0.93 | 0.85 | 0.00 0.13 |
XYZ | 14.0883 | 6.5733 | 70.3383 |
Yxy | 6.5733 | 0.1548 | 0.0722 |
Hunter Lab | 25.6384 | 53.2183 | -144.7134 |
CIE-Lab | 30.8151 | 62.8232 | -92.1760 |
#0f22df color RGB value is (15,34,223).
#0f22df hex color red value is 15, green value is 34 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0f22df hue: 0.65 , saturation: 0.87 and the lightness value of 0f22df is 0.47.
The process color (four color CMYK) of #0f22df color hex is 0.93, 0.85, 0.00, 0.13. Web safe color of #0f22df is #0033cc. Color #0f22df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 00100010 | 11011111 |
Octal | 17 | 42 | 337 |
Decimal | 15 | 34 | 223 |
Hex | F | 22 | DF |
Shades of #0f22df
Tints of #0f22df
RGB Percentages of Color #0f22df
CMYK Percentages of Color #0f22df
Complementary Color
#0f22df | #dfcc0f |
#0f22df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0f22df Color Preview on White Background
Lorem ipsum dolor sit amet.
#0f22df Color CSS Codes
.mybgcolor {background-color:#0f22df; } .myforecolor {color:#0f22df; } .mybordercolor {border:3px solid #0f22df; }
#0f22df Text Font Color
<p style="color:#0f22df">Text here</p>
This sample text font color is #0f22df
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.
#0f22df Background Color
<div style="background-color:#0f22df">
Div content here</div>
This div background color is #0f22df
#0f22df Border Color
<div style="border:3px solid #0f22df">
Div here</div>
This div border color is #0f22df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,34,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0f22df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0f22df; -webkit-box-shadow: 1px 1px 3px 2px #0f22df; box-shadow: 1px 1px 3px 2px #0f22df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,34,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0f22df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0f22df; -webkit-box-shadow: 1px 1px 3px 2px #0f22df; box-shadow: 1px 1px 3px 2px #0f22df;">
Div content here</div>
This div box has shadow with color #0f22df
Comments
No comments written yet.
Please login to write comment.