Color spaces of #bbebfd
RGB | 187 | 235 | 253 |
---|---|---|---|
HSL | 0.55 | 0.94 | 0.86 |
HSV | 196° | 26° | 99° |
CMYK | 0.26 | 0.07 | 0.00 0.01 |
XYZ | 67.9315 | 77.0733 | 104.2248 |
Yxy | 77.0733 | 0.2726 | 0.3092 |
Hunter Lab | 87.7914 | -15.5147 | -8.9343 |
CIE-Lab | 90.3553 | -11.3869 | -13.7349 |
#bbebfd color RGB value is (187,235,253).
#bbebfd hex color red value is 187, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbebfd hue: 0.55 , saturation: 0.94 and the lightness value of bbebfd is 0.86.
The process color (four color CMYK) of #bbebfd color hex is 0.26, 0.07, 0.00, 0.01. Web safe color of #bbebfd is #ccffff. Color #bbebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 11111101 |
Octal | 273 | 353 | 375 |
Decimal | 187 | 235 | 253 |
Hex | BB | EB | FD |
Shades of #bbebfd
Tints of #bbebfd
RGB Percentages of Color #bbebfd
CMYK Percentages of Color #bbebfd
Complementary Color
#bbebfd | #fdcdbb |
#bbebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbebfd Color CSS Codes
.mybgcolor {background-color:#bbebfd; } .myforecolor {color:#bbebfd; } .mybordercolor {border:3px solid #bbebfd; }
#bbebfd Text Font Color
<p style="color:#bbebfd">Text here</p>
This sample text font color is #bbebfd
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.
#bbebfd Background Color
<div style="background-color:#bbebfd">
Div content here</div>
This div background color is #bbebfd
#bbebfd Border Color
<div style="border:3px solid #bbebfd">
Div here</div>
This div border color is #bbebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbebfd; -webkit-box-shadow: 1px 1px 3px 2px #bbebfd; box-shadow: 1px 1px 3px 2px #bbebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbebfd; -webkit-box-shadow: 1px 1px 3px 2px #bbebfd; box-shadow: 1px 1px 3px 2px #bbebfd;">
Div content here</div>
This div box has shadow with color #bbebfd
Comments
No comments written yet.
Please login to write comment.