Color spaces of #15606c
RGB | 21 | 96 | 108 |
---|---|---|---|
HSL | 0.52 | 0.67 | 0.25 |
HSV | 188° | 81° | 42° |
CMYK | 0.81 | 0.11 | 0.00 0.58 |
XYZ | 7.1989 | 9.6079 | 15.6624 |
Yxy | 9.6079 | 0.2217 | 0.2959 |
Hunter Lab | 30.9966 | -12.7878 | -8.2612 |
CIE-Lab | 37.1293 | -17.4559 | -13.1901 |
#15606c color RGB value is (21,96,108).
#15606c hex color red value is 21, green value is 96 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #15606c hue: 0.52 , saturation: 0.67 and the lightness value of 15606c is 0.25.
The process color (four color CMYK) of #15606c color hex is 0.81, 0.11, 0.00, 0.58. Web safe color of #15606c is #006666. Color #15606c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01100000 | 01101100 |
Octal | 25 | 140 | 154 |
Decimal | 21 | 96 | 108 |
Hex | 15 | 60 | 6C |
Shades of #15606c
Tints of #15606c
RGB Percentages of Color #15606c
CMYK Percentages of Color #15606c
Complementary Color
#15606c | #6c2115 |
#15606c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15606c Color Preview on White Background
Lorem ipsum dolor sit amet.
#15606c Color CSS Codes
.mybgcolor {background-color:#15606c; } .myforecolor {color:#15606c; } .mybordercolor {border:3px solid #15606c; }
#15606c Text Font Color
<p style="color:#15606c">Text here</p>
This sample text font color is #15606c
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.
#15606c Background Color
<div style="background-color:#15606c">
Div content here</div>
This div background color is #15606c
#15606c Border Color
<div style="border:3px solid #15606c">
Div here</div>
This div border color is #15606c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,96,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15606c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15606c; -webkit-box-shadow: 1px 1px 3px 2px #15606c; box-shadow: 1px 1px 3px 2px #15606c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,96,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15606c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15606c; -webkit-box-shadow: 1px 1px 3px 2px #15606c; box-shadow: 1px 1px 3px 2px #15606c;">
Div content here</div>
This div box has shadow with color #15606c
Comments
No comments written yet.
Please login to write comment.