Color spaces of #58cdda
RGB | 88 | 205 | 218 |
---|---|---|---|
HSL | 0.52 | 0.64 | 0.60 |
HSV | 186° | 60° | 85° |
CMYK | 0.60 | 0.06 | 0.00 0.15 |
XYZ | 38.5107 | 50.7993 | 74.1052 |
Yxy | 50.7993 | 0.2357 | 0.3109 |
Hunter Lab | 71.2736 | -28.2814 | -11.7539 |
CIE-Lab | 76.5573 | -28.9686 | -16.3429 |
#58cdda color RGB value is (88,205,218).
#58cdda hex color red value is 88, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #58cdda hue: 0.52 , saturation: 0.64 and the lightness value of 58cdda is 0.60.
The process color (four color CMYK) of #58cdda color hex is 0.60, 0.06, 0.00, 0.15. Web safe color of #58cdda is #66cccc. Color #58cdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 11001101 | 11011010 |
Octal | 130 | 315 | 332 |
Decimal | 88 | 205 | 218 |
Hex | 58 | CD | DA |
Shades of #58cdda
Tints of #58cdda
RGB Percentages of Color #58cdda
CMYK Percentages of Color #58cdda
Complementary Color
#58cdda | #da6558 |
#58cdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58cdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#58cdda Color CSS Codes
.mybgcolor {background-color:#58cdda; } .myforecolor {color:#58cdda; } .mybordercolor {border:3px solid #58cdda; }
#58cdda Text Font Color
<p style="color:#58cdda">Text here</p>
This sample text font color is #58cdda
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.
#58cdda Background Color
<div style="background-color:#58cdda">
Div content here</div>
This div background color is #58cdda
#58cdda Border Color
<div style="border:3px solid #58cdda">
Div here</div>
This div border color is #58cdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,205,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58cdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58cdda; -webkit-box-shadow: 1px 1px 3px 2px #58cdda; box-shadow: 1px 1px 3px 2px #58cdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,205,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58cdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58cdda; -webkit-box-shadow: 1px 1px 3px 2px #58cdda; box-shadow: 1px 1px 3px 2px #58cdda;">
Div content here</div>
This div box has shadow with color #58cdda
Comments
No comments written yet.
Please login to write comment.