Color spaces of #180cac
RGB | 24 | 12 | 172 |
---|---|---|---|
HSL | 0.68 | 0.87 | 0.36 |
HSV | 245° | 93° | 67° |
CMYK | 0.86 | 0.93 | 0.00 0.33 |
XYZ | 7.9546 | 3.4357 | 39.2736 |
Yxy | 3.4357 | 0.1570 | 0.0678 |
Hunter Lab | 18.5356 | 44.1662 | -112.6496 |
CIE-Lab | 21.7106 | 56.1618 | -77.3491 |
#180cac color RGB value is (24,12,172).
#180cac hex color red value is 24, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #180cac hue: 0.68 , saturation: 0.87 and the lightness value of 180cac is 0.36.
The process color (four color CMYK) of #180cac color hex is 0.86, 0.93, 0.00, 0.33. Web safe color of #180cac is #000099. Color #180cac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00001100 | 10101100 |
Octal | 30 | 14 | 254 |
Decimal | 24 | 12 | 172 |
Hex | 18 | C | AC |
Shades of #180cac
Tints of #180cac
RGB Percentages of Color #180cac
CMYK Percentages of Color #180cac
Complementary Color
#180cac | #a0ac0c |
#180cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#180cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#180cac Color CSS Codes
.mybgcolor {background-color:#180cac; } .myforecolor {color:#180cac; } .mybordercolor {border:3px solid #180cac; }
#180cac Text Font Color
<p style="color:#180cac">Text here</p>
This sample text font color is #180cac
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.
#180cac Background Color
<div style="background-color:#180cac">
Div content here</div>
This div background color is #180cac
#180cac Border Color
<div style="border:3px solid #180cac">
Div here</div>
This div border color is #180cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,12,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #180cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #180cac; -webkit-box-shadow: 1px 1px 3px 2px #180cac; box-shadow: 1px 1px 3px 2px #180cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,12,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #180cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #180cac; -webkit-box-shadow: 1px 1px 3px 2px #180cac; box-shadow: 1px 1px 3px 2px #180cac;">
Div content here</div>
This div box has shadow with color #180cac
Comments
No comments written yet.
Please login to write comment.