Color spaces of #1bbdab
RGB | 27 | 189 | 171 |
---|---|---|---|
HSL | 0.48 | 0.75 | 0.42 |
HSV | 173° | 86° | 74° |
CMYK | 0.86 | 0.00 | 0.10 0.26 |
XYZ | 26.0003 | 39.5685 | 44.7952 |
Yxy | 39.5685 | 0.2356 | 0.3585 |
Hunter Lab | 62.9035 | -36.3006 | 1.8105 |
CIE-Lab | 69.1611 | -42.4975 | -1.9195 |
#1bbdab color RGB value is (27,189,171).
#1bbdab hex color red value is 27, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1bbdab hue: 0.48 , saturation: 0.75 and the lightness value of 1bbdab is 0.42.
The process color (four color CMYK) of #1bbdab color hex is 0.86, 0.00, 0.10, 0.26. Web safe color of #1bbdab is #33cc99. Color #1bbdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 10111101 | 10101011 |
Octal | 33 | 275 | 253 |
Decimal | 27 | 189 | 171 |
Hex | 1B | BD | AB |
Shades of #1bbdab
Tints of #1bbdab
RGB Percentages of Color #1bbdab
CMYK Percentages of Color #1bbdab
Complementary Color
#1bbdab | #bd1b2d |
#1bbdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bbdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bbdab Color CSS Codes
.mybgcolor {background-color:#1bbdab; } .myforecolor {color:#1bbdab; } .mybordercolor {border:3px solid #1bbdab; }
#1bbdab Text Font Color
<p style="color:#1bbdab">Text here</p>
This sample text font color is #1bbdab
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.
#1bbdab Background Color
<div style="background-color:#1bbdab">
Div content here</div>
This div background color is #1bbdab
#1bbdab Border Color
<div style="border:3px solid #1bbdab">
Div here</div>
This div border color is #1bbdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bbdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bbdab; -webkit-box-shadow: 1px 1px 3px 2px #1bbdab; box-shadow: 1px 1px 3px 2px #1bbdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,189,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 #1bbdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bbdab; -webkit-box-shadow: 1px 1px 3px 2px #1bbdab; box-shadow: 1px 1px 3px 2px #1bbdab;">
Div content here</div>
This div box has shadow with color #1bbdab
Comments
No comments written yet.
Please login to write comment.