Color spaces of #bbffcb
RGB | 187 | 255 | 203 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.87 |
HSV | 134° | 27° | 100° |
CMYK | 0.27 | 0.00 | 0.20 0.00 |
XYZ | 67.0330 | 86.3966 | 69.6431 |
Yxy | 86.3966 | 0.3005 | 0.3873 |
Hunter Lab | 92.9498 | -33.9325 | 20.6415 |
CIE-Lab | 94.4817 | -31.1525 | 18.1655 |
#bbffcb color RGB value is (187,255,203).
#bbffcb hex color red value is 187, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbffcb hue: 0.37 , saturation: 1.00 and the lightness value of bbffcb is 0.87.
The process color (four color CMYK) of #bbffcb color hex is 0.27, 0.00, 0.20, 0.00. Web safe color of #bbffcb is #ccffcc. Color #bbffcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111111 | 11001011 |
Octal | 273 | 377 | 313 |
Decimal | 187 | 255 | 203 |
Hex | BB | FF | CB |
Shades of #bbffcb
Tints of #bbffcb
RGB Percentages of Color #bbffcb
CMYK Percentages of Color #bbffcb
Complementary Color
#bbffcb | #ffbbef |
#bbffcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbffcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbffcb Color CSS Codes
.mybgcolor {background-color:#bbffcb; } .myforecolor {color:#bbffcb; } .mybordercolor {border:3px solid #bbffcb; }
#bbffcb Text Font Color
<p style="color:#bbffcb">Text here</p>
This sample text font color is #bbffcb
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.
#bbffcb Background Color
<div style="background-color:#bbffcb">
Div content here</div>
This div background color is #bbffcb
#bbffcb Border Color
<div style="border:3px solid #bbffcb">
Div here</div>
This div border color is #bbffcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,255,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbffcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbffcb; -webkit-box-shadow: 1px 1px 3px 2px #bbffcb; box-shadow: 1px 1px 3px 2px #bbffcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,255,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbffcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbffcb; -webkit-box-shadow: 1px 1px 3px 2px #bbffcb; box-shadow: 1px 1px 3px 2px #bbffcb;">
Div content here</div>
This div box has shadow with color #bbffcb
Comments
No comments written yet.
Please login to write comment.