Color spaces of #bff29e
RGB | 191 | 242 | 158 |
---|---|---|---|
HSL | 0.27 | 0.76 | 0.78 |
HSV | 96° | 35° | 95° |
CMYK | 0.21 | 0.00 | 0.35 0.05 |
XYZ | 59.4095 | 77.0492 | 44.0885 |
Yxy | 77.0492 | 0.3291 | 0.4268 |
Hunter Lab | 87.7777 | -32.7989 | 31.6645 |
CIE-Lab | 90.3443 | -30.8741 | 35.3896 |
#bff29e color RGB value is (191,242,158).
#bff29e hex color red value is 191, green value is 242 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bff29e hue: 0.27 , saturation: 0.76 and the lightness value of bff29e is 0.78.
The process color (four color CMYK) of #bff29e color hex is 0.21, 0.00, 0.35, 0.05. Web safe color of #bff29e is #ccff99. Color #bff29e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11110010 | 10011110 |
Octal | 277 | 362 | 236 |
Decimal | 191 | 242 | 158 |
Hex | BF | F2 | 9E |
Shades of #bff29e
Tints of #bff29e
RGB Percentages of Color #bff29e
CMYK Percentages of Color #bff29e
Complementary Color
#bff29e | #d19ef2 |
#bff29e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff29e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff29e Color CSS Codes
.mybgcolor {background-color:#bff29e; } .myforecolor {color:#bff29e; } .mybordercolor {border:3px solid #bff29e; }
#bff29e Text Font Color
<p style="color:#bff29e">Text here</p>
This sample text font color is #bff29e
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.
#bff29e Background Color
<div style="background-color:#bff29e">
Div content here</div>
This div background color is #bff29e
#bff29e Border Color
<div style="border:3px solid #bff29e">
Div here</div>
This div border color is #bff29e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,242,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff29e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff29e; -webkit-box-shadow: 1px 1px 3px 2px #bff29e; box-shadow: 1px 1px 3px 2px #bff29e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,242,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bff29e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff29e; -webkit-box-shadow: 1px 1px 3px 2px #bff29e; box-shadow: 1px 1px 3px 2px #bff29e;">
Div content here</div>
This div box has shadow with color #bff29e
Comments
No comments written yet.
Please login to write comment.