Color spaces of #170fef
RGB | 23 | 15 | 239 |
---|---|---|---|
HSL | 0.67 | 0.88 | 0.50 |
HSV | 242° | 94° | 94° |
CMYK | 0.90 | 0.94 | 0.00 0.06 |
XYZ | 16.1042 | 6.7558 | 82.1166 |
Yxy | 6.7558 | 0.1534 | 0.0644 |
Hunter Lab | 25.9919 | 65.1100 | -169.1213 |
CIE-Lab | 31.2444 | 73.0356 | -100.5926 |
#170fef color RGB value is (23,15,239).
#170fef hex color red value is 23, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #170fef hue: 0.67 , saturation: 0.88 and the lightness value of 170fef is 0.50.
The process color (four color CMYK) of #170fef color hex is 0.90, 0.94, 0.00, 0.06. Web safe color of #170fef is #0000ff. Color #170fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 00001111 | 11101111 |
Octal | 27 | 17 | 357 |
Decimal | 23 | 15 | 239 |
Hex | 17 | F | EF |
Shades of #170fef
Tints of #170fef
RGB Percentages of Color #170fef
CMYK Percentages of Color #170fef
Complementary Color
#170fef | #e7ef0f |
#170fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#170fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#170fef Color CSS Codes
.mybgcolor {background-color:#170fef; } .myforecolor {color:#170fef; } .mybordercolor {border:3px solid #170fef; }
#170fef Text Font Color
<p style="color:#170fef">Text here</p>
This sample text font color is #170fef
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.
#170fef Background Color
<div style="background-color:#170fef">
Div content here</div>
This div background color is #170fef
#170fef Border Color
<div style="border:3px solid #170fef">
Div here</div>
This div border color is #170fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,15,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #170fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #170fef; -webkit-box-shadow: 1px 1px 3px 2px #170fef; box-shadow: 1px 1px 3px 2px #170fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,15,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #170fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #170fef; -webkit-box-shadow: 1px 1px 3px 2px #170fef; box-shadow: 1px 1px 3px 2px #170fef;">
Div content here</div>
This div box has shadow with color #170fef
Comments
No comments written yet.
Please login to write comment.