Color spaces of #bfd829
RGB | 191 | 216 | 41 |
---|---|---|---|
HSL | 0.19 | 0.69 | 0.50 |
HSV | 69° | 81° | 85° |
CMYK | 0.12 | 0.00 | 0.81 0.15 |
XYZ | 46.4420 | 60.3482 | 11.2984 |
Yxy | 60.3482 | 0.3933 | 0.5110 |
Hunter Lab | 77.6841 | -29.2343 | 45.7557 |
CIE-Lab | 82.0271 | -28.7138 | 75.0293 |
#bfd829 color RGB value is (191,216,41).
#bfd829 hex color red value is 191, green value is 216 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bfd829 hue: 0.19 , saturation: 0.69 and the lightness value of bfd829 is 0.50.
The process color (four color CMYK) of #bfd829 color hex is 0.12, 0.00, 0.81, 0.15. Web safe color of #bfd829 is #cccc33. Color #bfd829 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011000 | 00101001 |
Octal | 277 | 330 | 51 |
Decimal | 191 | 216 | 41 |
Hex | BF | D8 | 29 |
Shades of #bfd829
Tints of #bfd829
RGB Percentages of Color #bfd829
CMYK Percentages of Color #bfd829
Complementary Color
#bfd829 | #4229d8 |
#bfd829 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd829 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd829 Color CSS Codes
.mybgcolor {background-color:#bfd829; } .myforecolor {color:#bfd829; } .mybordercolor {border:3px solid #bfd829; }
#bfd829 Text Font Color
<p style="color:#bfd829">Text here</p>
This sample text font color is #bfd829
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.
#bfd829 Background Color
<div style="background-color:#bfd829">
Div content here</div>
This div background color is #bfd829
#bfd829 Border Color
<div style="border:3px solid #bfd829">
Div here</div>
This div border color is #bfd829
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,216,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd829; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd829; -webkit-box-shadow: 1px 1px 3px 2px #bfd829; box-shadow: 1px 1px 3px 2px #bfd829; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,216,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd829">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd829; -webkit-box-shadow: 1px 1px 3px 2px #bfd829; box-shadow: 1px 1px 3px 2px #bfd829;">
Div content here</div>
This div box has shadow with color #bfd829
Comments
No comments written yet.
Please login to write comment.