Color spaces of #bcf97c
RGB | 188 | 249 | 124 |
---|---|---|---|
HSL | 0.25 | 0.91 | 0.73 |
HSV | 89° | 50° | 98° |
CMYK | 0.24 | 0.00 | 0.50 0.02 |
XYZ | 58.2528 | 79.8980 | 31.4204 |
Yxy | 79.8980 | 0.3435 | 0.4712 |
Hunter Lab | 89.3857 | -40.0962 | 41.7287 |
CIE-Lab | 91.6391 | -39.2480 | 53.4204 |
#bcf97c color RGB value is (188,249,124).
#bcf97c hex color red value is 188, green value is 249 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bcf97c hue: 0.25 , saturation: 0.91 and the lightness value of bcf97c is 0.73.
The process color (four color CMYK) of #bcf97c color hex is 0.24, 0.00, 0.50, 0.02. Web safe color of #bcf97c is #ccff66. Color #bcf97c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11111001 | 01111100 |
Octal | 274 | 371 | 174 |
Decimal | 188 | 249 | 124 |
Hex | BC | F9 | 7C |
Shades of #bcf97c
Tints of #bcf97c
RGB Percentages of Color #bcf97c
CMYK Percentages of Color #bcf97c
Complementary Color
#bcf97c | #b97cf9 |
#bcf97c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf97c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf97c Color CSS Codes
.mybgcolor {background-color:#bcf97c; } .myforecolor {color:#bcf97c; } .mybordercolor {border:3px solid #bcf97c; }
#bcf97c Text Font Color
<p style="color:#bcf97c">Text here</p>
This sample text font color is #bcf97c
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.
#bcf97c Background Color
<div style="background-color:#bcf97c">
Div content here</div>
This div background color is #bcf97c
#bcf97c Border Color
<div style="border:3px solid #bcf97c">
Div here</div>
This div border color is #bcf97c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,249,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf97c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf97c; -webkit-box-shadow: 1px 1px 3px 2px #bcf97c; box-shadow: 1px 1px 3px 2px #bcf97c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,249,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf97c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf97c; -webkit-box-shadow: 1px 1px 3px 2px #bcf97c; box-shadow: 1px 1px 3px 2px #bcf97c;">
Div content here</div>
This div box has shadow with color #bcf97c
Comments
No comments written yet.
Please login to write comment.