Color spaces of #144dae
RGB | 20 | 77 | 174 |
---|---|---|---|
HSL | 0.60 | 0.79 | 0.38 |
HSV | 218° | 89° | 68° |
CMYK | 0.89 | 0.56 | 0.00 0.32 |
XYZ | 10.5823 | 8.5125 | 41.1297 |
Yxy | 8.5125 | 0.1757 | 0.1413 |
Hunter Lab | 29.1762 | 13.6842 | -63.1578 |
CIE-Lab | 35.0282 | 20.5889 | -56.5960 |
#144dae color RGB value is (20,77,174).
#144dae hex color red value is 20, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #144dae hue: 0.60 , saturation: 0.79 and the lightness value of 144dae is 0.38.
The process color (four color CMYK) of #144dae color hex is 0.89, 0.56, 0.00, 0.32. Web safe color of #144dae is #006699. Color #144dae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 01001101 | 10101110 |
Octal | 24 | 115 | 256 |
Decimal | 20 | 77 | 174 |
Hex | 14 | 4D | AE |
Shades of #144dae
Tints of #144dae
RGB Percentages of Color #144dae
CMYK Percentages of Color #144dae
Complementary Color
#144dae | #ae7514 |
#144dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#144dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#144dae Color CSS Codes
.mybgcolor {background-color:#144dae; } .myforecolor {color:#144dae; } .mybordercolor {border:3px solid #144dae; }
#144dae Text Font Color
<p style="color:#144dae">Text here</p>
This sample text font color is #144dae
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.
#144dae Background Color
<div style="background-color:#144dae">
Div content here</div>
This div background color is #144dae
#144dae Border Color
<div style="border:3px solid #144dae">
Div here</div>
This div border color is #144dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,77,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #144dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #144dae; -webkit-box-shadow: 1px 1px 3px 2px #144dae; box-shadow: 1px 1px 3px 2px #144dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,77,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 #144dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #144dae; -webkit-box-shadow: 1px 1px 3px 2px #144dae; box-shadow: 1px 1px 3px 2px #144dae;">
Div content here</div>
This div box has shadow with color #144dae
Comments
No comments written yet.
Please login to write comment.