Color spaces of #58beff
RGB | 88 | 190 | 255 |
---|---|---|---|
HSL | 0.56 | 1.00 | 0.67 |
HSV | 203° | 65° | 100° |
CMYK | 0.65 | 0.25 | 0.00 0.00 |
XYZ | 40.4880 | 46.1216 | 101.3762 |
Yxy | 46.1216 | 0.2154 | 0.2453 |
Hunter Lab | 67.9129 | -12.4302 | -40.9655 |
CIE-Lab | 73.6244 | -10.0999 | -40.7691 |
#58beff color RGB value is (88,190,255).
#58beff hex color red value is 88, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #58beff hue: 0.56 , saturation: 1.00 and the lightness value of 58beff is 0.67.
The process color (four color CMYK) of #58beff color hex is 0.65, 0.25, 0.00, 0.00. Web safe color of #58beff is #66ccff. Color #58beff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10111110 | 11111111 |
Octal | 130 | 276 | 377 |
Decimal | 88 | 190 | 255 |
Hex | 58 | BE | FF |
Shades of #58beff
Tints of #58beff
RGB Percentages of Color #58beff
CMYK Percentages of Color #58beff
Complementary Color
#58beff | #ff9958 |
#58beff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58beff Color Preview on White Background
Lorem ipsum dolor sit amet.
#58beff Color CSS Codes
.mybgcolor {background-color:#58beff; } .myforecolor {color:#58beff; } .mybordercolor {border:3px solid #58beff; }
#58beff Text Font Color
<p style="color:#58beff">Text here</p>
This sample text font color is #58beff
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.
#58beff Background Color
<div style="background-color:#58beff">
Div content here</div>
This div background color is #58beff
#58beff Border Color
<div style="border:3px solid #58beff">
Div here</div>
This div border color is #58beff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,190,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58beff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58beff; -webkit-box-shadow: 1px 1px 3px 2px #58beff; box-shadow: 1px 1px 3px 2px #58beff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,190,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58beff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58beff; -webkit-box-shadow: 1px 1px 3px 2px #58beff; box-shadow: 1px 1px 3px 2px #58beff;">
Div content here</div>
This div box has shadow with color #58beff
Comments
No comments written yet.
Please login to write comment.