Color spaces of #58fcdc
RGB | 88 | 252 | 220 |
---|---|---|---|
HSL | 0.47 | 0.96 | 0.67 |
HSV | 168° | 65° | 99° |
CMYK | 0.65 | 0.00 | 0.13 0.01 |
XYZ | 51.7532 | 76.8628 | 79.8185 |
Yxy | 76.8628 | 0.2483 | 0.3688 |
Hunter Lab | 87.6714 | -48.0549 | 7.3907 |
CIE-Lab | 90.2584 | -49.7197 | 2.8701 |
#58fcdc color RGB value is (88,252,220).
#58fcdc hex color red value is 88, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #58fcdc hue: 0.47 , saturation: 0.96 and the lightness value of 58fcdc is 0.67.
The process color (four color CMYK) of #58fcdc color hex is 0.65, 0.00, 0.13, 0.01. Web safe color of #58fcdc is #66ffcc. Color #58fcdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 11111100 | 11011100 |
Octal | 130 | 374 | 334 |
Decimal | 88 | 252 | 220 |
Hex | 58 | FC | DC |
Shades of #58fcdc
Tints of #58fcdc
RGB Percentages of Color #58fcdc
CMYK Percentages of Color #58fcdc
Complementary Color
#58fcdc | #fc5878 |
#58fcdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58fcdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#58fcdc Color CSS Codes
.mybgcolor {background-color:#58fcdc; } .myforecolor {color:#58fcdc; } .mybordercolor {border:3px solid #58fcdc; }
#58fcdc Text Font Color
<p style="color:#58fcdc">Text here</p>
This sample text font color is #58fcdc
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.
#58fcdc Background Color
<div style="background-color:#58fcdc">
Div content here</div>
This div background color is #58fcdc
#58fcdc Border Color
<div style="border:3px solid #58fcdc">
Div here</div>
This div border color is #58fcdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,252,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58fcdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58fcdc; -webkit-box-shadow: 1px 1px 3px 2px #58fcdc; box-shadow: 1px 1px 3px 2px #58fcdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,252,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58fcdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58fcdc; -webkit-box-shadow: 1px 1px 3px 2px #58fcdc; box-shadow: 1px 1px 3px 2px #58fcdc;">
Div content here</div>
This div box has shadow with color #58fcdc
Comments
No comments written yet.
Please login to write comment.