Color spaces of #58cffc
RGB | 88 | 207 | 252 |
---|---|---|---|
HSL | 0.55 | 0.96 | 0.67 |
HSV | 196° | 65° | 99° |
CMYK | 0.65 | 0.18 | 0.00 0.01 |
XYZ | 43.9080 | 53.7286 | 100.1519 |
Yxy | 53.7286 | 0.2220 | 0.2716 |
Hunter Lab | 73.2998 | -21.3497 | -29.7000 |
CIE-Lab | 78.3032 | -19.9596 | -31.9128 |
#58cffc color RGB value is (88,207,252).
#58cffc hex color red value is 88, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #58cffc hue: 0.55 , saturation: 0.96 and the lightness value of 58cffc is 0.67.
The process color (four color CMYK) of #58cffc color hex is 0.65, 0.18, 0.00, 0.01. Web safe color of #58cffc is #66ccff. Color #58cffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 11001111 | 11111100 |
Octal | 130 | 317 | 374 |
Decimal | 88 | 207 | 252 |
Hex | 58 | CF | FC |
Shades of #58cffc
Tints of #58cffc
RGB Percentages of Color #58cffc
CMYK Percentages of Color #58cffc
Complementary Color
#58cffc | #fc8558 |
#58cffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58cffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#58cffc Color CSS Codes
.mybgcolor {background-color:#58cffc; } .myforecolor {color:#58cffc; } .mybordercolor {border:3px solid #58cffc; }
#58cffc Text Font Color
<p style="color:#58cffc">Text here</p>
This sample text font color is #58cffc
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.
#58cffc Background Color
<div style="background-color:#58cffc">
Div content here</div>
This div background color is #58cffc
#58cffc Border Color
<div style="border:3px solid #58cffc">
Div here</div>
This div border color is #58cffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,207,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58cffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58cffc; -webkit-box-shadow: 1px 1px 3px 2px #58cffc; box-shadow: 1px 1px 3px 2px #58cffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,207,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58cffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58cffc; -webkit-box-shadow: 1px 1px 3px 2px #58cffc; box-shadow: 1px 1px 3px 2px #58cffc;">
Div content here</div>
This div box has shadow with color #58cffc
Comments
No comments written yet.
Please login to write comment.