Color spaces of #bbebfe
RGB | 187 | 235 | 254 |
---|---|---|---|
HSL | 0.55 | 0.97 | 0.86 |
HSV | 197° | 26° | 100° |
CMYK | 0.26 | 0.07 | 0.00 0.00 |
XYZ | 68.0912 | 77.1372 | 105.0661 |
Yxy | 77.1372 | 0.2720 | 0.3082 |
Hunter Lab | 87.8278 | -15.3110 | -9.4476 |
CIE-Lab | 90.3847 | -11.1636 | -14.2132 |
#bbebfe color RGB value is (187,235,254).
#bbebfe hex color red value is 187, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbebfe hue: 0.55 , saturation: 0.97 and the lightness value of bbebfe is 0.86.
The process color (four color CMYK) of #bbebfe color hex is 0.26, 0.07, 0.00, 0.00. Web safe color of #bbebfe is #ccffff. Color #bbebfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 11111110 |
Octal | 273 | 353 | 376 |
Decimal | 187 | 235 | 254 |
Hex | BB | EB | FE |
Shades of #bbebfe
Tints of #bbebfe
RGB Percentages of Color #bbebfe
CMYK Percentages of Color #bbebfe
Complementary Color
#bbebfe | #fecebb |
#bbebfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbebfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbebfe Color CSS Codes
.mybgcolor {background-color:#bbebfe; } .myforecolor {color:#bbebfe; } .mybordercolor {border:3px solid #bbebfe; }
#bbebfe Text Font Color
<p style="color:#bbebfe">Text here</p>
This sample text font color is #bbebfe
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.
#bbebfe Background Color
<div style="background-color:#bbebfe">
Div content here</div>
This div background color is #bbebfe
#bbebfe Border Color
<div style="border:3px solid #bbebfe">
Div here</div>
This div border color is #bbebfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbebfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbebfe; -webkit-box-shadow: 1px 1px 3px 2px #bbebfe; box-shadow: 1px 1px 3px 2px #bbebfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,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 #bbebfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbebfe; -webkit-box-shadow: 1px 1px 3px 2px #bbebfe; box-shadow: 1px 1px 3px 2px #bbebfe;">
Div content here</div>
This div box has shadow with color #bbebfe
#bbebfe Color Palettes
Comments
No comments written yet.
Please login to write comment.