Color spaces of #1bddaa
RGB | 27 | 221 | 170 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.49 |
HSV | 164° | 88° | 87° |
CMYK | 0.88 | 0.00 | 0.23 0.13 |
XYZ | 33.5641 | 54.8482 | 46.8480 |
Yxy | 54.8482 | 0.2481 | 0.4055 |
Hunter Lab | 74.0596 | -48.7073 | 14.3365 |
CIE-Lab | 78.9537 | -55.8707 | 12.7261 |
#1bddaa color RGB value is (27,221,170).
#1bddaa hex color red value is 27, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1bddaa hue: 0.46 , saturation: 0.78 and the lightness value of 1bddaa is 0.49.
The process color (four color CMYK) of #1bddaa color hex is 0.88, 0.00, 0.23, 0.13. Web safe color of #1bddaa is #33cc99. Color #1bddaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11011101 | 10101010 |
Octal | 33 | 335 | 252 |
Decimal | 27 | 221 | 170 |
Hex | 1B | DD | AA |
Shades of #1bddaa
Tints of #1bddaa
RGB Percentages of Color #1bddaa
CMYK Percentages of Color #1bddaa
Complementary Color
#1bddaa | #dd1b4e |
#1bddaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bddaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bddaa Color CSS Codes
.mybgcolor {background-color:#1bddaa; } .myforecolor {color:#1bddaa; } .mybordercolor {border:3px solid #1bddaa; }
#1bddaa Text Font Color
<p style="color:#1bddaa">Text here</p>
This sample text font color is #1bddaa
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.
#1bddaa Background Color
<div style="background-color:#1bddaa">
Div content here</div>
This div background color is #1bddaa
#1bddaa Border Color
<div style="border:3px solid #1bddaa">
Div here</div>
This div border color is #1bddaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,221,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bddaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bddaa; -webkit-box-shadow: 1px 1px 3px 2px #1bddaa; box-shadow: 1px 1px 3px 2px #1bddaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,221,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1bddaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bddaa; -webkit-box-shadow: 1px 1px 3px 2px #1bddaa; box-shadow: 1px 1px 3px 2px #1bddaa;">
Div content here</div>
This div box has shadow with color #1bddaa
Comments
No comments written yet.
Please login to write comment.