Color spaces of #fbfe3d
RGB | 251 | 254 | 61 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.62 |
HSV | 61° | 76° | 100° |
CMYK | 0.01 | 0.00 | 0.76 0.00 |
XYZ | 76.0678 | 91.7298 | 18.1113 |
Yxy | 91.7298 | 0.4092 | 0.4934 |
Hunter Lab | 95.7757 | -25.8376 | 55.8312 |
CIE-Lab | 96.7097 | -21.5975 | 84.3355 |
#fbfe3d color RGB value is (251,254,61).
#fbfe3d hex color red value is 251, green value is 254 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fbfe3d hue: 0.17 , saturation: 0.99 and the lightness value of fbfe3d is 0.62.
The process color (four color CMYK) of #fbfe3d color hex is 0.01, 0.00, 0.76, 0.00. Web safe color of #fbfe3d is #ffff33. Color #fbfe3d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111110 | 00111101 |
Octal | 373 | 376 | 75 |
Decimal | 251 | 254 | 61 |
Hex | FB | FE | 3D |
Shades of #fbfe3d
Tints of #fbfe3d
RGB Percentages of Color #fbfe3d
CMYK Percentages of Color #fbfe3d
Complementary Color
#fbfe3d | #403dfe |
#fbfe3d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfe3d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfe3d Color CSS Codes
.mybgcolor {background-color:#fbfe3d; } .myforecolor {color:#fbfe3d; } .mybordercolor {border:3px solid #fbfe3d; }
#fbfe3d Text Font Color
<p style="color:#fbfe3d">Text here</p>
This sample text font color is #fbfe3d
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.
#fbfe3d Background Color
<div style="background-color:#fbfe3d">
Div content here</div>
This div background color is #fbfe3d
#fbfe3d Border Color
<div style="border:3px solid #fbfe3d">
Div here</div>
This div border color is #fbfe3d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,254,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfe3d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfe3d; -webkit-box-shadow: 1px 1px 3px 2px #fbfe3d; box-shadow: 1px 1px 3px 2px #fbfe3d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,254,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfe3d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfe3d; -webkit-box-shadow: 1px 1px 3px 2px #fbfe3d; box-shadow: 1px 1px 3px 2px #fbfe3d;">
Div content here</div>
This div box has shadow with color #fbfe3d
Comments
No comments written yet.
Please login to write comment.