Color spaces of #bcf659
RGB | 188 | 246 | 89 |
---|---|---|---|
HSL | 0.23 | 0.90 | 0.66 |
HSV | 82° | 64° | 96° |
CMYK | 0.24 | 0.00 | 0.64 0.04 |
XYZ | 55.4980 | 77.3242 | 21.4512 |
Yxy | 77.3242 | 0.3597 | 0.5012 |
Hunter Lab | 87.9342 | -41.2279 | 47.0904 |
CIE-Lab | 90.4706 | -41.0149 | 67.1948 |
#bcf659 color RGB value is (188,246,89).
#bcf659 hex color red value is 188, green value is 246 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bcf659 hue: 0.23 , saturation: 0.90 and the lightness value of bcf659 is 0.66.
The process color (four color CMYK) of #bcf659 color hex is 0.24, 0.00, 0.64, 0.04. Web safe color of #bcf659 is #ccff66. Color #bcf659 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11110110 | 01011001 |
Octal | 274 | 366 | 131 |
Decimal | 188 | 246 | 89 |
Hex | BC | F6 | 59 |
Shades of #bcf659
Tints of #bcf659
RGB Percentages of Color #bcf659
CMYK Percentages of Color #bcf659
Complementary Color
#bcf659 | #9359f6 |
#bcf659 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf659 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf659 Color CSS Codes
.mybgcolor {background-color:#bcf659; } .myforecolor {color:#bcf659; } .mybordercolor {border:3px solid #bcf659; }
#bcf659 Text Font Color
<p style="color:#bcf659">Text here</p>
This sample text font color is #bcf659
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.
#bcf659 Background Color
<div style="background-color:#bcf659">
Div content here</div>
This div background color is #bcf659
#bcf659 Border Color
<div style="border:3px solid #bcf659">
Div here</div>
This div border color is #bcf659
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,246,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf659; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf659; -webkit-box-shadow: 1px 1px 3px 2px #bcf659; box-shadow: 1px 1px 3px 2px #bcf659; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,246,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf659">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf659; -webkit-box-shadow: 1px 1px 3px 2px #bcf659; box-shadow: 1px 1px 3px 2px #bcf659;">
Div content here</div>
This div box has shadow with color #bcf659
Comments
No comments written yet.
Please login to write comment.