Color spaces of #faba79
RGB | 250 | 186 | 121 |
---|---|---|---|
HSL | 0.08 | 0.93 | 0.73 |
HSV | 30° | 52° | 98° |
CMYK | 0.00 | 0.26 | 0.52 0.02 |
XYZ | 60.4344 | 56.8223 | 25.8717 |
Yxy | 56.8223 | 0.4222 | 0.3970 |
Hunter Lab | 75.3806 | 11.1917 | 32.4172 |
CIE-Lab | 80.0795 | 15.8147 | 41.7790 |
#faba79 color RGB value is (250,186,121).
#faba79 hex color red value is 250, green value is 186 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #faba79 hue: 0.08 , saturation: 0.93 and the lightness value of faba79 is 0.73.
The process color (four color CMYK) of #faba79 color hex is 0.00, 0.26, 0.52, 0.02. Web safe color of #faba79 is #ffcc66. Color #faba79 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111010 | 01111001 |
Octal | 372 | 272 | 171 |
Decimal | 250 | 186 | 121 |
Hex | FA | BA | 79 |
Shades of #faba79
Tints of #faba79
RGB Percentages of Color #faba79
CMYK Percentages of Color #faba79
Complementary Color
#faba79 | #79b9fa |
#faba79 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faba79 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faba79 Color CSS Codes
.mybgcolor {background-color:#faba79; } .myforecolor {color:#faba79; } .mybordercolor {border:3px solid #faba79; }
#faba79 Text Font Color
<p style="color:#faba79">Text here</p>
This sample text font color is #faba79
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.
#faba79 Background Color
<div style="background-color:#faba79">
Div content here</div>
This div background color is #faba79
#faba79 Border Color
<div style="border:3px solid #faba79">
Div here</div>
This div border color is #faba79
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,186,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faba79; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faba79; -webkit-box-shadow: 1px 1px 3px 2px #faba79; box-shadow: 1px 1px 3px 2px #faba79; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,186,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faba79">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faba79; -webkit-box-shadow: 1px 1px 3px 2px #faba79; box-shadow: 1px 1px 3px 2px #faba79;">
Div content here</div>
This div box has shadow with color #faba79
Comments
No comments written yet.
Please login to write comment.