Color spaces of #147ffc
RGB | 20 | 127 | 252 |
---|---|---|---|
HSL | 0.59 | 0.97 | 0.53 |
HSV | 212° | 92° | 99° |
CMYK | 0.92 | 0.50 | 0.00 0.01 |
XYZ | 25.4486 | 22.3557 | 95.0693 |
Yxy | 22.3557 | 0.1781 | 0.1565 |
Hunter Lab | 47.2818 | 13.3313 | -86.1168 |
CIE-Lab | 54.4024 | 18.8054 | -69.7735 |
#147ffc color RGB value is (20,127,252).
#147ffc hex color red value is 20, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #147ffc hue: 0.59 , saturation: 0.97 and the lightness value of 147ffc is 0.53.
The process color (four color CMYK) of #147ffc color hex is 0.92, 0.50, 0.00, 0.01. Web safe color of #147ffc is #0066ff. Color #147ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 01111111 | 11111100 |
Octal | 24 | 177 | 374 |
Decimal | 20 | 127 | 252 |
Hex | 14 | 7F | FC |
Shades of #147ffc
Tints of #147ffc
RGB Percentages of Color #147ffc
CMYK Percentages of Color #147ffc
Complementary Color
#147ffc | #fc9114 |
#147ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#147ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#147ffc Color CSS Codes
.mybgcolor {background-color:#147ffc; } .myforecolor {color:#147ffc; } .mybordercolor {border:3px solid #147ffc; }
#147ffc Text Font Color
<p style="color:#147ffc">Text here</p>
This sample text font color is #147ffc
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.
#147ffc Background Color
<div style="background-color:#147ffc">
Div content here</div>
This div background color is #147ffc
#147ffc Border Color
<div style="border:3px solid #147ffc">
Div here</div>
This div border color is #147ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,127,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #147ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #147ffc; -webkit-box-shadow: 1px 1px 3px 2px #147ffc; box-shadow: 1px 1px 3px 2px #147ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,127,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #147ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #147ffc; -webkit-box-shadow: 1px 1px 3px 2px #147ffc; box-shadow: 1px 1px 3px 2px #147ffc;">
Div content here</div>
This div box has shadow with color #147ffc
Comments
No comments written yet.
Please login to write comment.