Color spaces of #147cef
RGB | 20 | 124 | 239 |
---|---|---|---|
HSL | 0.59 | 0.87 | 0.51 |
HSV | 212° | 92° | 94° |
CMYK | 0.92 | 0.48 | 0.00 0.06 |
XYZ | 23.0761 | 20.7960 | 84.4591 |
Yxy | 20.7960 | 0.1798 | 0.1620 |
Hunter Lab | 45.6026 | 10.5210 | -77.8872 |
CIE-Lab | 52.7255 | 15.6904 | -65.2711 |
#147cef color RGB value is (20,124,239).
#147cef hex color red value is 20, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #147cef hue: 0.59 , saturation: 0.87 and the lightness value of 147cef is 0.51.
The process color (four color CMYK) of #147cef color hex is 0.92, 0.48, 0.00, 0.06. Web safe color of #147cef is #0066ff. Color #147cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 01111100 | 11101111 |
Octal | 24 | 174 | 357 |
Decimal | 20 | 124 | 239 |
Hex | 14 | 7C | EF |
Shades of #147cef
Tints of #147cef
RGB Percentages of Color #147cef
CMYK Percentages of Color #147cef
Complementary Color
#147cef | #ef8714 |
#147cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#147cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#147cef Color CSS Codes
.mybgcolor {background-color:#147cef; } .myforecolor {color:#147cef; } .mybordercolor {border:3px solid #147cef; }
#147cef Text Font Color
<p style="color:#147cef">Text here</p>
This sample text font color is #147cef
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.
#147cef Background Color
<div style="background-color:#147cef">
Div content here</div>
This div background color is #147cef
#147cef Border Color
<div style="border:3px solid #147cef">
Div here</div>
This div border color is #147cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,124,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #147cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #147cef; -webkit-box-shadow: 1px 1px 3px 2px #147cef; box-shadow: 1px 1px 3px 2px #147cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,124,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #147cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #147cef; -webkit-box-shadow: 1px 1px 3px 2px #147cef; box-shadow: 1px 1px 3px 2px #147cef;">
Div content here</div>
This div box has shadow with color #147cef
Comments
No comments written yet.
Please login to write comment.