Color spaces of #fbfd5f
RGB | 251 | 253 | 95 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.68 |
HSV | 61° | 62° | 99° |
CMYK | 0.01 | 0.00 | 0.62 0.01 |
XYZ | 76.9745 | 91.5860 | 24.4474 |
Yxy | 91.5860 | 0.3988 | 0.4745 |
Hunter Lab | 95.7006 | -23.9037 | 51.8443 |
CIE-Lab | 96.6508 | -19.5064 | 72.6664 |
#fbfd5f color RGB value is (251,253,95).
#fbfd5f hex color red value is 251, green value is 253 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fbfd5f hue: 0.17 , saturation: 0.98 and the lightness value of fbfd5f is 0.68.
The process color (four color CMYK) of #fbfd5f color hex is 0.01, 0.00, 0.62, 0.01. Web safe color of #fbfd5f is #ffff66. Color #fbfd5f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111101 | 01011111 |
Octal | 373 | 375 | 137 |
Decimal | 251 | 253 | 95 |
Hex | FB | FD | 5F |
Shades of #fbfd5f
Tints of #fbfd5f
RGB Percentages of Color #fbfd5f
CMYK Percentages of Color #fbfd5f
Complementary Color
#fbfd5f | #615ffd |
#fbfd5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfd5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfd5f Color CSS Codes
.mybgcolor {background-color:#fbfd5f; } .myforecolor {color:#fbfd5f; } .mybordercolor {border:3px solid #fbfd5f; }
#fbfd5f Text Font Color
<p style="color:#fbfd5f">Text here</p>
This sample text font color is #fbfd5f
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.
#fbfd5f Background Color
<div style="background-color:#fbfd5f">
Div content here</div>
This div background color is #fbfd5f
#fbfd5f Border Color
<div style="border:3px solid #fbfd5f">
Div here</div>
This div border color is #fbfd5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,253,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfd5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfd5f; -webkit-box-shadow: 1px 1px 3px 2px #fbfd5f; box-shadow: 1px 1px 3px 2px #fbfd5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,253,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfd5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfd5f; -webkit-box-shadow: 1px 1px 3px 2px #fbfd5f; box-shadow: 1px 1px 3px 2px #fbfd5f;">
Div content here</div>
This div box has shadow with color #fbfd5f
Related Colors
Comments
No comments written yet.
Please login to write comment.