Color spaces of #148abf
RGB | 20 | 138 | 191 |
---|---|---|---|
HSL | 0.55 | 0.81 | 0.41 |
HSV | 199° | 90° | 75° |
CMYK | 0.90 | 0.28 | 0.00 0.25 |
XYZ | 18.7809 | 22.0873 | 52.5636 |
Yxy | 22.0873 | 0.2010 | 0.2364 |
Hunter Lab | 46.9971 | -10.9132 | -33.4145 |
CIE-Lab | 54.1195 | -11.0138 | -35.9978 |
#148abf color RGB value is (20,138,191).
#148abf hex color red value is 20, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #148abf hue: 0.55 , saturation: 0.81 and the lightness value of 148abf is 0.41.
The process color (four color CMYK) of #148abf color hex is 0.90, 0.28, 0.00, 0.25. Web safe color of #148abf is #0099cc. Color #148abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10001010 | 10111111 |
Octal | 24 | 212 | 277 |
Decimal | 20 | 138 | 191 |
Hex | 14 | 8A | BF |
Shades of #148abf
Tints of #148abf
RGB Percentages of Color #148abf
CMYK Percentages of Color #148abf
Complementary Color
#148abf | #bf4914 |
#148abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#148abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#148abf Color CSS Codes
.mybgcolor {background-color:#148abf; } .myforecolor {color:#148abf; } .mybordercolor {border:3px solid #148abf; }
#148abf Text Font Color
<p style="color:#148abf">Text here</p>
This sample text font color is #148abf
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.
#148abf Background Color
<div style="background-color:#148abf">
Div content here</div>
This div background color is #148abf
#148abf Border Color
<div style="border:3px solid #148abf">
Div here</div>
This div border color is #148abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,138,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #148abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #148abf; -webkit-box-shadow: 1px 1px 3px 2px #148abf; box-shadow: 1px 1px 3px 2px #148abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,138,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #148abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #148abf; -webkit-box-shadow: 1px 1px 3px 2px #148abf; box-shadow: 1px 1px 3px 2px #148abf;">
Div content here</div>
This div box has shadow with color #148abf
Comments
No comments written yet.
Please login to write comment.