Color spaces of #13dbbb
RGB | 19 | 219 | 187 |
---|---|---|---|
HSL | 0.47 | 0.84 | 0.47 |
HSV | 170° | 91° | 86° |
CMYK | 0.91 | 0.00 | 0.15 0.14 |
XYZ | 34.5697 | 54.3893 | 55.6899 |
Yxy | 54.3893 | 0.2390 | 0.3760 |
Hunter Lab | 73.7491 | -45.3895 | 6.8529 |
CIE-Lab | 78.6882 | -51.2312 | 3.3112 |
#13dbbb color RGB value is (19,219,187).
#13dbbb hex color red value is 19, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #13dbbb hue: 0.47 , saturation: 0.84 and the lightness value of 13dbbb is 0.47.
The process color (four color CMYK) of #13dbbb color hex is 0.91, 0.00, 0.15, 0.14. Web safe color of #13dbbb is #00cccc. Color #13dbbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 11011011 | 10111011 |
Octal | 23 | 333 | 273 |
Decimal | 19 | 219 | 187 |
Hex | 13 | DB | BB |
Shades of #13dbbb
Tints of #13dbbb
RGB Percentages of Color #13dbbb
CMYK Percentages of Color #13dbbb
Complementary Color
#13dbbb | #db1333 |
#13dbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13dbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#13dbbb Color CSS Codes
.mybgcolor {background-color:#13dbbb; } .myforecolor {color:#13dbbb; } .mybordercolor {border:3px solid #13dbbb; }
#13dbbb Text Font Color
<p style="color:#13dbbb">Text here</p>
This sample text font color is #13dbbb
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.
#13dbbb Background Color
<div style="background-color:#13dbbb">
Div content here</div>
This div background color is #13dbbb
#13dbbb Border Color
<div style="border:3px solid #13dbbb">
Div here</div>
This div border color is #13dbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,219,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13dbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13dbbb; -webkit-box-shadow: 1px 1px 3px 2px #13dbbb; box-shadow: 1px 1px 3px 2px #13dbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,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 #13dbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13dbbb; -webkit-box-shadow: 1px 1px 3px 2px #13dbbb; box-shadow: 1px 1px 3px 2px #13dbbb;">
Div content here</div>
This div box has shadow with color #13dbbb
Comments
No comments written yet.
Please login to write comment.