Color spaces of #fbda51
RGB | 251 | 218 | 81 |
---|---|---|---|
HSL | 0.13 | 0.96 | 0.65 |
HSV | 48° | 68° | 98° |
CMYK | 0.00 | 0.13 | 0.68 0.02 |
XYZ | 66.3403 | 71.2461 | 18.0400 |
Yxy | 71.2461 | 0.4263 | 0.4578 |
Hunter Lab | 84.4074 | -7.4202 | 46.4134 |
CIE-Lab | 87.6044 | -3.0476 | 68.7812 |
#fbda51 color RGB value is (251,218,81).
#fbda51 hex color red value is 251, green value is 218 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fbda51 hue: 0.13 , saturation: 0.96 and the lightness value of fbda51 is 0.65.
The process color (four color CMYK) of #fbda51 color hex is 0.00, 0.13, 0.68, 0.02. Web safe color of #fbda51 is #ffcc66. Color #fbda51 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011010 | 01010001 |
Octal | 373 | 332 | 121 |
Decimal | 251 | 218 | 81 |
Hex | FB | DA | 51 |
Shades of #fbda51
Tints of #fbda51
RGB Percentages of Color #fbda51
CMYK Percentages of Color #fbda51
Complementary Color
#fbda51 | #5172fb |
#fbda51 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbda51 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbda51 Color CSS Codes
.mybgcolor {background-color:#fbda51; } .myforecolor {color:#fbda51; } .mybordercolor {border:3px solid #fbda51; }
#fbda51 Text Font Color
<p style="color:#fbda51">Text here</p>
This sample text font color is #fbda51
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.
#fbda51 Background Color
<div style="background-color:#fbda51">
Div content here</div>
This div background color is #fbda51
#fbda51 Border Color
<div style="border:3px solid #fbda51">
Div here</div>
This div border color is #fbda51
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,218,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbda51; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbda51; -webkit-box-shadow: 1px 1px 3px 2px #fbda51; box-shadow: 1px 1px 3px 2px #fbda51; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,218,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbda51">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbda51; -webkit-box-shadow: 1px 1px 3px 2px #fbda51; box-shadow: 1px 1px 3px 2px #fbda51;">
Div content here</div>
This div box has shadow with color #fbda51
Comments
No comments written yet.
Please login to write comment.