Color spaces of #fac66c
RGB | 250 | 198 | 108 |
---|---|---|---|
HSL | 0.11 | 0.93 | 0.70 |
HSV | 38° | 57° | 98° |
CMYK | 0.00 | 0.21 | 0.57 0.02 |
XYZ | 62.3252 | 61.7949 | 22.8301 |
Yxy | 61.7949 | 0.4241 | 0.4205 |
Hunter Lab | 78.6097 | 3.9555 | 37.8076 |
CIE-Lab | 82.8042 | 8.5083 | 51.5349 |
#fac66c color RGB value is (250,198,108).
#fac66c hex color red value is 250, green value is 198 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fac66c hue: 0.11 , saturation: 0.93 and the lightness value of fac66c is 0.70.
The process color (four color CMYK) of #fac66c color hex is 0.00, 0.21, 0.57, 0.02. Web safe color of #fac66c is #ffcc66. Color #fac66c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11000110 | 01101100 |
Octal | 372 | 306 | 154 |
Decimal | 250 | 198 | 108 |
Hex | FA | C6 | 6C |
Shades of #fac66c
Tints of #fac66c
RGB Percentages of Color #fac66c
CMYK Percentages of Color #fac66c
Complementary Color
#fac66c | #6ca0fa |
#fac66c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fac66c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fac66c Color CSS Codes
.mybgcolor {background-color:#fac66c; } .myforecolor {color:#fac66c; } .mybordercolor {border:3px solid #fac66c; }
#fac66c Text Font Color
<p style="color:#fac66c">Text here</p>
This sample text font color is #fac66c
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.
#fac66c Background Color
<div style="background-color:#fac66c">
Div content here</div>
This div background color is #fac66c
#fac66c Border Color
<div style="border:3px solid #fac66c">
Div here</div>
This div border color is #fac66c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,198,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fac66c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fac66c; -webkit-box-shadow: 1px 1px 3px 2px #fac66c; box-shadow: 1px 1px 3px 2px #fac66c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,198,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fac66c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fac66c; -webkit-box-shadow: 1px 1px 3px 2px #fac66c; box-shadow: 1px 1px 3px 2px #fac66c;">
Div content here</div>
This div box has shadow with color #fac66c
Comments
No comments written yet.
Please login to write comment.