Color spaces of #bbfcfe
RGB | 187 | 252 | 254 |
---|---|---|---|
HSL | 0.50 | 0.97 | 0.86 |
HSV | 182° | 26° | 100° |
CMYK | 0.26 | 0.01 | 0.00 0.00 |
XYZ | 73.1933 | 87.3414 | 106.7668 |
Yxy | 87.3414 | 0.2738 | 0.3268 |
Hunter Lab | 93.4566 | -23.7516 | -2.3145 |
CIE-Lab | 94.8829 | -19.6460 | -7.5183 |
#bbfcfe color RGB value is (187,252,254).
#bbfcfe hex color red value is 187, green value is 252 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbfcfe hue: 0.50 , saturation: 0.97 and the lightness value of bbfcfe is 0.86.
The process color (four color CMYK) of #bbfcfe color hex is 0.26, 0.01, 0.00, 0.00. Web safe color of #bbfcfe is #ccffff. Color #bbfcfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111100 | 11111110 |
Octal | 273 | 374 | 376 |
Decimal | 187 | 252 | 254 |
Hex | BB | FC | FE |
Shades of #bbfcfe
Tints of #bbfcfe
RGB Percentages of Color #bbfcfe
CMYK Percentages of Color #bbfcfe
Complementary Color
#bbfcfe | #febdbb |
#bbfcfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbfcfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbfcfe Color CSS Codes
.mybgcolor {background-color:#bbfcfe; } .myforecolor {color:#bbfcfe; } .mybordercolor {border:3px solid #bbfcfe; }
#bbfcfe Text Font Color
<p style="color:#bbfcfe">Text here</p>
This sample text font color is #bbfcfe
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.
#bbfcfe Background Color
<div style="background-color:#bbfcfe">
Div content here</div>
This div background color is #bbfcfe
#bbfcfe Border Color
<div style="border:3px solid #bbfcfe">
Div here</div>
This div border color is #bbfcfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,252,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbfcfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbfcfe; -webkit-box-shadow: 1px 1px 3px 2px #bbfcfe; box-shadow: 1px 1px 3px 2px #bbfcfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,252,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 #bbfcfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbfcfe; -webkit-box-shadow: 1px 1px 3px 2px #bbfcfe; box-shadow: 1px 1px 3px 2px #bbfcfe;">
Div content here</div>
This div box has shadow with color #bbfcfe
Comments
No comments written yet.
Please login to write comment.