Color spaces of #183ddd
RGB | 24 | 61 | 221 |
---|---|---|---|
HSL | 0.64 | 0.80 | 0.48 |
HSV | 229° | 89° | 87° |
CMYK | 0.89 | 0.72 | 0.00 0.13 |
XYZ | 15.0966 | 8.7521 | 69.3003 |
Yxy | 8.7521 | 0.1621 | 0.0940 |
Hunter Lab | 29.5839 | 39.3161 | -118.1779 |
CIE-Lab | 35.5026 | 48.7864 | -83.2394 |
#183ddd color RGB value is (24,61,221).
#183ddd hex color red value is 24, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #183ddd hue: 0.64 , saturation: 0.80 and the lightness value of 183ddd is 0.48.
The process color (four color CMYK) of #183ddd color hex is 0.89, 0.72, 0.00, 0.13. Web safe color of #183ddd is #0033cc. Color #183ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00111101 | 11011101 |
Octal | 30 | 75 | 335 |
Decimal | 24 | 61 | 221 |
Hex | 18 | 3D | DD |
Shades of #183ddd
Tints of #183ddd
RGB Percentages of Color #183ddd
CMYK Percentages of Color #183ddd
Complementary Color
#183ddd | #ddb818 |
#183ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#183ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#183ddd Color CSS Codes
.mybgcolor {background-color:#183ddd; } .myforecolor {color:#183ddd; } .mybordercolor {border:3px solid #183ddd; }
#183ddd Text Font Color
<p style="color:#183ddd">Text here</p>
This sample text font color is #183ddd
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.
#183ddd Background Color
<div style="background-color:#183ddd">
Div content here</div>
This div background color is #183ddd
#183ddd Border Color
<div style="border:3px solid #183ddd">
Div here</div>
This div border color is #183ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,61,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #183ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #183ddd; -webkit-box-shadow: 1px 1px 3px 2px #183ddd; box-shadow: 1px 1px 3px 2px #183ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,61,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #183ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #183ddd; -webkit-box-shadow: 1px 1px 3px 2px #183ddd; box-shadow: 1px 1px 3px 2px #183ddd;">
Div content here</div>
This div box has shadow with color #183ddd
Comments
No comments written yet.
Please login to write comment.