Color spaces of #1bbad8
RGB | 27 | 186 | 216 |
---|---|---|---|
HSL | 0.53 | 0.78 | 0.48 |
HSV | 190° | 88° | 85° |
CMYK | 0.88 | 0.14 | 0.00 0.15 |
XYZ | 30.4056 | 40.3087 | 71.1436 |
Yxy | 40.3087 | 0.2143 | 0.2841 |
Hunter Lab | 63.4891 | -25.6205 | -21.9958 |
CIE-Lab | 69.6888 | -27.3886 | -25.8095 |
#1bbad8 color RGB value is (27,186,216).
#1bbad8 hex color red value is 27, green value is 186 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #1bbad8 hue: 0.53 , saturation: 0.78 and the lightness value of 1bbad8 is 0.48.
The process color (four color CMYK) of #1bbad8 color hex is 0.88, 0.14, 0.00, 0.15. Web safe color of #1bbad8 is #33cccc. Color #1bbad8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 10111010 | 11011000 |
Octal | 33 | 272 | 330 |
Decimal | 27 | 186 | 216 |
Hex | 1B | BA | D8 |
Shades of #1bbad8
Tints of #1bbad8
RGB Percentages of Color #1bbad8
CMYK Percentages of Color #1bbad8
Complementary Color
#1bbad8 | #d8391b |
#1bbad8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bbad8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bbad8 Color CSS Codes
.mybgcolor {background-color:#1bbad8; } .myforecolor {color:#1bbad8; } .mybordercolor {border:3px solid #1bbad8; }
#1bbad8 Text Font Color
<p style="color:#1bbad8">Text here</p>
This sample text font color is #1bbad8
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.
#1bbad8 Background Color
<div style="background-color:#1bbad8">
Div content here</div>
This div background color is #1bbad8
#1bbad8 Border Color
<div style="border:3px solid #1bbad8">
Div here</div>
This div border color is #1bbad8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,186,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bbad8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bbad8; -webkit-box-shadow: 1px 1px 3px 2px #1bbad8; box-shadow: 1px 1px 3px 2px #1bbad8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,186,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1bbad8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bbad8; -webkit-box-shadow: 1px 1px 3px 2px #1bbad8; box-shadow: 1px 1px 3px 2px #1bbad8;">
Div content here</div>
This div box has shadow with color #1bbad8
Comments
No comments written yet.
Please login to write comment.