Color spaces of #bffa0c
RGB | 191 | 250 | 12 |
---|---|---|---|
HSL | 0.21 | 0.96 | 0.51 |
HSV | 75° | 95° | 98° |
CMYK | 0.24 | 0.00 | 0.95 0.02 |
XYZ | 55.7378 | 79.4741 | 12.7502 |
Yxy | 79.4741 | 0.3767 | 0.5371 |
Hunter Lab | 89.1482 | -44.4066 | 53.9240 |
CIE-Lab | 91.4484 | -44.6283 | 87.4085 |
#bffa0c color RGB value is (191,250,12).
#bffa0c hex color red value is 191, green value is 250 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bffa0c hue: 0.21 , saturation: 0.96 and the lightness value of bffa0c is 0.51.
The process color (four color CMYK) of #bffa0c color hex is 0.24, 0.00, 0.95, 0.02. Web safe color of #bffa0c is #ccff00. Color #bffa0c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111010 | 00001100 |
Octal | 277 | 372 | 14 |
Decimal | 191 | 250 | 12 |
Hex | BF | FA | C |
Shades of #bffa0c
Tints of #bffa0c
RGB Percentages of Color #bffa0c
CMYK Percentages of Color #bffa0c
Complementary Color
#bffa0c | #470cfa |
#bffa0c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bffa0c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bffa0c Color CSS Codes
.mybgcolor {background-color:#bffa0c; } .myforecolor {color:#bffa0c; } .mybordercolor {border:3px solid #bffa0c; }
#bffa0c Text Font Color
<p style="color:#bffa0c">Text here</p>
This sample text font color is #bffa0c
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.
#bffa0c Background Color
<div style="background-color:#bffa0c">
Div content here</div>
This div background color is #bffa0c
#bffa0c Border Color
<div style="border:3px solid #bffa0c">
Div here</div>
This div border color is #bffa0c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,250,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bffa0c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bffa0c; -webkit-box-shadow: 1px 1px 3px 2px #bffa0c; box-shadow: 1px 1px 3px 2px #bffa0c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,250,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bffa0c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bffa0c; -webkit-box-shadow: 1px 1px 3px 2px #bffa0c; box-shadow: 1px 1px 3px 2px #bffa0c;">
Div content here</div>
This div box has shadow with color #bffa0c
Comments
No comments written yet.
Please login to write comment.