Color spaces of #5ddbbe
RGB | 93 | 219 | 190 |
---|---|---|---|
HSL | 0.46 | 0.64 | 0.61 |
HSV | 166° | 58° | 86° |
CMYK | 0.58 | 0.00 | 0.13 0.14 |
XYZ | 39.1400 | 56.7079 | 57.5980 |
Yxy | 56.7079 | 0.2551 | 0.3696 |
Hunter Lab | 75.3046 | -39.0068 | 7.3643 |
CIE-Lab | 80.0150 | -41.8682 | 3.7926 |
#5ddbbe color RGB value is (93,219,190).
#5ddbbe hex color red value is 93, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5ddbbe hue: 0.46 , saturation: 0.64 and the lightness value of 5ddbbe is 0.61.
The process color (four color CMYK) of #5ddbbe color hex is 0.58, 0.00, 0.13, 0.14. Web safe color of #5ddbbe is #66cccc. Color #5ddbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11011011 | 10111110 |
Octal | 135 | 333 | 276 |
Decimal | 93 | 219 | 190 |
Hex | 5D | DB | BE |
Shades of #5ddbbe
Tints of #5ddbbe
RGB Percentages of Color #5ddbbe
CMYK Percentages of Color #5ddbbe
Complementary Color
#5ddbbe | #db5d7a |
#5ddbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ddbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ddbbe Color CSS Codes
.mybgcolor {background-color:#5ddbbe; } .myforecolor {color:#5ddbbe; } .mybordercolor {border:3px solid #5ddbbe; }
#5ddbbe Text Font Color
<p style="color:#5ddbbe">Text here</p>
This sample text font color is #5ddbbe
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.
#5ddbbe Background Color
<div style="background-color:#5ddbbe">
Div content here</div>
This div background color is #5ddbbe
#5ddbbe Border Color
<div style="border:3px solid #5ddbbe">
Div here</div>
This div border color is #5ddbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,219,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ddbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ddbbe; -webkit-box-shadow: 1px 1px 3px 2px #5ddbbe; box-shadow: 1px 1px 3px 2px #5ddbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,219,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ddbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ddbbe; -webkit-box-shadow: 1px 1px 3px 2px #5ddbbe; box-shadow: 1px 1px 3px 2px #5ddbbe;">
Div content here</div>
This div box has shadow with color #5ddbbe
Comments
No comments written yet.
Please login to write comment.