Color spaces of #bfda50
RGB | 191 | 218 | 80 |
---|---|---|---|
HSL | 0.20 | 0.65 | 0.58 |
HSV | 72° | 63° | 85° |
CMYK | 0.12 | 0.00 | 0.63 0.15 |
XYZ | 48.0052 | 61.7984 | 16.9875 |
Yxy | 61.7984 | 0.3786 | 0.4874 |
Hunter Lab | 78.6120 | -28.5681 | 42.2162 |
CIE-Lab | 82.8061 | -27.7018 | 62.6874 |
#bfda50 color RGB value is (191,218,80).
#bfda50 hex color red value is 191, green value is 218 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bfda50 hue: 0.20 , saturation: 0.65 and the lightness value of bfda50 is 0.58.
The process color (four color CMYK) of #bfda50 color hex is 0.12, 0.00, 0.63, 0.15. Web safe color of #bfda50 is #cccc66. Color #bfda50 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011010 | 01010000 |
Octal | 277 | 332 | 120 |
Decimal | 191 | 218 | 80 |
Hex | BF | DA | 50 |
Shades of #bfda50
Tints of #bfda50
RGB Percentages of Color #bfda50
CMYK Percentages of Color #bfda50
Complementary Color
#bfda50 | #6b50da |
#bfda50 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfda50 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfda50 Color CSS Codes
.mybgcolor {background-color:#bfda50; } .myforecolor {color:#bfda50; } .mybordercolor {border:3px solid #bfda50; }
#bfda50 Text Font Color
<p style="color:#bfda50">Text here</p>
This sample text font color is #bfda50
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.
#bfda50 Background Color
<div style="background-color:#bfda50">
Div content here</div>
This div background color is #bfda50
#bfda50 Border Color
<div style="border:3px solid #bfda50">
Div here</div>
This div border color is #bfda50
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,218,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfda50; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfda50; -webkit-box-shadow: 1px 1px 3px 2px #bfda50; box-shadow: 1px 1px 3px 2px #bfda50; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,218,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfda50">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfda50; -webkit-box-shadow: 1px 1px 3px 2px #bfda50; box-shadow: 1px 1px 3px 2px #bfda50;">
Div content here</div>
This div box has shadow with color #bfda50
Comments
No comments written yet.
Please login to write comment.