Color spaces of #1814de
RGB | 24 | 20 | 222 |
---|---|---|---|
HSL | 0.67 | 0.83 | 0.47 |
HSV | 241° | 91° | 87° |
CMYK | 0.89 | 0.91 | 0.00 0.13 |
XYZ | 13.8117 | 5.9684 | 69.5313 |
Yxy | 5.9684 | 0.1546 | 0.0668 |
Hunter Lab | 24.4303 | 58.1621 | -151.6445 |
CIE-Lab | 29.3326 | 67.4700 | -94.0682 |
#1814de color RGB value is (24,20,222).
#1814de hex color red value is 24, green value is 20 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1814de hue: 0.67 , saturation: 0.83 and the lightness value of 1814de is 0.47.
The process color (four color CMYK) of #1814de color hex is 0.89, 0.91, 0.00, 0.13. Web safe color of #1814de is #0000cc. Color #1814de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00010100 | 11011110 |
Octal | 30 | 24 | 336 |
Decimal | 24 | 20 | 222 |
Hex | 18 | 14 | DE |
Shades of #1814de
Tints of #1814de
RGB Percentages of Color #1814de
CMYK Percentages of Color #1814de
Complementary Color
#1814de | #dade14 |
#1814de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1814de Color Preview on White Background
Lorem ipsum dolor sit amet.
#1814de Color CSS Codes
.mybgcolor {background-color:#1814de; } .myforecolor {color:#1814de; } .mybordercolor {border:3px solid #1814de; }
#1814de Text Font Color
<p style="color:#1814de">Text here</p>
This sample text font color is #1814de
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.
#1814de Background Color
<div style="background-color:#1814de">
Div content here</div>
This div background color is #1814de
#1814de Border Color
<div style="border:3px solid #1814de">
Div here</div>
This div border color is #1814de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,20,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1814de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1814de; -webkit-box-shadow: 1px 1px 3px 2px #1814de; box-shadow: 1px 1px 3px 2px #1814de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,20,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1814de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1814de; -webkit-box-shadow: 1px 1px 3px 2px #1814de; box-shadow: 1px 1px 3px 2px #1814de;">
Div content here</div>
This div box has shadow with color #1814de
Comments
No comments written yet.
Please login to write comment.