Color spaces of #1bdadb
RGB | 27 | 218 | 219 |
---|---|---|---|
HSL | 0.50 | 0.78 | 0.48 |
HSV | 180° | 88° | 86° |
CMYK | 0.88 | 0.00 | 0.00 0.14 |
XYZ | 38.3096 | 55.4903 | 75.7094 |
Yxy | 55.4903 | 0.2260 | 0.3274 |
Hunter Lab | 74.4918 | -38.5618 | -8.1148 |
CIE-Lab | 79.3228 | -41.5343 | -12.8351 |
#1bdadb color RGB value is (27,218,219).
#1bdadb hex color red value is 27, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1bdadb hue: 0.50 , saturation: 0.78 and the lightness value of 1bdadb is 0.48.
The process color (four color CMYK) of #1bdadb color hex is 0.88, 0.00, 0.00, 0.14. Web safe color of #1bdadb is #33cccc. Color #1bdadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11011010 | 11011011 |
Octal | 33 | 332 | 333 |
Decimal | 27 | 218 | 219 |
Hex | 1B | DA | DB |
Shades of #1bdadb
Tints of #1bdadb
RGB Percentages of Color #1bdadb
CMYK Percentages of Color #1bdadb
Complementary Color
#1bdadb | #db1c1b |
#1bdadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bdadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bdadb Color CSS Codes
.mybgcolor {background-color:#1bdadb; } .myforecolor {color:#1bdadb; } .mybordercolor {border:3px solid #1bdadb; }
#1bdadb Text Font Color
<p style="color:#1bdadb">Text here</p>
This sample text font color is #1bdadb
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.
#1bdadb Background Color
<div style="background-color:#1bdadb">
Div content here</div>
This div background color is #1bdadb
#1bdadb Border Color
<div style="border:3px solid #1bdadb">
Div here</div>
This div border color is #1bdadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,218,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bdadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bdadb; -webkit-box-shadow: 1px 1px 3px 2px #1bdadb; box-shadow: 1px 1px 3px 2px #1bdadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,218,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1bdadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bdadb; -webkit-box-shadow: 1px 1px 3px 2px #1bdadb; box-shadow: 1px 1px 3px 2px #1bdadb;">
Div content here</div>
This div box has shadow with color #1bdadb
Comments
No comments written yet.
Please login to write comment.