Color spaces of #148beb
RGB | 20 | 139 | 235 |
---|---|---|---|
HSL | 0.57 | 0.84 | 0.50 |
HSV | 207° | 91° | 92° |
CMYK | 0.91 | 0.41 | 0.00 0.08 |
XYZ | 24.5165 | 24.6121 | 82.0557 |
Yxy | 24.6121 | 0.1869 | 0.1876 |
Hunter Lab | 49.6106 | 1.3924 | -63.3380 |
CIE-Lab | 56.6955 | 4.9378 | -56.6663 |
#148beb color RGB value is (20,139,235).
#148beb hex color red value is 20, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #148beb hue: 0.57 , saturation: 0.84 and the lightness value of 148beb is 0.50.
The process color (four color CMYK) of #148beb color hex is 0.91, 0.41, 0.00, 0.08. Web safe color of #148beb is #0099ff. Color #148beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10001011 | 11101011 |
Octal | 24 | 213 | 353 |
Decimal | 20 | 139 | 235 |
Hex | 14 | 8B | EB |
Shades of #148beb
Tints of #148beb
RGB Percentages of Color #148beb
CMYK Percentages of Color #148beb
Complementary Color
#148beb | #eb7414 |
#148beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#148beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#148beb Color CSS Codes
.mybgcolor {background-color:#148beb; } .myforecolor {color:#148beb; } .mybordercolor {border:3px solid #148beb; }
#148beb Text Font Color
<p style="color:#148beb">Text here</p>
This sample text font color is #148beb
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.
#148beb Background Color
<div style="background-color:#148beb">
Div content here</div>
This div background color is #148beb
#148beb Border Color
<div style="border:3px solid #148beb">
Div here</div>
This div border color is #148beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,139,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #148beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #148beb; -webkit-box-shadow: 1px 1px 3px 2px #148beb; box-shadow: 1px 1px 3px 2px #148beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,139,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #148beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #148beb; -webkit-box-shadow: 1px 1px 3px 2px #148beb; box-shadow: 1px 1px 3px 2px #148beb;">
Div content here</div>
This div box has shadow with color #148beb
Comments
No comments written yet.
Please login to write comment.