Color spaces of #fac14c
RGB | 250 | 193 | 76 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.64 |
HSV | 40° | 70° | 98° |
CMYK | 0.00 | 0.23 | 0.70 0.02 |
XYZ | 59.7988 | 58.9857 | 15.0711 |
Yxy | 58.9857 | 0.4467 | 0.4407 |
Hunter Lab | 76.8021 | 4.5778 | 42.1269 |
CIE-Lab | 81.2837 | 9.1116 | 64.2740 |
#fac14c color RGB value is (250,193,76).
#fac14c hex color red value is 250, green value is 193 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fac14c hue: 0.11 , saturation: 0.95 and the lightness value of fac14c is 0.64.
The process color (four color CMYK) of #fac14c color hex is 0.00, 0.23, 0.70, 0.02. Web safe color of #fac14c is #ffcc33. Color #fac14c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11000001 | 01001100 |
Octal | 372 | 301 | 114 |
Decimal | 250 | 193 | 76 |
Hex | FA | C1 | 4C |
Shades of #fac14c
Tints of #fac14c
RGB Percentages of Color #fac14c
CMYK Percentages of Color #fac14c
Complementary Color
#fac14c | #4c85fa |
#fac14c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fac14c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fac14c Color CSS Codes
.mybgcolor {background-color:#fac14c; } .myforecolor {color:#fac14c; } .mybordercolor {border:3px solid #fac14c; }
#fac14c Text Font Color
<p style="color:#fac14c">Text here</p>
This sample text font color is #fac14c
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.
#fac14c Background Color
<div style="background-color:#fac14c">
Div content here</div>
This div background color is #fac14c
#fac14c Border Color
<div style="border:3px solid #fac14c">
Div here</div>
This div border color is #fac14c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,193,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fac14c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fac14c; -webkit-box-shadow: 1px 1px 3px 2px #fac14c; box-shadow: 1px 1px 3px 2px #fac14c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,193,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fac14c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fac14c; -webkit-box-shadow: 1px 1px 3px 2px #fac14c; box-shadow: 1px 1px 3px 2px #fac14c;">
Div content here</div>
This div box has shadow with color #fac14c
Comments
No comments written yet.
Please login to write comment.