Color spaces of #0c7edc
RGB | 12 | 126 | 220 |
---|---|---|---|
HSL | 0.58 | 0.90 | 0.45 |
HSV | 207° | 95° | 86° |
CMYK | 0.95 | 0.43 | 0.00 0.14 |
XYZ | 20.5307 | 20.1672 | 70.5207 |
Yxy | 20.1672 | 0.1846 | 0.1813 |
Hunter Lab | 44.9079 | 3.0166 | -61.6700 |
CIE-Lab | 52.0257 | 6.7883 | -55.7552 |
#0c7edc color RGB value is (12,126,220).
#0c7edc hex color red value is 12, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0c7edc hue: 0.58 , saturation: 0.90 and the lightness value of 0c7edc is 0.45.
The process color (four color CMYK) of #0c7edc color hex is 0.95, 0.43, 0.00, 0.14. Web safe color of #0c7edc is #0066cc. Color #0c7edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 01111110 | 11011100 |
Octal | 14 | 176 | 334 |
Decimal | 12 | 126 | 220 |
Hex | C | 7E | DC |
Shades of #0c7edc
Tints of #0c7edc
RGB Percentages of Color #0c7edc
CMYK Percentages of Color #0c7edc
Complementary Color
#0c7edc | #dc6a0c |
#0c7edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0c7edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0c7edc Color CSS Codes
.mybgcolor {background-color:#0c7edc; } .myforecolor {color:#0c7edc; } .mybordercolor {border:3px solid #0c7edc; }
#0c7edc Text Font Color
<p style="color:#0c7edc">Text here</p>
This sample text font color is #0c7edc
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.
#0c7edc Background Color
<div style="background-color:#0c7edc">
Div content here</div>
This div background color is #0c7edc
#0c7edc Border Color
<div style="border:3px solid #0c7edc">
Div here</div>
This div border color is #0c7edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,126,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0c7edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0c7edc; -webkit-box-shadow: 1px 1px 3px 2px #0c7edc; box-shadow: 1px 1px 3px 2px #0c7edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,126,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 #0c7edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0c7edc; -webkit-box-shadow: 1px 1px 3px 2px #0c7edc; box-shadow: 1px 1px 3px 2px #0c7edc;">
Div content here</div>
This div box has shadow with color #0c7edc
Comments
No comments written yet.
Please login to write comment.