Color spaces of #148fcc
RGB | 20 | 143 | 204 |
---|---|---|---|
HSL | 0.56 | 0.82 | 0.44 |
HSV | 200° | 90° | 80° |
CMYK | 0.90 | 0.30 | 0.00 0.20 |
XYZ | 21.0100 | 24.1533 | 60.6814 |
Yxy | 24.1533 | 0.1985 | 0.2282 |
Hunter Lab | 49.1460 | -9.6965 | -38.8042 |
CIE-Lab | 56.2410 | -9.0641 | -40.0335 |
#148fcc color RGB value is (20,143,204).
#148fcc hex color red value is 20, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #148fcc hue: 0.56 , saturation: 0.82 and the lightness value of 148fcc is 0.44.
The process color (four color CMYK) of #148fcc color hex is 0.90, 0.30, 0.00, 0.20. Web safe color of #148fcc is #0099cc. Color #148fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10001111 | 11001100 |
Octal | 24 | 217 | 314 |
Decimal | 20 | 143 | 204 |
Hex | 14 | 8F | CC |
Shades of #148fcc
Tints of #148fcc
RGB Percentages of Color #148fcc
CMYK Percentages of Color #148fcc
Complementary Color
#148fcc | #cc5114 |
#148fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#148fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#148fcc Color CSS Codes
.mybgcolor {background-color:#148fcc; } .myforecolor {color:#148fcc; } .mybordercolor {border:3px solid #148fcc; }
#148fcc Text Font Color
<p style="color:#148fcc">Text here</p>
This sample text font color is #148fcc
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.
#148fcc Background Color
<div style="background-color:#148fcc">
Div content here</div>
This div background color is #148fcc
#148fcc Border Color
<div style="border:3px solid #148fcc">
Div here</div>
This div border color is #148fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,143,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #148fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #148fcc; -webkit-box-shadow: 1px 1px 3px 2px #148fcc; box-shadow: 1px 1px 3px 2px #148fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,143,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 #148fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #148fcc; -webkit-box-shadow: 1px 1px 3px 2px #148fcc; box-shadow: 1px 1px 3px 2px #148fcc;">
Div content here</div>
This div box has shadow with color #148fcc
Comments
No comments written yet.
Please login to write comment.