Color spaces of #55dbac
RGB | 85 | 219 | 172 |
---|---|---|---|
HSL | 0.44 | 0.65 | 0.60 |
HSV | 159° | 61° | 86° |
CMYK | 0.61 | 0.00 | 0.21 0.14 |
XYZ | 36.5242 | 55.5729 | 47.8313 |
Yxy | 55.5729 | 0.2610 | 0.3972 |
Hunter Lab | 74.5472 | -43.0021 | 14.1412 |
CIE-Lab | 79.3701 | -47.5672 | 12.3949 |
#55dbac color RGB value is (85,219,172).
#55dbac hex color red value is 85, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55dbac hue: 0.44 , saturation: 0.65 and the lightness value of 55dbac is 0.60.
The process color (four color CMYK) of #55dbac color hex is 0.61, 0.00, 0.21, 0.14. Web safe color of #55dbac is #66cc99. Color #55dbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 11011011 | 10101100 |
Octal | 125 | 333 | 254 |
Decimal | 85 | 219 | 172 |
Hex | 55 | DB | AC |
Shades of #55dbac
Tints of #55dbac
RGB Percentages of Color #55dbac
CMYK Percentages of Color #55dbac
Complementary Color
#55dbac | #db5584 |
#55dbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55dbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#55dbac Color CSS Codes
.mybgcolor {background-color:#55dbac; } .myforecolor {color:#55dbac; } .mybordercolor {border:3px solid #55dbac; }
#55dbac Text Font Color
<p style="color:#55dbac">Text here</p>
This sample text font color is #55dbac
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.
#55dbac Background Color
<div style="background-color:#55dbac">
Div content here</div>
This div background color is #55dbac
#55dbac Border Color
<div style="border:3px solid #55dbac">
Div here</div>
This div border color is #55dbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,219,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55dbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55dbac; -webkit-box-shadow: 1px 1px 3px 2px #55dbac; box-shadow: 1px 1px 3px 2px #55dbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,219,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55dbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55dbac; -webkit-box-shadow: 1px 1px 3px 2px #55dbac; box-shadow: 1px 1px 3px 2px #55dbac;">
Div content here</div>
This div box has shadow with color #55dbac
Comments
No comments written yet.
Please login to write comment.