Color spaces of #bfef3b
RGB | 191 | 239 | 59 |
---|---|---|---|
HSL | 0.21 | 0.85 | 0.58 |
HSV | 76° | 75° | 94° |
CMYK | 0.20 | 0.00 | 0.75 0.06 |
XYZ | 53.1418 | 73.1251 | 15.4514 |
Yxy | 73.1251 | 0.3750 | 0.5160 |
Hunter Lab | 85.5132 | -38.7201 | 49.1461 |
CIE-Lab | 88.5073 | -38.5524 | 75.8655 |
#bfef3b color RGB value is (191,239,59).
#bfef3b hex color red value is 191, green value is 239 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfef3b hue: 0.21 , saturation: 0.85 and the lightness value of bfef3b is 0.58.
The process color (four color CMYK) of #bfef3b color hex is 0.20, 0.00, 0.75, 0.06. Web safe color of #bfef3b is #ccff33. Color #bfef3b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101111 | 00111011 |
Octal | 277 | 357 | 73 |
Decimal | 191 | 239 | 59 |
Hex | BF | EF | 3B |
Shades of #bfef3b
Tints of #bfef3b
RGB Percentages of Color #bfef3b
CMYK Percentages of Color #bfef3b
Complementary Color
#bfef3b | #6b3bef |
#bfef3b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfef3b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfef3b Color CSS Codes
.mybgcolor {background-color:#bfef3b; } .myforecolor {color:#bfef3b; } .mybordercolor {border:3px solid #bfef3b; }
#bfef3b Text Font Color
<p style="color:#bfef3b">Text here</p>
This sample text font color is #bfef3b
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.
#bfef3b Background Color
<div style="background-color:#bfef3b">
Div content here</div>
This div background color is #bfef3b
#bfef3b Border Color
<div style="border:3px solid #bfef3b">
Div here</div>
This div border color is #bfef3b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,239,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfef3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfef3b; -webkit-box-shadow: 1px 1px 3px 2px #bfef3b; box-shadow: 1px 1px 3px 2px #bfef3b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,239,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfef3b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfef3b; -webkit-box-shadow: 1px 1px 3px 2px #bfef3b; box-shadow: 1px 1px 3px 2px #bfef3b;">
Div content here</div>
This div box has shadow with color #bfef3b
Comments
No comments written yet.
Please login to write comment.