Color spaces of #186182
RGB | 24 | 97 | 130 |
---|---|---|---|
HSL | 0.55 | 0.69 | 0.30 |
HSV | 199° | 82° | 51° |
CMYK | 0.82 | 0.25 | 0.00 0.49 |
XYZ | 8.6806 | 10.3553 | 22.6603 |
Yxy | 10.3553 | 0.2082 | 0.2484 |
Hunter Lab | 32.1797 | -8.1632 | -19.2251 |
CIE-Lab | 38.4727 | -9.6279 | -24.6034 |
#186182 color RGB value is (24,97,130).
#186182 hex color red value is 24, green value is 97 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #186182 hue: 0.55 , saturation: 0.69 and the lightness value of 186182 is 0.30.
The process color (four color CMYK) of #186182 color hex is 0.82, 0.25, 0.00, 0.49. Web safe color of #186182 is #006699. Color #186182 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 01100001 | 10000010 |
Octal | 30 | 141 | 202 |
Decimal | 24 | 97 | 130 |
Hex | 18 | 61 | 82 |
Shades of #186182
Tints of #186182
RGB Percentages of Color #186182
CMYK Percentages of Color #186182
Complementary Color
#186182 | #823918 |
#186182 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#186182 Color Preview on White Background
Lorem ipsum dolor sit amet.
#186182 Color CSS Codes
.mybgcolor {background-color:#186182; } .myforecolor {color:#186182; } .mybordercolor {border:3px solid #186182; }
#186182 Text Font Color
<p style="color:#186182">Text here</p>
This sample text font color is #186182
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.
#186182 Background Color
<div style="background-color:#186182">
Div content here</div>
This div background color is #186182
#186182 Border Color
<div style="border:3px solid #186182">
Div here</div>
This div border color is #186182
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,97,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #186182; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #186182; -webkit-box-shadow: 1px 1px 3px 2px #186182; box-shadow: 1px 1px 3px 2px #186182; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,97,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 #186182">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #186182; -webkit-box-shadow: 1px 1px 3px 2px #186182; box-shadow: 1px 1px 3px 2px #186182;">
Div content here</div>
This div box has shadow with color #186182
Comments
No comments written yet.
Please login to write comment.