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