Color spaces of #bbf29f
RGB | 187 | 242 | 159 |
---|---|---|---|
HSL | 0.28 | 0.76 | 0.79 |
HSV | 100° | 34° | 95° |
CMYK | 0.23 | 0.00 | 0.34 0.05 |
XYZ | 58.5037 | 76.5723 | 44.4973 |
Yxy | 76.5723 | 0.3258 | 0.4264 |
Hunter Lab | 87.5056 | -33.7949 | 31.1045 |
CIE-Lab | 90.1244 | -32.1103 | 34.5547 |
#bbf29f color RGB value is (187,242,159).
#bbf29f hex color red value is 187, green value is 242 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbf29f hue: 0.28 , saturation: 0.76 and the lightness value of bbf29f is 0.79.
The process color (four color CMYK) of #bbf29f color hex is 0.23, 0.00, 0.34, 0.05. Web safe color of #bbf29f is #ccff99. Color #bbf29f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110010 | 10011111 |
Octal | 273 | 362 | 237 |
Decimal | 187 | 242 | 159 |
Hex | BB | F2 | 9F |
Shades of #bbf29f
Tints of #bbf29f
RGB Percentages of Color #bbf29f
CMYK Percentages of Color #bbf29f
Complementary Color
#bbf29f | #d69ff2 |
#bbf29f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf29f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf29f Color CSS Codes
.mybgcolor {background-color:#bbf29f; } .myforecolor {color:#bbf29f; } .mybordercolor {border:3px solid #bbf29f; }
#bbf29f Text Font Color
<p style="color:#bbf29f">Text here</p>
This sample text font color is #bbf29f
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.
#bbf29f Background Color
<div style="background-color:#bbf29f">
Div content here</div>
This div background color is #bbf29f
#bbf29f Border Color
<div style="border:3px solid #bbf29f">
Div here</div>
This div border color is #bbf29f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,242,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf29f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf29f; -webkit-box-shadow: 1px 1px 3px 2px #bbf29f; box-shadow: 1px 1px 3px 2px #bbf29f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,242,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf29f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf29f; -webkit-box-shadow: 1px 1px 3px 2px #bbf29f; box-shadow: 1px 1px 3px 2px #bbf29f;">
Div content here</div>
This div box has shadow with color #bbf29f
Comments
No comments written yet.
Please login to write comment.