Color spaces of #58bbec
RGB | 88 | 187 | 236 |
---|---|---|---|
HSL | 0.56 | 0.80 | 0.64 |
HSV | 200° | 63° | 93° |
CMYK | 0.63 | 0.21 | 0.00 0.07 |
XYZ | 36.9351 | 43.6715 | 85.8396 |
Yxy | 43.6715 | 0.2219 | 0.2624 |
Hunter Lab | 66.0844 | -15.8827 | -30.7550 |
CIE-Lab | 72.0084 | -14.4775 | -33.0205 |
#58bbec color RGB value is (88,187,236).
#58bbec hex color red value is 88, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #58bbec hue: 0.56 , saturation: 0.80 and the lightness value of 58bbec is 0.64.
The process color (four color CMYK) of #58bbec color hex is 0.63, 0.21, 0.00, 0.07. Web safe color of #58bbec is #66ccff. Color #58bbec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10111011 | 11101100 |
Octal | 130 | 273 | 354 |
Decimal | 88 | 187 | 236 |
Hex | 58 | BB | EC |
Shades of #58bbec
Tints of #58bbec
RGB Percentages of Color #58bbec
CMYK Percentages of Color #58bbec
Complementary Color
#58bbec | #ec8958 |
#58bbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58bbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#58bbec Color CSS Codes
.mybgcolor {background-color:#58bbec; } .myforecolor {color:#58bbec; } .mybordercolor {border:3px solid #58bbec; }
#58bbec Text Font Color
<p style="color:#58bbec">Text here</p>
This sample text font color is #58bbec
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.
#58bbec Background Color
<div style="background-color:#58bbec">
Div content here</div>
This div background color is #58bbec
#58bbec Border Color
<div style="border:3px solid #58bbec">
Div here</div>
This div border color is #58bbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,187,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58bbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58bbec; -webkit-box-shadow: 1px 1px 3px 2px #58bbec; box-shadow: 1px 1px 3px 2px #58bbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,187,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58bbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58bbec; -webkit-box-shadow: 1px 1px 3px 2px #58bbec; box-shadow: 1px 1px 3px 2px #58bbec;">
Div content here</div>
This div box has shadow with color #58bbec
Comments
No comments written yet.
Please login to write comment.