Color spaces of #bffa21
RGB | 191 | 250 | 33 |
---|---|---|---|
HSL | 0.21 | 0.96 | 0.55 |
HSV | 76° | 87° | 98° |
CMYK | 0.24 | 0.00 | 0.87 0.02 |
XYZ | 55.9460 | 79.5574 | 13.8463 |
Yxy | 79.5574 | 0.3746 | 0.5327 |
Hunter Lab | 89.1950 | -44.1301 | 53.2325 |
CIE-Lab | 91.4859 | -44.2696 | 84.7460 |
#bffa21 color RGB value is (191,250,33).
#bffa21 hex color red value is 191, green value is 250 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bffa21 hue: 0.21 , saturation: 0.96 and the lightness value of bffa21 is 0.55.
The process color (four color CMYK) of #bffa21 color hex is 0.24, 0.00, 0.87, 0.02. Web safe color of #bffa21 is #ccff33. Color #bffa21 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111010 | 00100001 |
Octal | 277 | 372 | 41 |
Decimal | 191 | 250 | 33 |
Hex | BF | FA | 21 |
Shades of #bffa21
Tints of #bffa21
RGB Percentages of Color #bffa21
CMYK Percentages of Color #bffa21
Complementary Color
#bffa21 | #5c21fa |
#bffa21 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bffa21 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bffa21 Color CSS Codes
.mybgcolor {background-color:#bffa21; } .myforecolor {color:#bffa21; } .mybordercolor {border:3px solid #bffa21; }
#bffa21 Text Font Color
<p style="color:#bffa21">Text here</p>
This sample text font color is #bffa21
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.
#bffa21 Background Color
<div style="background-color:#bffa21">
Div content here</div>
This div background color is #bffa21
#bffa21 Border Color
<div style="border:3px solid #bffa21">
Div here</div>
This div border color is #bffa21
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,250,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bffa21; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bffa21; -webkit-box-shadow: 1px 1px 3px 2px #bffa21; box-shadow: 1px 1px 3px 2px #bffa21; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,250,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bffa21">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bffa21; -webkit-box-shadow: 1px 1px 3px 2px #bffa21; box-shadow: 1px 1px 3px 2px #bffa21;">
Div content here</div>
This div box has shadow with color #bffa21
Comments
No comments written yet.
Please login to write comment.