Color spaces of #1bdaab
RGB | 27 | 218 | 171 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.48 |
HSV | 165° | 88° | 85° |
CMYK | 0.88 | 0.00 | 0.22 0.15 |
XYZ | 32.8741 | 53.3161 | 47.0865 |
Yxy | 53.3161 | 0.2467 | 0.4000 |
Hunter Lab | 73.0179 | -47.4170 | 12.8786 |
CIE-Lab | 78.0613 | -54.4623 | 10.9315 |
#1bdaab color RGB value is (27,218,171).
#1bdaab hex color red value is 27, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1bdaab hue: 0.46 , saturation: 0.78 and the lightness value of 1bdaab is 0.48.
The process color (four color CMYK) of #1bdaab color hex is 0.88, 0.00, 0.22, 0.15. Web safe color of #1bdaab is #33cc99. Color #1bdaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11011010 | 10101011 |
Octal | 33 | 332 | 253 |
Decimal | 27 | 218 | 171 |
Hex | 1B | DA | AB |
Shades of #1bdaab
Tints of #1bdaab
RGB Percentages of Color #1bdaab
CMYK Percentages of Color #1bdaab
Complementary Color
#1bdaab | #da1b4a |
#1bdaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bdaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bdaab Color CSS Codes
.mybgcolor {background-color:#1bdaab; } .myforecolor {color:#1bdaab; } .mybordercolor {border:3px solid #1bdaab; }
#1bdaab Text Font Color
<p style="color:#1bdaab">Text here</p>
This sample text font color is #1bdaab
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.
#1bdaab Background Color
<div style="background-color:#1bdaab">
Div content here</div>
This div background color is #1bdaab
#1bdaab Border Color
<div style="border:3px solid #1bdaab">
Div here</div>
This div border color is #1bdaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,218,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bdaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bdaab; -webkit-box-shadow: 1px 1px 3px 2px #1bdaab; box-shadow: 1px 1px 3px 2px #1bdaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,218,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1bdaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bdaab; -webkit-box-shadow: 1px 1px 3px 2px #1bdaab; box-shadow: 1px 1px 3px 2px #1bdaab;">
Div content here</div>
This div box has shadow with color #1bdaab
Comments
No comments written yet.
Please login to write comment.