Color spaces of #bff099
RGB | 191 | 240 | 153 |
---|---|---|---|
HSL | 0.26 | 0.74 | 0.77 |
HSV | 94° | 36° | 94° |
CMYK | 0.20 | 0.00 | 0.36 0.06 |
XYZ | 58.3957 | 75.6964 | 41.6701 |
Yxy | 75.6964 | 0.3322 | 0.4307 |
Hunter Lab | 87.0037 | -32.4496 | 32.5058 |
CIE-Lab | 89.7182 | -30.6213 | 37.0667 |
#bff099 color RGB value is (191,240,153).
#bff099 hex color red value is 191, green value is 240 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bff099 hue: 0.26 , saturation: 0.74 and the lightness value of bff099 is 0.77.
The process color (four color CMYK) of #bff099 color hex is 0.20, 0.00, 0.36, 0.06. Web safe color of #bff099 is #ccff99. Color #bff099 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11110000 | 10011001 |
Octal | 277 | 360 | 231 |
Decimal | 191 | 240 | 153 |
Hex | BF | F0 | 99 |
Shades of #bff099
Tints of #bff099
RGB Percentages of Color #bff099
CMYK Percentages of Color #bff099
Complementary Color
#bff099 | #ca99f0 |
#bff099 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff099 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff099 Color CSS Codes
.mybgcolor {background-color:#bff099; } .myforecolor {color:#bff099; } .mybordercolor {border:3px solid #bff099; }
#bff099 Text Font Color
<p style="color:#bff099">Text here</p>
This sample text font color is #bff099
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.
#bff099 Background Color
<div style="background-color:#bff099">
Div content here</div>
This div background color is #bff099
#bff099 Border Color
<div style="border:3px solid #bff099">
Div here</div>
This div border color is #bff099
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,240,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff099; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff099; -webkit-box-shadow: 1px 1px 3px 2px #bff099; box-shadow: 1px 1px 3px 2px #bff099; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,240,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bff099">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff099; -webkit-box-shadow: 1px 1px 3px 2px #bff099; box-shadow: 1px 1px 3px 2px #bff099;">
Div content here</div>
This div box has shadow with color #bff099
Comments
No comments written yet.
Please login to write comment.