Color spaces of #17bacf
RGB | 23 | 186 | 207 |
---|---|---|---|
HSL | 0.52 | 0.80 | 0.45 |
HSV | 187° | 89° | 81° |
CMYK | 0.89 | 0.10 | 0.00 0.19 |
XYZ | 29.1747 | 39.8050 | 65.1769 |
Yxy | 39.8050 | 0.2175 | 0.2967 |
Hunter Lab | 63.0912 | -27.8675 | -17.0862 |
CIE-Lab | 69.3304 | -30.5219 | -21.4334 |
#17bacf color RGB value is (23,186,207).
#17bacf hex color red value is 23, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #17bacf hue: 0.52 , saturation: 0.80 and the lightness value of 17bacf is 0.45.
The process color (four color CMYK) of #17bacf color hex is 0.89, 0.10, 0.00, 0.19. Web safe color of #17bacf is #00cccc. Color #17bacf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 10111010 | 11001111 |
Octal | 27 | 272 | 317 |
Decimal | 23 | 186 | 207 |
Hex | 17 | BA | CF |
Shades of #17bacf
Tints of #17bacf
RGB Percentages of Color #17bacf
CMYK Percentages of Color #17bacf
Complementary Color
#17bacf | #cf2c17 |
#17bacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#17bacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#17bacf Color CSS Codes
.mybgcolor {background-color:#17bacf; } .myforecolor {color:#17bacf; } .mybordercolor {border:3px solid #17bacf; }
#17bacf Text Font Color
<p style="color:#17bacf">Text here</p>
This sample text font color is #17bacf
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.
#17bacf Background Color
<div style="background-color:#17bacf">
Div content here</div>
This div background color is #17bacf
#17bacf Border Color
<div style="border:3px solid #17bacf">
Div here</div>
This div border color is #17bacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,186,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #17bacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #17bacf; -webkit-box-shadow: 1px 1px 3px 2px #17bacf; box-shadow: 1px 1px 3px 2px #17bacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,186,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #17bacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #17bacf; -webkit-box-shadow: 1px 1px 3px 2px #17bacf; box-shadow: 1px 1px 3px 2px #17bacf;">
Div content here</div>
This div box has shadow with color #17bacf
Comments
No comments written yet.
Please login to write comment.