Color spaces of #fbe44f
RGB | 251 | 228 | 79 |
---|---|---|---|
HSL | 0.14 | 0.96 | 0.65 |
HSV | 52° | 69° | 98° |
CMYK | 0.00 | 0.09 | 0.69 0.02 |
XYZ | 68.9383 | 76.5605 | 18.5414 |
Yxy | 76.5605 | 0.4203 | 0.4667 |
Hunter Lab | 87.4989 | -12.4870 | 48.6854 |
CIE-Lab | 90.1189 | -8.1703 | 72.1081 |
#fbe44f color RGB value is (251,228,79).
#fbe44f hex color red value is 251, green value is 228 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fbe44f hue: 0.14 , saturation: 0.96 and the lightness value of fbe44f is 0.65.
The process color (four color CMYK) of #fbe44f color hex is 0.00, 0.09, 0.69, 0.02. Web safe color of #fbe44f is #ffcc66. Color #fbe44f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100100 | 01001111 |
Octal | 373 | 344 | 117 |
Decimal | 251 | 228 | 79 |
Hex | FB | E4 | 4F |
Shades of #fbe44f
Tints of #fbe44f
RGB Percentages of Color #fbe44f
CMYK Percentages of Color #fbe44f
Complementary Color
#fbe44f | #4f66fb |
#fbe44f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe44f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe44f Color CSS Codes
.mybgcolor {background-color:#fbe44f; } .myforecolor {color:#fbe44f; } .mybordercolor {border:3px solid #fbe44f; }
#fbe44f Text Font Color
<p style="color:#fbe44f">Text here</p>
This sample text font color is #fbe44f
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.
#fbe44f Background Color
<div style="background-color:#fbe44f">
Div content here</div>
This div background color is #fbe44f
#fbe44f Border Color
<div style="border:3px solid #fbe44f">
Div here</div>
This div border color is #fbe44f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,228,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe44f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe44f; -webkit-box-shadow: 1px 1px 3px 2px #fbe44f; box-shadow: 1px 1px 3px 2px #fbe44f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,228,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe44f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe44f; -webkit-box-shadow: 1px 1px 3px 2px #fbe44f; box-shadow: 1px 1px 3px 2px #fbe44f;">
Div content here</div>
This div box has shadow with color #fbe44f
Comments
No comments written yet.
Please login to write comment.