Color spaces of #bbe07f
RGB | 187 | 224 | 127 |
---|---|---|---|
HSL | 0.23 | 0.61 | 0.69 |
HSV | 83° | 43° | 88° |
CMYK | 0.17 | 0.00 | 0.43 0.12 |
XYZ | 50.9799 | 65.4084 | 30.0168 |
Yxy | 65.4084 | 0.3482 | 0.4468 |
Hunter Lab | 80.8755 | -29.0145 | 34.6074 |
CIE-Lab | 84.6937 | -27.7777 | 43.4437 |
#bbe07f color RGB value is (187,224,127).
#bbe07f hex color red value is 187, green value is 224 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bbe07f hue: 0.23 , saturation: 0.61 and the lightness value of bbe07f is 0.69.
The process color (four color CMYK) of #bbe07f color hex is 0.17, 0.00, 0.43, 0.12. Web safe color of #bbe07f is #cccc66. Color #bbe07f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100000 | 01111111 |
Octal | 273 | 340 | 177 |
Decimal | 187 | 224 | 127 |
Hex | BB | E0 | 7F |
Shades of #bbe07f
Tints of #bbe07f
RGB Percentages of Color #bbe07f
CMYK Percentages of Color #bbe07f
Complementary Color
#bbe07f | #a47fe0 |
#bbe07f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe07f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe07f Color CSS Codes
.mybgcolor {background-color:#bbe07f; } .myforecolor {color:#bbe07f; } .mybordercolor {border:3px solid #bbe07f; }
#bbe07f Text Font Color
<p style="color:#bbe07f">Text here</p>
This sample text font color is #bbe07f
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.
#bbe07f Background Color
<div style="background-color:#bbe07f">
Div content here</div>
This div background color is #bbe07f
#bbe07f Border Color
<div style="border:3px solid #bbe07f">
Div here</div>
This div border color is #bbe07f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,224,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe07f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe07f; -webkit-box-shadow: 1px 1px 3px 2px #bbe07f; box-shadow: 1px 1px 3px 2px #bbe07f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,224,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe07f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe07f; -webkit-box-shadow: 1px 1px 3px 2px #bbe07f; box-shadow: 1px 1px 3px 2px #bbe07f;">
Div content here</div>
This div box has shadow with color #bbe07f
Comments
No comments written yet.
Please login to write comment.