Color spaces of #183daa
RGB | 24 | 61 | 170 |
---|---|---|---|
HSL | 0.62 | 0.75 | 0.38 |
HSV | 225° | 86° | 67° |
CMYK | 0.86 | 0.64 | 0.00 0.33 |
XYZ | 9.3011 | 6.4340 | 38.7819 |
Yxy | 6.4340 | 0.1706 | 0.1180 |
Hunter Lab | 25.3653 | 21.0640 | -72.8947 |
CIE-Lab | 30.4820 | 30.0568 | -61.6292 |
#183daa color RGB value is (24,61,170).
#183daa hex color red value is 24, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #183daa hue: 0.62 , saturation: 0.75 and the lightness value of 183daa is 0.38.
The process color (four color CMYK) of #183daa color hex is 0.86, 0.64, 0.00, 0.33. Web safe color of #183daa is #003399. Color #183daa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00111101 | 10101010 |
Octal | 30 | 75 | 252 |
Decimal | 24 | 61 | 170 |
Hex | 18 | 3D | AA |
Shades of #183daa
Tints of #183daa
RGB Percentages of Color #183daa
CMYK Percentages of Color #183daa
Complementary Color
#183daa | #aa8518 |
#183daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#183daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#183daa Color CSS Codes
.mybgcolor {background-color:#183daa; } .myforecolor {color:#183daa; } .mybordercolor {border:3px solid #183daa; }
#183daa Text Font Color
<p style="color:#183daa">Text here</p>
This sample text font color is #183daa
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.
#183daa Background Color
<div style="background-color:#183daa">
Div content here</div>
This div background color is #183daa
#183daa Border Color
<div style="border:3px solid #183daa">
Div here</div>
This div border color is #183daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,61,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #183daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #183daa; -webkit-box-shadow: 1px 1px 3px 2px #183daa; box-shadow: 1px 1px 3px 2px #183daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,61,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #183daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #183daa; -webkit-box-shadow: 1px 1px 3px 2px #183daa; box-shadow: 1px 1px 3px 2px #183daa;">
Div content here</div>
This div box has shadow with color #183daa
Comments
No comments written yet.
Please login to write comment.