Color spaces of #175bba
RGB | 23 | 91 | 186 |
---|---|---|---|
HSL | 0.60 | 0.78 | 0.41 |
HSV | 215° | 88° | 73° |
CMYK | 0.88 | 0.51 | 0.00 0.27 |
XYZ | 12.9574 | 11.2095 | 47.9351 |
Yxy | 11.2095 | 0.1797 | 0.1555 |
Hunter Lab | 33.4806 | 10.4907 | -61.4507 |
CIE-Lab | 39.9311 | 16.2512 | -55.7133 |
#175bba color RGB value is (23,91,186).
#175bba hex color red value is 23, green value is 91 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #175bba hue: 0.60 , saturation: 0.78 and the lightness value of 175bba is 0.41.
The process color (four color CMYK) of #175bba color hex is 0.88, 0.51, 0.00, 0.27. Web safe color of #175bba is #0066cc. Color #175bba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 01011011 | 10111010 |
Octal | 27 | 133 | 272 |
Decimal | 23 | 91 | 186 |
Hex | 17 | 5B | BA |
Shades of #175bba
Tints of #175bba
RGB Percentages of Color #175bba
CMYK Percentages of Color #175bba
Complementary Color
#175bba | #ba7617 |
#175bba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#175bba Color Preview on White Background
Lorem ipsum dolor sit amet.
#175bba Color CSS Codes
.mybgcolor {background-color:#175bba; } .myforecolor {color:#175bba; } .mybordercolor {border:3px solid #175bba; }
#175bba Text Font Color
<p style="color:#175bba">Text here</p>
This sample text font color is #175bba
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.
#175bba Background Color
<div style="background-color:#175bba">
Div content here</div>
This div background color is #175bba
#175bba Border Color
<div style="border:3px solid #175bba">
Div here</div>
This div border color is #175bba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,91,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #175bba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #175bba; -webkit-box-shadow: 1px 1px 3px 2px #175bba; box-shadow: 1px 1px 3px 2px #175bba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,91,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #175bba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #175bba; -webkit-box-shadow: 1px 1px 3px 2px #175bba; box-shadow: 1px 1px 3px 2px #175bba;">
Div content here</div>
This div box has shadow with color #175bba
Comments
No comments written yet.
Please login to write comment.