Color spaces of #fbfb19
RGB | 251 | 251 | 25 |
---|---|---|---|
HSL | 0.17 | 0.97 | 0.54 |
HSV | 60° | 90° | 98° |
CMYK | 0.00 | 0.00 | 0.90 0.02 |
XYZ | 74.4563 | 89.5738 | 14.2849 |
Yxy | 89.5738 | 0.4176 | 0.5023 |
Hunter Lab | 94.6434 | -25.1995 | 57.3015 |
CIE-Lab | 95.8197 | -21.0627 | 91.1672 |
#fbfb19 color RGB value is (251,251,25).
#fbfb19 hex color red value is 251, green value is 251 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fbfb19 hue: 0.17 , saturation: 0.97 and the lightness value of fbfb19 is 0.54.
The process color (four color CMYK) of #fbfb19 color hex is 0.00, 0.00, 0.90, 0.02. Web safe color of #fbfb19 is #ffff00. Color #fbfb19 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111011 | 00011001 |
Octal | 373 | 373 | 31 |
Decimal | 251 | 251 | 25 |
Hex | FB | FB | 19 |
Shades of #fbfb19
Tints of #fbfb19
RGB Percentages of Color #fbfb19
CMYK Percentages of Color #fbfb19
Complementary Color
#fbfb19 | #1919fb |
#fbfb19 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfb19 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfb19 Color CSS Codes
.mybgcolor {background-color:#fbfb19; } .myforecolor {color:#fbfb19; } .mybordercolor {border:3px solid #fbfb19; }
#fbfb19 Text Font Color
<p style="color:#fbfb19">Text here</p>
This sample text font color is #fbfb19
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.
#fbfb19 Background Color
<div style="background-color:#fbfb19">
Div content here</div>
This div background color is #fbfb19
#fbfb19 Border Color
<div style="border:3px solid #fbfb19">
Div here</div>
This div border color is #fbfb19
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,251,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfb19; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfb19; -webkit-box-shadow: 1px 1px 3px 2px #fbfb19; box-shadow: 1px 1px 3px 2px #fbfb19; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,251,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfb19">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfb19; -webkit-box-shadow: 1px 1px 3px 2px #fbfb19; box-shadow: 1px 1px 3px 2px #fbfb19;">
Div content here</div>
This div box has shadow with color #fbfb19
Comments
No comments written yet.
Please login to write comment.