Color spaces of #0c93dd
RGB | 12 | 147 | 221 |
---|---|---|---|
HSL | 0.56 | 0.90 | 0.46 |
HSV | 201° | 95° | 87° |
CMYK | 0.95 | 0.33 | 0.00 0.13 |
XYZ | 23.6365 | 26.1661 | 72.2114 |
Yxy | 26.1661 | 0.1937 | 0.2145 |
Hunter Lab | 51.1528 | -7.0368 | -47.8915 |
CIE-Lab | 58.1944 | -5.3775 | -46.4915 |
#0c93dd color RGB value is (12,147,221).
#0c93dd hex color red value is 12, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0c93dd hue: 0.56 , saturation: 0.90 and the lightness value of 0c93dd is 0.46.
The process color (four color CMYK) of #0c93dd color hex is 0.95, 0.33, 0.00, 0.13. Web safe color of #0c93dd is #0099cc. Color #0c93dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 10010011 | 11011101 |
Octal | 14 | 223 | 335 |
Decimal | 12 | 147 | 221 |
Hex | C | 93 | DD |
Shades of #0c93dd
Tints of #0c93dd
RGB Percentages of Color #0c93dd
CMYK Percentages of Color #0c93dd
Complementary Color
#0c93dd | #dd560c |
#0c93dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0c93dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#0c93dd Color CSS Codes
.mybgcolor {background-color:#0c93dd; } .myforecolor {color:#0c93dd; } .mybordercolor {border:3px solid #0c93dd; }
#0c93dd Text Font Color
<p style="color:#0c93dd">Text here</p>
This sample text font color is #0c93dd
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.
#0c93dd Background Color
<div style="background-color:#0c93dd">
Div content here</div>
This div background color is #0c93dd
#0c93dd Border Color
<div style="border:3px solid #0c93dd">
Div here</div>
This div border color is #0c93dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,147,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0c93dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0c93dd; -webkit-box-shadow: 1px 1px 3px 2px #0c93dd; box-shadow: 1px 1px 3px 2px #0c93dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,147,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0c93dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0c93dd; -webkit-box-shadow: 1px 1px 3px 2px #0c93dd; box-shadow: 1px 1px 3px 2px #0c93dd;">
Div content here</div>
This div box has shadow with color #0c93dd
Comments
No comments written yet.
Please login to write comment.