Color spaces of #fbbb0d
RGB | 251 | 187 | 13 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.52 |
HSV | 44° | 95° | 98° |
CMYK | 0.00 | 0.25 | 0.95 0.02 |
XYZ | 57.6266 | 56.0789 | 8.1678 |
Yxy | 56.0789 | 0.4728 | 0.4601 |
Hunter Lab | 74.8858 | 6.3101 | 45.9533 |
CIE-Lab | 79.6587 | 10.8642 | 80.5801 |
#fbbb0d color RGB value is (251,187,13).
#fbbb0d hex color red value is 251, green value is 187 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fbbb0d hue: 0.12 , saturation: 0.97 and the lightness value of fbbb0d is 0.52.
The process color (four color CMYK) of #fbbb0d color hex is 0.00, 0.25, 0.95, 0.02. Web safe color of #fbbb0d is #ffcc00. Color #fbbb0d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111011 | 00001101 |
Octal | 373 | 273 | 15 |
Decimal | 251 | 187 | 13 |
Hex | FB | BB | D |
Shades of #fbbb0d
Tints of #fbbb0d
RGB Percentages of Color #fbbb0d
CMYK Percentages of Color #fbbb0d
Complementary Color
#fbbb0d | #0d4dfb |
#fbbb0d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbb0d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbb0d Color CSS Codes
.mybgcolor {background-color:#fbbb0d; } .myforecolor {color:#fbbb0d; } .mybordercolor {border:3px solid #fbbb0d; }
#fbbb0d Text Font Color
<p style="color:#fbbb0d">Text here</p>
This sample text font color is #fbbb0d
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.
#fbbb0d Background Color
<div style="background-color:#fbbb0d">
Div content here</div>
This div background color is #fbbb0d
#fbbb0d Border Color
<div style="border:3px solid #fbbb0d">
Div here</div>
This div border color is #fbbb0d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,187,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbb0d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbb0d; -webkit-box-shadow: 1px 1px 3px 2px #fbbb0d; box-shadow: 1px 1px 3px 2px #fbbb0d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,187,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbb0d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbb0d; -webkit-box-shadow: 1px 1px 3px 2px #fbbb0d; box-shadow: 1px 1px 3px 2px #fbbb0d;">
Div content here</div>
This div box has shadow with color #fbbb0d
Comments
No comments written yet.
Please login to write comment.