Color spaces of #fbf784
RGB | 251 | 247 | 132 |
---|---|---|---|
HSL | 0.16 | 0.94 | 0.75 |
HSV | 58° | 47° | 98° |
CMYK | 0.00 | 0.02 | 0.47 0.02 |
XYZ | 77.2093 | 88.6967 | 34.8806 |
Yxy | 88.6967 | 0.3845 | 0.4417 |
Hunter Lab | 94.1789 | -18.4761 | 43.9663 |
CIE-Lab | 95.4535 | -13.8722 | 55.3134 |
#fbf784 color RGB value is (251,247,132).
#fbf784 hex color red value is 251, green value is 247 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fbf784 hue: 0.16 , saturation: 0.94 and the lightness value of fbf784 is 0.75.
The process color (four color CMYK) of #fbf784 color hex is 0.00, 0.02, 0.47, 0.02. Web safe color of #fbf784 is #ffff99. Color #fbf784 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11110111 | 10000100 |
Octal | 373 | 367 | 204 |
Decimal | 251 | 247 | 132 |
Hex | FB | F7 | 84 |
Shades of #fbf784
Tints of #fbf784
RGB Percentages of Color #fbf784
CMYK Percentages of Color #fbf784
Complementary Color
#fbf784 | #8488fb |
#fbf784 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbf784 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbf784 Color CSS Codes
.mybgcolor {background-color:#fbf784; } .myforecolor {color:#fbf784; } .mybordercolor {border:3px solid #fbf784; }
#fbf784 Text Font Color
<p style="color:#fbf784">Text here</p>
This sample text font color is #fbf784
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.
#fbf784 Background Color
<div style="background-color:#fbf784">
Div content here</div>
This div background color is #fbf784
#fbf784 Border Color
<div style="border:3px solid #fbf784">
Div here</div>
This div border color is #fbf784
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,247,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf784; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbf784; -webkit-box-shadow: 1px 1px 3px 2px #fbf784; box-shadow: 1px 1px 3px 2px #fbf784; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,247,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbf784">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbf784; -webkit-box-shadow: 1px 1px 3px 2px #fbf784; box-shadow: 1px 1px 3px 2px #fbf784;">
Div content here</div>
This div box has shadow with color #fbf784
Comments
No comments written yet.
Please login to write comment.