Color spaces of #185abc
RGB | 24 | 90 | 188 |
---|---|---|---|
HSL | 0.60 | 0.77 | 0.42 |
HSV | 216° | 87° | 74° |
CMYK | 0.87 | 0.52 | 0.00 0.26 |
XYZ | 13.1100 | 11.1374 | 49.0357 |
Yxy | 11.1374 | 0.1789 | 0.1520 |
Hunter Lab | 33.3727 | 11.7188 | -63.7559 |
CIE-Lab | 39.8109 | 17.7755 | -57.0761 |
#185abc color RGB value is (24,90,188).
#185abc hex color red value is 24, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #185abc hue: 0.60 , saturation: 0.77 and the lightness value of 185abc is 0.42.
The process color (four color CMYK) of #185abc color hex is 0.87, 0.52, 0.00, 0.26. Web safe color of #185abc is #0066cc. Color #185abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 01011010 | 10111100 |
Octal | 30 | 132 | 274 |
Decimal | 24 | 90 | 188 |
Hex | 18 | 5A | BC |
Shades of #185abc
Tints of #185abc
RGB Percentages of Color #185abc
CMYK Percentages of Color #185abc
Complementary Color
#185abc | #bc7a18 |
#185abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#185abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#185abc Color CSS Codes
.mybgcolor {background-color:#185abc; } .myforecolor {color:#185abc; } .mybordercolor {border:3px solid #185abc; }
#185abc Text Font Color
<p style="color:#185abc">Text here</p>
This sample text font color is #185abc
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.
#185abc Background Color
<div style="background-color:#185abc">
Div content here</div>
This div background color is #185abc
#185abc Border Color
<div style="border:3px solid #185abc">
Div here</div>
This div border color is #185abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,90,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #185abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #185abc; -webkit-box-shadow: 1px 1px 3px 2px #185abc; box-shadow: 1px 1px 3px 2px #185abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,90,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #185abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #185abc; -webkit-box-shadow: 1px 1px 3px 2px #185abc; box-shadow: 1px 1px 3px 2px #185abc;">
Div content here</div>
This div box has shadow with color #185abc
Comments
No comments written yet.
Please login to write comment.