Color spaces of #fbff95
RGB | 251 | 255 | 149 |
---|---|---|---|
HSL | 0.17 | 1.00 | 0.79 |
HSV | 62° | 42° | 100° |
CMYK | 0.02 | 0.00 | 0.42 0.00 |
XYZ | 80.9685 | 94.1992 | 42.3485 |
Yxy | 94.1992 | 0.3722 | 0.4331 |
Hunter Lab | 97.0563 | -20.9361 | 42.0694 |
CIE-Lab | 97.7122 | -16.1560 | 50.0657 |
#fbff95 color RGB value is (251,255,149).
#fbff95 hex color red value is 251, green value is 255 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fbff95 hue: 0.17 , saturation: 1.00 and the lightness value of fbff95 is 0.79.
The process color (four color CMYK) of #fbff95 color hex is 0.02, 0.00, 0.42, 0.00. Web safe color of #fbff95 is #ffff99. Color #fbff95 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111111 | 10010101 |
Octal | 373 | 377 | 225 |
Decimal | 251 | 255 | 149 |
Hex | FB | FF | 95 |
Shades of #fbff95
Tints of #fbff95
RGB Percentages of Color #fbff95
CMYK Percentages of Color #fbff95
Complementary Color
#fbff95 | #9995ff |
#fbff95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbff95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbff95 Color CSS Codes
.mybgcolor {background-color:#fbff95; } .myforecolor {color:#fbff95; } .mybordercolor {border:3px solid #fbff95; }
#fbff95 Text Font Color
<p style="color:#fbff95">Text here</p>
This sample text font color is #fbff95
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.
#fbff95 Background Color
<div style="background-color:#fbff95">
Div content here</div>
This div background color is #fbff95
#fbff95 Border Color
<div style="border:3px solid #fbff95">
Div here</div>
This div border color is #fbff95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,255,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbff95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbff95; -webkit-box-shadow: 1px 1px 3px 2px #fbff95; box-shadow: 1px 1px 3px 2px #fbff95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,255,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbff95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbff95; -webkit-box-shadow: 1px 1px 3px 2px #fbff95; box-shadow: 1px 1px 3px 2px #fbff95;">
Div content here</div>
This div box has shadow with color #fbff95
Related Colors
#fbff95 Color Palettes
Comments
No comments written yet.
Please login to write comment.