Color spaces of #185482
RGB | 24 | 84 | 130 |
---|---|---|---|
HSL | 0.57 | 0.69 | 0.30 |
HSV | 206° | 82° | 51° |
CMYK | 0.82 | 0.35 | 0.00 0.49 |
XYZ | 7.5763 | 8.1465 | 22.2922 |
Yxy | 8.1465 | 0.1993 | 0.2143 |
Hunter Lab | 28.5421 | -2.5670 | -26.3278 |
CIE-Lab | 34.2861 | -1.5668 | -31.1764 |
#185482 color RGB value is (24,84,130).
#185482 hex color red value is 24, green value is 84 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #185482 hue: 0.57 , saturation: 0.69 and the lightness value of 185482 is 0.30.
The process color (four color CMYK) of #185482 color hex is 0.82, 0.35, 0.00, 0.49. Web safe color of #185482 is #006699. Color #185482 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 01010100 | 10000010 |
Octal | 30 | 124 | 202 |
Decimal | 24 | 84 | 130 |
Hex | 18 | 54 | 82 |
Shades of #185482
Tints of #185482
RGB Percentages of Color #185482
CMYK Percentages of Color #185482
Complementary Color
#185482 | #824618 |
#185482 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#185482 Color Preview on White Background
Lorem ipsum dolor sit amet.
#185482 Color CSS Codes
.mybgcolor {background-color:#185482; } .myforecolor {color:#185482; } .mybordercolor {border:3px solid #185482; }
#185482 Text Font Color
<p style="color:#185482">Text here</p>
This sample text font color is #185482
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.
#185482 Background Color
<div style="background-color:#185482">
Div content here</div>
This div background color is #185482
#185482 Border Color
<div style="border:3px solid #185482">
Div here</div>
This div border color is #185482
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,84,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #185482; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #185482; -webkit-box-shadow: 1px 1px 3px 2px #185482; box-shadow: 1px 1px 3px 2px #185482; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,84,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #185482">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #185482; -webkit-box-shadow: 1px 1px 3px 2px #185482; box-shadow: 1px 1px 3px 2px #185482;">
Div content here</div>
This div box has shadow with color #185482
Comments
No comments written yet.
Please login to write comment.