Color spaces of #59dbbb
RGB | 89 | 219 | 187 |
---|---|---|---|
HSL | 0.46 | 0.64 | 0.60 |
HSV | 165° | 59° | 86° |
CMYK | 0.59 | 0.00 | 0.15 0.14 |
XYZ | 38.4210 | 56.3747 | 55.8701 |
Yxy | 56.3747 | 0.2550 | 0.3742 |
Hunter Lab | 75.0831 | -40.0546 | 8.4399 |
CIE-Lab | 79.8266 | -43.3480 | 5.1016 |
#59dbbb color RGB value is (89,219,187).
#59dbbb hex color red value is 89, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #59dbbb hue: 0.46 , saturation: 0.64 and the lightness value of 59dbbb is 0.60.
The process color (four color CMYK) of #59dbbb color hex is 0.59, 0.00, 0.15, 0.14. Web safe color of #59dbbb is #66cccc. Color #59dbbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 11011011 | 10111011 |
Octal | 131 | 333 | 273 |
Decimal | 89 | 219 | 187 |
Hex | 59 | DB | BB |
Shades of #59dbbb
Tints of #59dbbb
RGB Percentages of Color #59dbbb
CMYK Percentages of Color #59dbbb
Complementary Color
#59dbbb | #db5979 |
#59dbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59dbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#59dbbb Color CSS Codes
.mybgcolor {background-color:#59dbbb; } .myforecolor {color:#59dbbb; } .mybordercolor {border:3px solid #59dbbb; }
#59dbbb Text Font Color
<p style="color:#59dbbb">Text here</p>
This sample text font color is #59dbbb
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.
#59dbbb Background Color
<div style="background-color:#59dbbb">
Div content here</div>
This div background color is #59dbbb
#59dbbb Border Color
<div style="border:3px solid #59dbbb">
Div here</div>
This div border color is #59dbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,219,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59dbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59dbbb; -webkit-box-shadow: 1px 1px 3px 2px #59dbbb; box-shadow: 1px 1px 3px 2px #59dbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,219,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59dbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59dbbb; -webkit-box-shadow: 1px 1px 3px 2px #59dbbb; box-shadow: 1px 1px 3px 2px #59dbbb;">
Div content here</div>
This div box has shadow with color #59dbbb
Comments
No comments written yet.
Please login to write comment.