Color spaces of #178bed
RGB | 23 | 139 | 237 |
---|---|---|---|
HSL | 0.58 | 0.86 | 0.51 |
HSV | 207° | 90° | 93° |
CMYK | 0.90 | 0.41 | 0.00 0.07 |
XYZ | 24.8720 | 24.7618 | 83.5894 |
Yxy | 24.7618 | 0.1867 | 0.1859 |
Hunter Lab | 49.7612 | 2.1369 | -64.7631 |
CIE-Lab | 56.8426 | 5.8348 | -57.5397 |
#178bed color RGB value is (23,139,237).
#178bed hex color red value is 23, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #178bed hue: 0.58 , saturation: 0.86 and the lightness value of 178bed is 0.51.
The process color (four color CMYK) of #178bed color hex is 0.90, 0.41, 0.00, 0.07. Web safe color of #178bed is #0099ff. Color #178bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 10001011 | 11101101 |
Octal | 27 | 213 | 355 |
Decimal | 23 | 139 | 237 |
Hex | 17 | 8B | ED |
Shades of #178bed
Tints of #178bed
RGB Percentages of Color #178bed
CMYK Percentages of Color #178bed
Complementary Color
#178bed | #ed7917 |
#178bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#178bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#178bed Color CSS Codes
.mybgcolor {background-color:#178bed; } .myforecolor {color:#178bed; } .mybordercolor {border:3px solid #178bed; }
#178bed Text Font Color
<p style="color:#178bed">Text here</p>
This sample text font color is #178bed
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.
#178bed Background Color
<div style="background-color:#178bed">
Div content here</div>
This div background color is #178bed
#178bed Border Color
<div style="border:3px solid #178bed">
Div here</div>
This div border color is #178bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,139,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #178bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #178bed; -webkit-box-shadow: 1px 1px 3px 2px #178bed; box-shadow: 1px 1px 3px 2px #178bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,139,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #178bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #178bed; -webkit-box-shadow: 1px 1px 3px 2px #178bed; box-shadow: 1px 1px 3px 2px #178bed;">
Div content here</div>
This div box has shadow with color #178bed
Comments
No comments written yet.
Please login to write comment.