Color spaces of #fac478
RGB | 250 | 196 | 120 |
---|---|---|---|
HSL | 0.10 | 0.93 | 0.73 |
HSV | 35° | 52° | 98° |
CMYK | 0.00 | 0.22 | 0.52 0.02 |
XYZ | 62.5544 | 61.1599 | 26.2774 |
Yxy | 61.1599 | 0.4171 | 0.4078 |
Hunter Lab | 78.2048 | 5.9201 | 34.8215 |
CIE-Lab | 82.4646 | 10.5039 | 45.2471 |
#fac478 color RGB value is (250,196,120).
#fac478 hex color red value is 250, green value is 196 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fac478 hue: 0.10 , saturation: 0.93 and the lightness value of fac478 is 0.73.
The process color (four color CMYK) of #fac478 color hex is 0.00, 0.22, 0.52, 0.02. Web safe color of #fac478 is #ffcc66. Color #fac478 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11000100 | 01111000 |
Octal | 372 | 304 | 170 |
Decimal | 250 | 196 | 120 |
Hex | FA | C4 | 78 |
Shades of #fac478
Tints of #fac478
RGB Percentages of Color #fac478
CMYK Percentages of Color #fac478
Complementary Color
#fac478 | #78aefa |
#fac478 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fac478 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fac478 Color CSS Codes
.mybgcolor {background-color:#fac478; } .myforecolor {color:#fac478; } .mybordercolor {border:3px solid #fac478; }
#fac478 Text Font Color
<p style="color:#fac478">Text here</p>
This sample text font color is #fac478
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.
#fac478 Background Color
<div style="background-color:#fac478">
Div content here</div>
This div background color is #fac478
#fac478 Border Color
<div style="border:3px solid #fac478">
Div here</div>
This div border color is #fac478
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,196,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fac478; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fac478; -webkit-box-shadow: 1px 1px 3px 2px #fac478; box-shadow: 1px 1px 3px 2px #fac478; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,196,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fac478">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fac478; -webkit-box-shadow: 1px 1px 3px 2px #fac478; box-shadow: 1px 1px 3px 2px #fac478;">
Div content here</div>
This div box has shadow with color #fac478
Comments
No comments written yet.
Please login to write comment.