Color spaces of #fbfb03
RGB | 251 | 251 | 3 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.50 |
HSV | 60° | 99° | 98° |
CMYK | 0.00 | 0.00 | 0.99 0.02 |
XYZ | 74.2973 | 89.5102 | 13.4475 |
Yxy | 89.5102 | 0.4192 | 0.5050 |
Hunter Lab | 94.6098 | -25.3908 | 57.7996 |
CIE-Lab | 95.7932 | -21.2770 | 93.1474 |
#fbfb03 color RGB value is (251,251,3).
#fbfb03 hex color red value is 251, green value is 251 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #fbfb03 hue: 0.17 , saturation: 0.98 and the lightness value of fbfb03 is 0.50.
The process color (four color CMYK) of #fbfb03 color hex is 0.00, 0.00, 0.99, 0.02. Web safe color of #fbfb03 is #ffff00. Color #fbfb03 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111011 | 00000011 |
Octal | 373 | 373 | 3 |
Decimal | 251 | 251 | 3 |
Hex | FB | FB | 3 |
Shades of #fbfb03
Tints of #fbfb03
RGB Percentages of Color #fbfb03
CMYK Percentages of Color #fbfb03
Complementary Color
#fbfb03 | #0303fb |
#fbfb03 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfb03 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfb03 Color CSS Codes
.mybgcolor {background-color:#fbfb03; } .myforecolor {color:#fbfb03; } .mybordercolor {border:3px solid #fbfb03; }
#fbfb03 Text Font Color
<p style="color:#fbfb03">Text here</p>
This sample text font color is #fbfb03
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.
#fbfb03 Background Color
<div style="background-color:#fbfb03">
Div content here</div>
This div background color is #fbfb03
#fbfb03 Border Color
<div style="border:3px solid #fbfb03">
Div here</div>
This div border color is #fbfb03
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,251,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfb03; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfb03; -webkit-box-shadow: 1px 1px 3px 2px #fbfb03; box-shadow: 1px 1px 3px 2px #fbfb03; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,251,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfb03">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfb03; -webkit-box-shadow: 1px 1px 3px 2px #fbfb03; box-shadow: 1px 1px 3px 2px #fbfb03;">
Div content here</div>
This div box has shadow with color #fbfb03
Related Colors
Comments
No comments written yet.
Please login to write comment.