Color spaces of #bcf96b
RGB | 188 | 249 | 107 |
---|---|---|---|
HSL | 0.24 | 0.92 | 0.70 |
HSV | 86° | 57° | 98° |
CMYK | 0.24 | 0.00 | 0.57 0.02 |
XYZ | 57.2686 | 79.5043 | 26.2374 |
Yxy | 79.5043 | 0.3513 | 0.4877 |
Hunter Lab | 89.1652 | -41.3929 | 44.9692 |
CIE-Lab | 91.4620 | -40.8901 | 60.8230 |
#bcf96b color RGB value is (188,249,107).
#bcf96b hex color red value is 188, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bcf96b hue: 0.24 , saturation: 0.92 and the lightness value of bcf96b is 0.70.
The process color (four color CMYK) of #bcf96b color hex is 0.24, 0.00, 0.57, 0.02. Web safe color of #bcf96b is #ccff66. Color #bcf96b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11111001 | 01101011 |
Octal | 274 | 371 | 153 |
Decimal | 188 | 249 | 107 |
Hex | BC | F9 | 6B |
Shades of #bcf96b
Tints of #bcf96b
RGB Percentages of Color #bcf96b
CMYK Percentages of Color #bcf96b
Complementary Color
#bcf96b | #a86bf9 |
#bcf96b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf96b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf96b Color CSS Codes
.mybgcolor {background-color:#bcf96b; } .myforecolor {color:#bcf96b; } .mybordercolor {border:3px solid #bcf96b; }
#bcf96b Text Font Color
<p style="color:#bcf96b">Text here</p>
This sample text font color is #bcf96b
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.
#bcf96b Background Color
<div style="background-color:#bcf96b">
Div content here</div>
This div background color is #bcf96b
#bcf96b Border Color
<div style="border:3px solid #bcf96b">
Div here</div>
This div border color is #bcf96b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,249,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf96b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf96b; -webkit-box-shadow: 1px 1px 3px 2px #bcf96b; box-shadow: 1px 1px 3px 2px #bcf96b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,249,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf96b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf96b; -webkit-box-shadow: 1px 1px 3px 2px #bcf96b; box-shadow: 1px 1px 3px 2px #bcf96b;">
Div content here</div>
This div box has shadow with color #bcf96b
Comments
No comments written yet.
Please login to write comment.