Color spaces of #55ddab
RGB | 85 | 221 | 171 |
---|---|---|---|
HSL | 0.44 | 0.67 | 0.60 |
HSV | 158° | 62° | 87° |
CMYK | 0.62 | 0.00 | 0.23 0.13 |
XYZ | 36.9534 | 56.5845 | 47.5023 |
Yxy | 56.5845 | 0.2620 | 0.4012 |
Hunter Lab | 75.2227 | -43.9509 | 15.2149 |
CIE-Lab | 79.9453 | -48.6282 | 13.7360 |
#55ddab color RGB value is (85,221,171).
#55ddab hex color red value is 85, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #55ddab hue: 0.44 , saturation: 0.67 and the lightness value of 55ddab is 0.60.
The process color (four color CMYK) of #55ddab color hex is 0.62, 0.00, 0.23, 0.13. Web safe color of #55ddab is #66cc99. Color #55ddab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 11011101 | 10101011 |
Octal | 125 | 335 | 253 |
Decimal | 85 | 221 | 171 |
Hex | 55 | DD | AB |
Shades of #55ddab
Tints of #55ddab
RGB Percentages of Color #55ddab
CMYK Percentages of Color #55ddab
Complementary Color
#55ddab | #dd5587 |
#55ddab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55ddab Color Preview on White Background
Lorem ipsum dolor sit amet.
#55ddab Color CSS Codes
.mybgcolor {background-color:#55ddab; } .myforecolor {color:#55ddab; } .mybordercolor {border:3px solid #55ddab; }
#55ddab Text Font Color
<p style="color:#55ddab">Text here</p>
This sample text font color is #55ddab
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.
#55ddab Background Color
<div style="background-color:#55ddab">
Div content here</div>
This div background color is #55ddab
#55ddab Border Color
<div style="border:3px solid #55ddab">
Div here</div>
This div border color is #55ddab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,221,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55ddab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55ddab; -webkit-box-shadow: 1px 1px 3px 2px #55ddab; box-shadow: 1px 1px 3px 2px #55ddab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,221,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55ddab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55ddab; -webkit-box-shadow: 1px 1px 3px 2px #55ddab; box-shadow: 1px 1px 3px 2px #55ddab;">
Div content here</div>
This div box has shadow with color #55ddab
Comments
No comments written yet.
Please login to write comment.