Color spaces of #bfe528
RGB | 191 | 229 | 40 |
---|---|---|---|
HSL | 0.20 | 0.78 | 0.53 |
HSV | 72° | 83° | 90° |
CMYK | 0.17 | 0.00 | 0.83 0.10 |
XYZ | 49.8882 | 67.2682 | 12.3622 |
Yxy | 67.2682 | 0.3852 | 0.5194 |
Hunter Lab | 82.0172 | -34.9548 | 48.4754 |
CIE-Lab | 85.6392 | -34.7738 | 78.3954 |
#bfe528 color RGB value is (191,229,40).
#bfe528 hex color red value is 191, green value is 229 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bfe528 hue: 0.20 , saturation: 0.78 and the lightness value of bfe528 is 0.53.
The process color (four color CMYK) of #bfe528 color hex is 0.17, 0.00, 0.83, 0.10. Web safe color of #bfe528 is #cccc33. Color #bfe528 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100101 | 00101000 |
Octal | 277 | 345 | 50 |
Decimal | 191 | 229 | 40 |
Hex | BF | E5 | 28 |
Shades of #bfe528
Tints of #bfe528
RGB Percentages of Color #bfe528
CMYK Percentages of Color #bfe528
Complementary Color
#bfe528 | #4e28e5 |
#bfe528 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe528 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe528 Color CSS Codes
.mybgcolor {background-color:#bfe528; } .myforecolor {color:#bfe528; } .mybordercolor {border:3px solid #bfe528; }
#bfe528 Text Font Color
<p style="color:#bfe528">Text here</p>
This sample text font color is #bfe528
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.
#bfe528 Background Color
<div style="background-color:#bfe528">
Div content here</div>
This div background color is #bfe528
#bfe528 Border Color
<div style="border:3px solid #bfe528">
Div here</div>
This div border color is #bfe528
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,229,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe528; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe528; -webkit-box-shadow: 1px 1px 3px 2px #bfe528; box-shadow: 1px 1px 3px 2px #bfe528; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,229,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe528">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe528; -webkit-box-shadow: 1px 1px 3px 2px #bfe528; box-shadow: 1px 1px 3px 2px #bfe528;">
Div content here</div>
This div box has shadow with color #bfe528
Comments
No comments written yet.
Please login to write comment.