Color spaces of #bbefb7
RGB | 187 | 239 | 183 |
---|---|---|---|
HSL | 0.32 | 0.64 | 0.83 |
HSV | 116° | 23° | 94° |
CMYK | 0.22 | 0.00 | 0.23 0.06 |
XYZ | 59.9073 | 75.7167 | 56.2571 |
Yxy | 75.7167 | 0.3122 | 0.3946 |
Hunter Lab | 87.0153 | -29.3853 | 22.5786 |
CIE-Lab | 89.7276 | -27.0256 | 21.8036 |
#bbefb7 color RGB value is (187,239,183).
#bbefb7 hex color red value is 187, green value is 239 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bbefb7 hue: 0.32 , saturation: 0.64 and the lightness value of bbefb7 is 0.83.
The process color (four color CMYK) of #bbefb7 color hex is 0.22, 0.00, 0.23, 0.06. Web safe color of #bbefb7 is #ccffcc. Color #bbefb7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101111 | 10110111 |
Octal | 273 | 357 | 267 |
Decimal | 187 | 239 | 183 |
Hex | BB | EF | B7 |
Shades of #bbefb7
Tints of #bbefb7
RGB Percentages of Color #bbefb7
CMYK Percentages of Color #bbefb7
Complementary Color
#bbefb7 | #ebb7ef |
#bbefb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbefb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbefb7 Color CSS Codes
.mybgcolor {background-color:#bbefb7; } .myforecolor {color:#bbefb7; } .mybordercolor {border:3px solid #bbefb7; }
#bbefb7 Text Font Color
<p style="color:#bbefb7">Text here</p>
This sample text font color is #bbefb7
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.
#bbefb7 Background Color
<div style="background-color:#bbefb7">
Div content here</div>
This div background color is #bbefb7
#bbefb7 Border Color
<div style="border:3px solid #bbefb7">
Div here</div>
This div border color is #bbefb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,239,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbefb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbefb7; -webkit-box-shadow: 1px 1px 3px 2px #bbefb7; box-shadow: 1px 1px 3px 2px #bbefb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,239,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbefb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbefb7; -webkit-box-shadow: 1px 1px 3px 2px #bbefb7; box-shadow: 1px 1px 3px 2px #bbefb7;">
Div content here</div>
This div box has shadow with color #bbefb7
Comments
No comments written yet.
Please login to write comment.