Color spaces of #142fcc
RGB | 20 | 47 | 204 |
---|---|---|---|
HSL | 0.64 | 0.82 | 0.44 |
HSV | 231° | 90° | 80° |
CMYK | 0.90 | 0.77 | 0.00 0.20 |
XYZ | 12.2041 | 6.5414 | 57.7461 |
Yxy | 6.5414 | 0.1595 | 0.0855 |
Hunter Lab | 25.5762 | 40.4160 | -115.9622 |
CIE-Lab | 30.7392 | 50.7847 | -81.3042 |
#142fcc color RGB value is (20,47,204).
#142fcc hex color red value is 20, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #142fcc hue: 0.64 , saturation: 0.82 and the lightness value of 142fcc is 0.44.
The process color (four color CMYK) of #142fcc color hex is 0.90, 0.77, 0.00, 0.20. Web safe color of #142fcc is #0033cc. Color #142fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00101111 | 11001100 |
Octal | 24 | 57 | 314 |
Decimal | 20 | 47 | 204 |
Hex | 14 | 2F | CC |
Shades of #142fcc
Tints of #142fcc
RGB Percentages of Color #142fcc
CMYK Percentages of Color #142fcc
Complementary Color
#142fcc | #ccb114 |
#142fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#142fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#142fcc Color CSS Codes
.mybgcolor {background-color:#142fcc; } .myforecolor {color:#142fcc; } .mybordercolor {border:3px solid #142fcc; }
#142fcc Text Font Color
<p style="color:#142fcc">Text here</p>
This sample text font color is #142fcc
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.
#142fcc Background Color
<div style="background-color:#142fcc">
Div content here</div>
This div background color is #142fcc
#142fcc Border Color
<div style="border:3px solid #142fcc">
Div here</div>
This div border color is #142fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,47,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #142fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #142fcc; -webkit-box-shadow: 1px 1px 3px 2px #142fcc; box-shadow: 1px 1px 3px 2px #142fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,47,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #142fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #142fcc; -webkit-box-shadow: 1px 1px 3px 2px #142fcc; box-shadow: 1px 1px 3px 2px #142fcc;">
Div content here</div>
This div box has shadow with color #142fcc
Comments
No comments written yet.
Please login to write comment.