Color spaces of #1494ea
RGB | 20 | 148 | 234 |
---|---|---|---|
HSL | 0.57 | 0.84 | 0.50 |
HSV | 204° | 91° | 92° |
CMYK | 0.91 | 0.37 | 0.00 0.08 |
XYZ | 25.7297 | 27.2690 | 81.7493 |
Yxy | 27.2690 | 0.1909 | 0.2024 |
Hunter Lab | 52.2197 | -3.4340 | -56.2639 |
CIE-Lab | 59.2225 | -0.7886 | -52.0826 |
#1494ea color RGB value is (20,148,234).
#1494ea hex color red value is 20, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1494ea hue: 0.57 , saturation: 0.84 and the lightness value of 1494ea is 0.50.
The process color (four color CMYK) of #1494ea color hex is 0.91, 0.37, 0.00, 0.08. Web safe color of #1494ea is #0099ff. Color #1494ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10010100 | 11101010 |
Octal | 24 | 224 | 352 |
Decimal | 20 | 148 | 234 |
Hex | 14 | 94 | EA |
Shades of #1494ea
Tints of #1494ea
RGB Percentages of Color #1494ea
CMYK Percentages of Color #1494ea
Complementary Color
#1494ea | #ea6a14 |
#1494ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1494ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#1494ea Color CSS Codes
.mybgcolor {background-color:#1494ea; } .myforecolor {color:#1494ea; } .mybordercolor {border:3px solid #1494ea; }
#1494ea Text Font Color
<p style="color:#1494ea">Text here</p>
This sample text font color is #1494ea
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.
#1494ea Background Color
<div style="background-color:#1494ea">
Div content here</div>
This div background color is #1494ea
#1494ea Border Color
<div style="border:3px solid #1494ea">
Div here</div>
This div border color is #1494ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,148,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1494ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1494ea; -webkit-box-shadow: 1px 1px 3px 2px #1494ea; box-shadow: 1px 1px 3px 2px #1494ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,148,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1494ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1494ea; -webkit-box-shadow: 1px 1px 3px 2px #1494ea; box-shadow: 1px 1px 3px 2px #1494ea;">
Div content here</div>
This div box has shadow with color #1494ea
Comments
No comments written yet.
Please login to write comment.