Color spaces of #148bae
RGB | 20 | 139 | 174 |
---|---|---|---|
HSL | 0.54 | 0.79 | 0.38 |
HSV | 194° | 89° | 68° |
CMYK | 0.89 | 0.20 | 0.00 0.32 |
XYZ | 17.1611 | 21.6700 | 43.3226 |
Yxy | 21.6700 | 0.2089 | 0.2638 |
Hunter Lab | 46.5510 | -15.6601 | -22.5923 |
CIE-Lab | 53.6751 | -17.7237 | -26.9712 |
#148bae color RGB value is (20,139,174).
#148bae hex color red value is 20, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #148bae hue: 0.54 , saturation: 0.79 and the lightness value of 148bae is 0.38.
The process color (four color CMYK) of #148bae color hex is 0.89, 0.20, 0.00, 0.32. Web safe color of #148bae is #009999. Color #148bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10001011 | 10101110 |
Octal | 24 | 213 | 256 |
Decimal | 20 | 139 | 174 |
Hex | 14 | 8B | AE |
Shades of #148bae
Tints of #148bae
RGB Percentages of Color #148bae
CMYK Percentages of Color #148bae
Complementary Color
#148bae | #ae3714 |
#148bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#148bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#148bae Color CSS Codes
.mybgcolor {background-color:#148bae; } .myforecolor {color:#148bae; } .mybordercolor {border:3px solid #148bae; }
#148bae Text Font Color
<p style="color:#148bae">Text here</p>
This sample text font color is #148bae
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.
#148bae Background Color
<div style="background-color:#148bae">
Div content here</div>
This div background color is #148bae
#148bae Border Color
<div style="border:3px solid #148bae">
Div here</div>
This div border color is #148bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,139,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #148bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #148bae; -webkit-box-shadow: 1px 1px 3px 2px #148bae; box-shadow: 1px 1px 3px 2px #148bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,139,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #148bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #148bae; -webkit-box-shadow: 1px 1px 3px 2px #148bae; box-shadow: 1px 1px 3px 2px #148bae;">
Div content here</div>
This div box has shadow with color #148bae
#148bae Color Palettes
Comments
No comments written yet.
Please login to write comment.