Color spaces of #181ddc
RGB | 24 | 29 | 220 |
---|---|---|---|
HSL | 0.66 | 0.80 | 0.48 |
HSV | 238° | 89° | 86° |
CMYK | 0.89 | 0.87 | 0.00 0.14 |
XYZ | 13.7343 | 6.2402 | 68.1908 |
Yxy | 6.2402 | 0.1558 | 0.0708 |
Hunter Lab | 24.9804 | 54.4242 | -144.3620 |
CIE-Lab | 30.0106 | 64.0558 | -91.7853 |
#181ddc color RGB value is (24,29,220).
#181ddc hex color red value is 24, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #181ddc hue: 0.66 , saturation: 0.80 and the lightness value of 181ddc is 0.48.
The process color (four color CMYK) of #181ddc color hex is 0.89, 0.87, 0.00, 0.14. Web safe color of #181ddc is #0033cc. Color #181ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00011101 | 11011100 |
Octal | 30 | 35 | 334 |
Decimal | 24 | 29 | 220 |
Hex | 18 | 1D | DC |
Shades of #181ddc
Tints of #181ddc
RGB Percentages of Color #181ddc
CMYK Percentages of Color #181ddc
Complementary Color
#181ddc | #dcd718 |
#181ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#181ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#181ddc Color CSS Codes
.mybgcolor {background-color:#181ddc; } .myforecolor {color:#181ddc; } .mybordercolor {border:3px solid #181ddc; }
#181ddc Text Font Color
<p style="color:#181ddc">Text here</p>
This sample text font color is #181ddc
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.
#181ddc Background Color
<div style="background-color:#181ddc">
Div content here</div>
This div background color is #181ddc
#181ddc Border Color
<div style="border:3px solid #181ddc">
Div here</div>
This div border color is #181ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,29,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #181ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #181ddc; -webkit-box-shadow: 1px 1px 3px 2px #181ddc; box-shadow: 1px 1px 3px 2px #181ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,29,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #181ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #181ddc; -webkit-box-shadow: 1px 1px 3px 2px #181ddc; box-shadow: 1px 1px 3px 2px #181ddc;">
Div content here</div>
This div box has shadow with color #181ddc
Comments
No comments written yet.
Please login to write comment.