Color spaces of #bbcf5f
RGB | 187 | 207 | 95 |
---|---|---|---|
HSL | 0.20 | 0.54 | 0.59 |
HSV | 71° | 54° | 81° |
CMYK | 0.10 | 0.00 | 0.54 0.19 |
XYZ | 44.8719 | 56.0167 | 19.2738 |
Yxy | 56.0167 | 0.3734 | 0.4662 |
Hunter Lab | 74.8443 | -23.9603 | 37.1227 |
CIE-Lab | 79.6233 | -22.8417 | 52.5714 |
#bbcf5f color RGB value is (187,207,95).
#bbcf5f hex color red value is 187, green value is 207 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbcf5f hue: 0.20 , saturation: 0.54 and the lightness value of bbcf5f is 0.59.
The process color (four color CMYK) of #bbcf5f color hex is 0.10, 0.00, 0.54, 0.19. Web safe color of #bbcf5f is #cccc66. Color #bbcf5f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001111 | 01011111 |
Octal | 273 | 317 | 137 |
Decimal | 187 | 207 | 95 |
Hex | BB | CF | 5F |
Shades of #bbcf5f
Tints of #bbcf5f
RGB Percentages of Color #bbcf5f
CMYK Percentages of Color #bbcf5f
Complementary Color
#bbcf5f | #735fcf |
#bbcf5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcf5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcf5f Color CSS Codes
.mybgcolor {background-color:#bbcf5f; } .myforecolor {color:#bbcf5f; } .mybordercolor {border:3px solid #bbcf5f; }
#bbcf5f Text Font Color
<p style="color:#bbcf5f">Text here</p>
This sample text font color is #bbcf5f
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.
#bbcf5f Background Color
<div style="background-color:#bbcf5f">
Div content here</div>
This div background color is #bbcf5f
#bbcf5f Border Color
<div style="border:3px solid #bbcf5f">
Div here</div>
This div border color is #bbcf5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,207,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcf5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcf5f; -webkit-box-shadow: 1px 1px 3px 2px #bbcf5f; box-shadow: 1px 1px 3px 2px #bbcf5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,207,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcf5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcf5f; -webkit-box-shadow: 1px 1px 3px 2px #bbcf5f; box-shadow: 1px 1px 3px 2px #bbcf5f;">
Div content here</div>
This div box has shadow with color #bbcf5f
Comments
No comments written yet.
Please login to write comment.