Color spaces of #1fbbfe
RGB | 31 | 187 | 254 |
---|---|---|---|
HSL | 0.55 | 0.99 | 0.56 |
HSV | 198° | 88° | 100° |
CMYK | 0.88 | 0.26 | 0.00 0.00 |
XYZ | 36.2248 | 42.9877 | 100.1541 |
Yxy | 42.9877 | 0.2020 | 0.2397 |
Hunter Lab | 65.5650 | -16.1171 | -44.6732 |
CIE-Lab | 71.5466 | -14.8412 | -43.5635 |
#1fbbfe color RGB value is (31,187,254).
#1fbbfe hex color red value is 31, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1fbbfe hue: 0.55 , saturation: 0.99 and the lightness value of 1fbbfe is 0.56.
The process color (four color CMYK) of #1fbbfe color hex is 0.88, 0.26, 0.00, 0.00. Web safe color of #1fbbfe is #33ccff. Color #1fbbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 10111011 | 11111110 |
Octal | 37 | 273 | 376 |
Decimal | 31 | 187 | 254 |
Hex | 1F | BB | FE |
Shades of #1fbbfe
Tints of #1fbbfe
RGB Percentages of Color #1fbbfe
CMYK Percentages of Color #1fbbfe
Complementary Color
#1fbbfe | #fe621f |
#1fbbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1fbbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#1fbbfe Color CSS Codes
.mybgcolor {background-color:#1fbbfe; } .myforecolor {color:#1fbbfe; } .mybordercolor {border:3px solid #1fbbfe; }
#1fbbfe Text Font Color
<p style="color:#1fbbfe">Text here</p>
This sample text font color is #1fbbfe
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.
#1fbbfe Background Color
<div style="background-color:#1fbbfe">
Div content here</div>
This div background color is #1fbbfe
#1fbbfe Border Color
<div style="border:3px solid #1fbbfe">
Div here</div>
This div border color is #1fbbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,187,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1fbbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1fbbfe; -webkit-box-shadow: 1px 1px 3px 2px #1fbbfe; box-shadow: 1px 1px 3px 2px #1fbbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,187,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1fbbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1fbbfe; -webkit-box-shadow: 1px 1px 3px 2px #1fbbfe; box-shadow: 1px 1px 3px 2px #1fbbfe;">
Div content here</div>
This div box has shadow with color #1fbbfe
Comments
No comments written yet.
Please login to write comment.