Color spaces of #bbecfe
RGB | 187 | 236 | 254 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.86 |
HSV | 196° | 26° | 100° |
CMYK | 0.26 | 0.07 | 0.00 0.00 |
XYZ | 68.3784 | 77.7115 | 105.1618 |
Yxy | 77.7115 | 0.2722 | 0.3093 |
Hunter Lab | 88.1541 | -15.8129 | -9.0210 |
CIE-Lab | 90.6481 | -11.6706 | -13.8191 |
#bbecfe color RGB value is (187,236,254).
#bbecfe hex color red value is 187, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbecfe hue: 0.54 , saturation: 0.97 and the lightness value of bbecfe is 0.86.
The process color (four color CMYK) of #bbecfe color hex is 0.26, 0.07, 0.00, 0.00. Web safe color of #bbecfe is #ccffff. Color #bbecfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101100 | 11111110 |
Octal | 273 | 354 | 376 |
Decimal | 187 | 236 | 254 |
Hex | BB | EC | FE |
Shades of #bbecfe
Tints of #bbecfe
RGB Percentages of Color #bbecfe
CMYK Percentages of Color #bbecfe
Complementary Color
#bbecfe | #fecdbb |
#bbecfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbecfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbecfe Color CSS Codes
.mybgcolor {background-color:#bbecfe; } .myforecolor {color:#bbecfe; } .mybordercolor {border:3px solid #bbecfe; }
#bbecfe Text Font Color
<p style="color:#bbecfe">Text here</p>
This sample text font color is #bbecfe
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.
#bbecfe Background Color
<div style="background-color:#bbecfe">
Div content here</div>
This div background color is #bbecfe
#bbecfe Border Color
<div style="border:3px solid #bbecfe">
Div here</div>
This div border color is #bbecfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,236,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbecfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbecfe; -webkit-box-shadow: 1px 1px 3px 2px #bbecfe; box-shadow: 1px 1px 3px 2px #bbecfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,236,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 #bbecfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbecfe; -webkit-box-shadow: 1px 1px 3px 2px #bbecfe; box-shadow: 1px 1px 3px 2px #bbecfe;">
Div content here</div>
This div box has shadow with color #bbecfe
Comments
No comments written yet.
Please login to write comment.