Color spaces of #11bffb
RGB | 17 | 191 | 251 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.53 |
HSV | 195° | 93° | 98° |
CMYK | 0.93 | 0.24 | 0.00 0.02 |
XYZ | 36.2746 | 44.3458 | 97.9145 |
Yxy | 44.3458 | 0.2032 | 0.2484 |
Hunter Lab | 66.5926 | -19.3039 | -40.5622 |
CIE-Lab | 72.4590 | -18.6080 | -40.5296 |
#11bffb color RGB value is (17,191,251).
#11bffb hex color red value is 17, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #11bffb hue: 0.54 , saturation: 0.97 and the lightness value of 11bffb is 0.53.
The process color (four color CMYK) of #11bffb color hex is 0.93, 0.24, 0.00, 0.02. Web safe color of #11bffb is #00ccff. Color #11bffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 10111111 | 11111011 |
Octal | 21 | 277 | 373 |
Decimal | 17 | 191 | 251 |
Hex | 11 | BF | FB |
Shades of #11bffb
Tints of #11bffb
RGB Percentages of Color #11bffb
CMYK Percentages of Color #11bffb
Complementary Color
#11bffb | #fb4d11 |
#11bffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11bffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#11bffb Color CSS Codes
.mybgcolor {background-color:#11bffb; } .myforecolor {color:#11bffb; } .mybordercolor {border:3px solid #11bffb; }
#11bffb Text Font Color
<p style="color:#11bffb">Text here</p>
This sample text font color is #11bffb
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.
#11bffb Background Color
<div style="background-color:#11bffb">
Div content here</div>
This div background color is #11bffb
#11bffb Border Color
<div style="border:3px solid #11bffb">
Div here</div>
This div border color is #11bffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,191,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11bffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11bffb; -webkit-box-shadow: 1px 1px 3px 2px #11bffb; box-shadow: 1px 1px 3px 2px #11bffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,191,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11bffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11bffb; -webkit-box-shadow: 1px 1px 3px 2px #11bffb; box-shadow: 1px 1px 3px 2px #11bffb;">
Div content here</div>
This div box has shadow with color #11bffb
Comments
No comments written yet.
Please login to write comment.