Color spaces of #55edda
RGB | 85 | 237 | 218 |
---|---|---|---|
HSL | 0.48 | 0.81 | 0.63 |
HSV | 173° | 64° | 93° |
CMYK | 0.64 | 0.00 | 0.08 0.07 |
XYZ | 46.6854 | 67.5616 | 76.9098 |
Yxy | 67.5616 | 0.2442 | 0.3534 |
Hunter Lab | 82.1959 | -42.4588 | 2.0601 |
CIE-Lab | 85.7868 | -44.2325 | -2.6220 |
#55edda color RGB value is (85,237,218).
#55edda hex color red value is 85, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #55edda hue: 0.48 , saturation: 0.81 and the lightness value of 55edda is 0.63.
The process color (four color CMYK) of #55edda color hex is 0.64, 0.00, 0.08, 0.07. Web safe color of #55edda is #66ffcc. Color #55edda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 11101101 | 11011010 |
Octal | 125 | 355 | 332 |
Decimal | 85 | 237 | 218 |
Hex | 55 | ED | DA |
Shades of #55edda
Tints of #55edda
RGB Percentages of Color #55edda
CMYK Percentages of Color #55edda
Complementary Color
#55edda | #ed5568 |
#55edda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55edda Color Preview on White Background
Lorem ipsum dolor sit amet.
#55edda Color CSS Codes
.mybgcolor {background-color:#55edda; } .myforecolor {color:#55edda; } .mybordercolor {border:3px solid #55edda; }
#55edda Text Font Color
<p style="color:#55edda">Text here</p>
This sample text font color is #55edda
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.
#55edda Background Color
<div style="background-color:#55edda">
Div content here</div>
This div background color is #55edda
#55edda Border Color
<div style="border:3px solid #55edda">
Div here</div>
This div border color is #55edda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,237,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55edda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55edda; -webkit-box-shadow: 1px 1px 3px 2px #55edda; box-shadow: 1px 1px 3px 2px #55edda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,237,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 #55edda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55edda; -webkit-box-shadow: 1px 1px 3px 2px #55edda; box-shadow: 1px 1px 3px 2px #55edda;">
Div content here</div>
This div box has shadow with color #55edda
Comments
No comments written yet.
Please login to write comment.