Color spaces of #5cdbda
RGB | 92 | 219 | 218 |
---|---|---|---|
HSL | 0.50 | 0.64 | 0.61 |
HSV | 180° | 58° | 86° |
CMYK | 0.58 | 0.00 | 0.00 0.14 |
XYZ | 42.4000 | 58.0003 | 75.2901 |
Yxy | 58.0003 | 0.2413 | 0.3301 |
Hunter Lab | 76.1579 | -33.8987 | -5.3038 |
CIE-Lab | 80.7390 | -34.9351 | -10.0658 |
#5cdbda color RGB value is (92,219,218).
#5cdbda hex color red value is 92, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5cdbda hue: 0.50 , saturation: 0.64 and the lightness value of 5cdbda is 0.61.
The process color (four color CMYK) of #5cdbda color hex is 0.58, 0.00, 0.00, 0.14. Web safe color of #5cdbda is #66cccc. Color #5cdbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11011011 | 11011010 |
Octal | 134 | 333 | 332 |
Decimal | 92 | 219 | 218 |
Hex | 5C | DB | DA |
Shades of #5cdbda
Tints of #5cdbda
RGB Percentages of Color #5cdbda
CMYK Percentages of Color #5cdbda
Complementary Color
#5cdbda | #db5c5d |
#5cdbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cdbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cdbda Color CSS Codes
.mybgcolor {background-color:#5cdbda; } .myforecolor {color:#5cdbda; } .mybordercolor {border:3px solid #5cdbda; }
#5cdbda Text Font Color
<p style="color:#5cdbda">Text here</p>
This sample text font color is #5cdbda
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.
#5cdbda Background Color
<div style="background-color:#5cdbda">
Div content here</div>
This div background color is #5cdbda
#5cdbda Border Color
<div style="border:3px solid #5cdbda">
Div here</div>
This div border color is #5cdbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,219,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cdbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cdbda; -webkit-box-shadow: 1px 1px 3px 2px #5cdbda; box-shadow: 1px 1px 3px 2px #5cdbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,219,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 #5cdbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cdbda; -webkit-box-shadow: 1px 1px 3px 2px #5cdbda; box-shadow: 1px 1px 3px 2px #5cdbda;">
Div content here</div>
This div box has shadow with color #5cdbda
Comments
No comments written yet.
Please login to write comment.