Hex #f5df4c Color
equivalent to
RGB
(245, 223, 76)Details of #f5df4c
|
|
|
|
Base Numbers
|
|
|
|
#f5df4c tints
#f5df4c shades
RGB in % of #f5df4c
CMYK in % of #f5df4c
Preview Color #f5df4c on black ground
#f5df4c is very interesting for text.
Preview Color #f5df4c on white ground
#f5df4c is very interesting for text.
CSS Codes #f5df4c color
.mybgcolor {background-color:#f5df4c; } .myforecolor {color:#f5df4c; } .mybordercolor {border:3px solid #f5df4c; }
Text Font Color #f5df4c
<p style="color:#f5df4c">Text here</p>
This sample text font color is #f5df4c
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.
Background Color #f5df4c
<div style="background-color:#f5df4c">
Div content here</div>
This div background color is #f5df4c
Border Color #f5df4c
<div style="border:3px solid #f5df4c">
Div here</div>
The color of this border is #f5df4c
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5df4c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5df4c; -webkit-box-shadow: 1px 1px 3px 2px #f5df4c; box-shadow: 1px 1px 3px 2px #f5df4c; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #f5df4c">Text here</p>
The shadow of this text using hex.
Shadow of Div
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5df4c; -webkit-box-shadow: 1px 1px 3px 2px #f5df4c; box-shadow: 1px 1px 3px 2px #f5df4c;">
Div content here</div>
The shadow of div box using color #f5df4c