Color spaces of #181dde
RGB | 24 | 29 | 222 |
---|---|---|---|
HSL | 0.66 | 0.80 | 0.48 |
HSV | 238° | 89° | 87° |
CMYK | 0.89 | 0.87 | 0.00 0.13 |
XYZ | 14.0009 | 6.3468 | 69.5944 |
Yxy | 6.3468 | 0.1557 | 0.0706 |
Hunter Lab | 25.1929 | 55.1137 | -146.1516 |
CIE-Lab | 30.2711 | 64.6197 | -92.5022 |
#181dde color RGB value is (24,29,222).
#181dde hex color red value is 24, green value is 29 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #181dde hue: 0.66 , saturation: 0.80 and the lightness value of 181dde is 0.48.
The process color (four color CMYK) of #181dde color hex is 0.89, 0.87, 0.00, 0.13. Web safe color of #181dde is #0033cc. Color #181dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00011101 | 11011110 |
Octal | 30 | 35 | 336 |
Decimal | 24 | 29 | 222 |
Hex | 18 | 1D | DE |
Shades of #181dde
Tints of #181dde
RGB Percentages of Color #181dde
CMYK Percentages of Color #181dde
Complementary Color
#181dde | #ded918 |
#181dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#181dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#181dde Color CSS Codes
.mybgcolor {background-color:#181dde; } .myforecolor {color:#181dde; } .mybordercolor {border:3px solid #181dde; }
#181dde Text Font Color
<p style="color:#181dde">Text here</p>
This sample text font color is #181dde
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.
#181dde Background Color
<div style="background-color:#181dde">
Div content here</div>
This div background color is #181dde
#181dde Border Color
<div style="border:3px solid #181dde">
Div here</div>
This div border color is #181dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,29,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #181dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #181dde; -webkit-box-shadow: 1px 1px 3px 2px #181dde; box-shadow: 1px 1px 3px 2px #181dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,29,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 #181dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #181dde; -webkit-box-shadow: 1px 1px 3px 2px #181dde; box-shadow: 1px 1px 3px 2px #181dde;">
Div content here</div>
This div box has shadow with color #181dde
Comments
No comments written yet.
Please login to write comment.