Color spaces of #fac26c
RGB | 250 | 194 | 108 |
---|---|---|---|
HSL | 0.10 | 0.93 | 0.70 |
HSV | 36° | 57° | 98° |
CMYK | 0.00 | 0.22 | 0.57 0.02 |
XYZ | 61.4229 | 59.9903 | 22.5293 |
Yxy | 59.9903 | 0.4267 | 0.4168 |
Hunter Lab | 77.4534 | 6.0125 | 36.9714 |
CIE-Lab | 81.8329 | 10.5885 | 50.3844 |
#fac26c color RGB value is (250,194,108).
#fac26c hex color red value is 250, green value is 194 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fac26c hue: 0.10 , saturation: 0.93 and the lightness value of fac26c is 0.70.
The process color (four color CMYK) of #fac26c color hex is 0.00, 0.22, 0.57, 0.02. Web safe color of #fac26c is #ffcc66. Color #fac26c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11000010 | 01101100 |
Octal | 372 | 302 | 154 |
Decimal | 250 | 194 | 108 |
Hex | FA | C2 | 6C |
Shades of #fac26c
Tints of #fac26c
RGB Percentages of Color #fac26c
CMYK Percentages of Color #fac26c
Complementary Color
#fac26c | #6ca4fa |
#fac26c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fac26c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fac26c Color CSS Codes
.mybgcolor {background-color:#fac26c; } .myforecolor {color:#fac26c; } .mybordercolor {border:3px solid #fac26c; }
#fac26c Text Font Color
<p style="color:#fac26c">Text here</p>
This sample text font color is #fac26c
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.
#fac26c Background Color
<div style="background-color:#fac26c">
Div content here</div>
This div background color is #fac26c
#fac26c Border Color
<div style="border:3px solid #fac26c">
Div here</div>
This div border color is #fac26c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,194,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fac26c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fac26c; -webkit-box-shadow: 1px 1px 3px 2px #fac26c; box-shadow: 1px 1px 3px 2px #fac26c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,194,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 #fac26c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fac26c; -webkit-box-shadow: 1px 1px 3px 2px #fac26c; box-shadow: 1px 1px 3px 2px #fac26c;">
Div content here</div>
This div box has shadow with color #fac26c
Comments
No comments written yet.
Please login to write comment.