Color spaces of #fbd65f
RGB | 251 | 214 | 95 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.68 |
HSV | 46° | 62° | 98° |
CMYK | 0.00 | 0.15 | 0.62 0.02 |
XYZ | 65.8958 | 69.4286 | 20.7544 |
Yxy | 69.4286 | 0.4222 | 0.4448 |
Hunter Lab | 83.3238 | -4.6518 | 43.5587 |
CIE-Lab | 86.7158 | -0.2103 | 61.9950 |
#fbd65f color RGB value is (251,214,95).
#fbd65f hex color red value is 251, green value is 214 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fbd65f hue: 0.13 , saturation: 0.95 and the lightness value of fbd65f is 0.68.
The process color (four color CMYK) of #fbd65f color hex is 0.00, 0.15, 0.62, 0.02. Web safe color of #fbd65f is #ffcc66. Color #fbd65f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11010110 | 01011111 |
Octal | 373 | 326 | 137 |
Decimal | 251 | 214 | 95 |
Hex | FB | D6 | 5F |
Shades of #fbd65f
Tints of #fbd65f
RGB Percentages of Color #fbd65f
CMYK Percentages of Color #fbd65f
Complementary Color
#fbd65f | #5f84fb |
#fbd65f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbd65f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbd65f Color CSS Codes
.mybgcolor {background-color:#fbd65f; } .myforecolor {color:#fbd65f; } .mybordercolor {border:3px solid #fbd65f; }
#fbd65f Text Font Color
<p style="color:#fbd65f">Text here</p>
This sample text font color is #fbd65f
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.
#fbd65f Background Color
<div style="background-color:#fbd65f">
Div content here</div>
This div background color is #fbd65f
#fbd65f Border Color
<div style="border:3px solid #fbd65f">
Div here</div>
This div border color is #fbd65f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,214,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbd65f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbd65f; -webkit-box-shadow: 1px 1px 3px 2px #fbd65f; box-shadow: 1px 1px 3px 2px #fbd65f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,214,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbd65f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbd65f; -webkit-box-shadow: 1px 1px 3px 2px #fbd65f; box-shadow: 1px 1px 3px 2px #fbd65f;">
Div content here</div>
This div box has shadow with color #fbd65f
Comments
No comments written yet.
Please login to write comment.