Color spaces of #15606d
RGB | 21 | 96 | 109 |
---|---|---|---|
HSL | 0.52 | 0.68 | 0.25 |
HSV | 189° | 81° | 43° |
CMYK | 0.81 | 0.12 | 0.00 0.57 |
XYZ | 7.2524 | 9.6293 | 15.9444 |
Yxy | 9.6293 | 0.2209 | 0.2933 |
Hunter Lab | 31.0311 | -12.5865 | -8.7426 |
CIE-Lab | 37.1687 | -17.1030 | -13.7473 |
#15606d color RGB value is (21,96,109).
#15606d hex color red value is 21, green value is 96 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #15606d hue: 0.52 , saturation: 0.68 and the lightness value of 15606d is 0.25.
The process color (four color CMYK) of #15606d color hex is 0.81, 0.12, 0.00, 0.57. Web safe color of #15606d is #006666. Color #15606d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01100000 | 01101101 |
Octal | 25 | 140 | 155 |
Decimal | 21 | 96 | 109 |
Hex | 15 | 60 | 6D |
Shades of #15606d
Tints of #15606d
RGB Percentages of Color #15606d
CMYK Percentages of Color #15606d
Complementary Color
#15606d | #6d2215 |
#15606d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15606d Color Preview on White Background
Lorem ipsum dolor sit amet.
#15606d Color CSS Codes
.mybgcolor {background-color:#15606d; } .myforecolor {color:#15606d; } .mybordercolor {border:3px solid #15606d; }
#15606d Text Font Color
<p style="color:#15606d">Text here</p>
This sample text font color is #15606d
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.
#15606d Background Color
<div style="background-color:#15606d">
Div content here</div>
This div background color is #15606d
#15606d Border Color
<div style="border:3px solid #15606d">
Div here</div>
This div border color is #15606d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,96,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15606d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15606d; -webkit-box-shadow: 1px 1px 3px 2px #15606d; box-shadow: 1px 1px 3px 2px #15606d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,96,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15606d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15606d; -webkit-box-shadow: 1px 1px 3px 2px #15606d; box-shadow: 1px 1px 3px 2px #15606d;">
Div content here</div>
This div box has shadow with color #15606d
Comments
No comments written yet.
Please login to write comment.