Color spaces of #170bef
RGB | 23 | 11 | 239 |
---|---|---|---|
HSL | 0.68 | 0.91 | 0.49 |
HSV | 243° | 95° | 94° |
CMYK | 0.90 | 0.95 | 0.00 0.06 |
XYZ | 16.0530 | 6.6535 | 82.0995 |
Yxy | 6.6535 | 0.1532 | 0.0635 |
Hunter Lab | 25.7944 | 65.9484 | -170.6548 |
CIE-Lab | 31.0047 | 73.7752 | -100.9932 |
#170bef color RGB value is (23,11,239).
#170bef hex color red value is 23, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #170bef hue: 0.68 , saturation: 0.91 and the lightness value of 170bef is 0.49.
The process color (four color CMYK) of #170bef color hex is 0.90, 0.95, 0.00, 0.06. Web safe color of #170bef is #0000ff. Color #170bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 00001011 | 11101111 |
Octal | 27 | 13 | 357 |
Decimal | 23 | 11 | 239 |
Hex | 17 | B | EF |
Shades of #170bef
Tints of #170bef
RGB Percentages of Color #170bef
CMYK Percentages of Color #170bef
Complementary Color
#170bef | #e3ef0b |
#170bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#170bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#170bef Color CSS Codes
.mybgcolor {background-color:#170bef; } .myforecolor {color:#170bef; } .mybordercolor {border:3px solid #170bef; }
#170bef Text Font Color
<p style="color:#170bef">Text here</p>
This sample text font color is #170bef
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.
#170bef Background Color
<div style="background-color:#170bef">
Div content here</div>
This div background color is #170bef
#170bef Border Color
<div style="border:3px solid #170bef">
Div here</div>
This div border color is #170bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,11,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #170bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #170bef; -webkit-box-shadow: 1px 1px 3px 2px #170bef; box-shadow: 1px 1px 3px 2px #170bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,11,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 #170bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #170bef; -webkit-box-shadow: 1px 1px 3px 2px #170bef; box-shadow: 1px 1px 3px 2px #170bef;">
Div content here</div>
This div box has shadow with color #170bef
Comments
No comments written yet.
Please login to write comment.