Color spaces of #115677
RGB | 17 | 86 | 119 |
---|---|---|---|
HSL | 0.55 | 0.75 | 0.27 |
HSV | 199° | 86° | 47° |
CMYK | 0.86 | 0.28 | 0.00 0.53 |
XYZ | 6.8887 | 8.1067 | 18.6544 |
Yxy | 8.1067 | 0.2047 | 0.2409 |
Hunter Lab | 28.4723 | -6.6394 | -18.9149 |
CIE-Lab | 34.2041 | -7.9306 | -24.5215 |
#115677 color RGB value is (17,86,119).
#115677 hex color red value is 17, green value is 86 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #115677 hue: 0.55 , saturation: 0.75 and the lightness value of 115677 is 0.27.
The process color (four color CMYK) of #115677 color hex is 0.86, 0.28, 0.00, 0.53. Web safe color of #115677 is #006666. Color #115677 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01010110 | 01110111 |
Octal | 21 | 126 | 167 |
Decimal | 17 | 86 | 119 |
Hex | 11 | 56 | 77 |
Shades of #115677
Tints of #115677
RGB Percentages of Color #115677
CMYK Percentages of Color #115677
Complementary Color
#115677 | #773211 |
#115677 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#115677 Color Preview on White Background
Lorem ipsum dolor sit amet.
#115677 Color CSS Codes
.mybgcolor {background-color:#115677; } .myforecolor {color:#115677; } .mybordercolor {border:3px solid #115677; }
#115677 Text Font Color
<p style="color:#115677">Text here</p>
This sample text font color is #115677
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.
#115677 Background Color
<div style="background-color:#115677">
Div content here</div>
This div background color is #115677
#115677 Border Color
<div style="border:3px solid #115677">
Div here</div>
This div border color is #115677
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,86,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #115677; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #115677; -webkit-box-shadow: 1px 1px 3px 2px #115677; box-shadow: 1px 1px 3px 2px #115677; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,86,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #115677">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #115677; -webkit-box-shadow: 1px 1px 3px 2px #115677; box-shadow: 1px 1px 3px 2px #115677;">
Div content here</div>
This div box has shadow with color #115677
Comments
No comments written yet.
Please login to write comment.