Color spaces of #fbc94d
RGB | 251 | 201 | 77 |
---|---|---|---|
HSL | 0.12 | 0.96 | 0.64 |
HSV | 43° | 69° | 98° |
CMYK | 0.00 | 0.20 | 0.69 0.02 |
XYZ | 62.0099 | 62.8183 | 15.8781 |
Yxy | 62.8183 | 0.4407 | 0.4464 |
Hunter Lab | 79.2580 | 0.9534 | 43.6028 |
CIE-Lab | 83.3467 | 5.4364 | 66.0162 |
#fbc94d color RGB value is (251,201,77).
#fbc94d hex color red value is 251, green value is 201 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fbc94d hue: 0.12 , saturation: 0.96 and the lightness value of fbc94d is 0.64.
The process color (four color CMYK) of #fbc94d color hex is 0.00, 0.20, 0.69, 0.02. Web safe color of #fbc94d is #ffcc66. Color #fbc94d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001001 | 01001101 |
Octal | 373 | 311 | 115 |
Decimal | 251 | 201 | 77 |
Hex | FB | C9 | 4D |
Shades of #fbc94d
Tints of #fbc94d
RGB Percentages of Color #fbc94d
CMYK Percentages of Color #fbc94d
Complementary Color
#fbc94d | #4d7ffb |
#fbc94d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc94d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc94d Color CSS Codes
.mybgcolor {background-color:#fbc94d; } .myforecolor {color:#fbc94d; } .mybordercolor {border:3px solid #fbc94d; }
#fbc94d Text Font Color
<p style="color:#fbc94d">Text here</p>
This sample text font color is #fbc94d
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.
#fbc94d Background Color
<div style="background-color:#fbc94d">
Div content here</div>
This div background color is #fbc94d
#fbc94d Border Color
<div style="border:3px solid #fbc94d">
Div here</div>
This div border color is #fbc94d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,201,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc94d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc94d; -webkit-box-shadow: 1px 1px 3px 2px #fbc94d; box-shadow: 1px 1px 3px 2px #fbc94d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,201,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc94d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc94d; -webkit-box-shadow: 1px 1px 3px 2px #fbc94d; box-shadow: 1px 1px 3px 2px #fbc94d;">
Div content here</div>
This div box has shadow with color #fbc94d
Comments
No comments written yet.
Please login to write comment.