Color spaces of #15515e
RGB | 21 | 81 | 94 |
---|---|---|---|
HSL | 0.53 | 0.63 | 0.23 |
HSV | 191° | 78° | 37° |
CMYK | 0.78 | 0.14 | 0.00 0.63 |
XYZ | 5.2721 | 6.8524 | 11.6345 |
Yxy | 6.8524 | 0.2219 | 0.2884 |
Hunter Lab | 26.1771 | -9.8598 | -8.0277 |
CIE-Lab | 31.4685 | -13.9198 | -13.0635 |
#15515e color RGB value is (21,81,94).
#15515e hex color red value is 21, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #15515e hue: 0.53 , saturation: 0.63 and the lightness value of 15515e is 0.23.
The process color (four color CMYK) of #15515e color hex is 0.78, 0.14, 0.00, 0.63. Web safe color of #15515e is #006666. Color #15515e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01010001 | 01011110 |
Octal | 25 | 121 | 136 |
Decimal | 21 | 81 | 94 |
Hex | 15 | 51 | 5E |
Shades of #15515e
Tints of #15515e
RGB Percentages of Color #15515e
CMYK Percentages of Color #15515e
Complementary Color
#15515e | #5e2215 |
#15515e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15515e Color Preview on White Background
Lorem ipsum dolor sit amet.
#15515e Color CSS Codes
.mybgcolor {background-color:#15515e; } .myforecolor {color:#15515e; } .mybordercolor {border:3px solid #15515e; }
#15515e Text Font Color
<p style="color:#15515e">Text here</p>
This sample text font color is #15515e
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.
#15515e Background Color
<div style="background-color:#15515e">
Div content here</div>
This div background color is #15515e
#15515e Border Color
<div style="border:3px solid #15515e">
Div here</div>
This div border color is #15515e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,81,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15515e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15515e; -webkit-box-shadow: 1px 1px 3px 2px #15515e; box-shadow: 1px 1px 3px 2px #15515e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,81,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15515e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15515e; -webkit-box-shadow: 1px 1px 3px 2px #15515e; box-shadow: 1px 1px 3px 2px #15515e;">
Div content here</div>
This div box has shadow with color #15515e
Comments
No comments written yet.
Please login to write comment.