Color spaces of #faba69
RGB | 250 | 186 | 105 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.70 |
HSV | 34° | 58° | 98° |
CMYK | 0.00 | 0.26 | 0.58 0.02 |
XYZ | 59.5330 | 56.4617 | 21.1251 |
Yxy | 56.4617 | 0.4342 | 0.4118 |
Hunter Lab | 75.1410 | 9.9259 | 35.9299 |
CIE-Lab | 79.8759 | 14.5443 | 49.5207 |
#faba69 color RGB value is (250,186,105).
#faba69 hex color red value is 250, green value is 186 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #faba69 hue: 0.09 , saturation: 0.94 and the lightness value of faba69 is 0.70.
The process color (four color CMYK) of #faba69 color hex is 0.00, 0.26, 0.58, 0.02. Web safe color of #faba69 is #ffcc66. Color #faba69 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111010 | 01101001 |
Octal | 372 | 272 | 151 |
Decimal | 250 | 186 | 105 |
Hex | FA | BA | 69 |
Shades of #faba69
Tints of #faba69
RGB Percentages of Color #faba69
CMYK Percentages of Color #faba69
Complementary Color
#faba69 | #69a9fa |
#faba69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faba69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faba69 Color CSS Codes
.mybgcolor {background-color:#faba69; } .myforecolor {color:#faba69; } .mybordercolor {border:3px solid #faba69; }
#faba69 Text Font Color
<p style="color:#faba69">Text here</p>
This sample text font color is #faba69
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.
#faba69 Background Color
<div style="background-color:#faba69">
Div content here</div>
This div background color is #faba69
#faba69 Border Color
<div style="border:3px solid #faba69">
Div here</div>
This div border color is #faba69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,186,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faba69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faba69; -webkit-box-shadow: 1px 1px 3px 2px #faba69; box-shadow: 1px 1px 3px 2px #faba69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,186,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faba69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faba69; -webkit-box-shadow: 1px 1px 3px 2px #faba69; box-shadow: 1px 1px 3px 2px #faba69;">
Div content here</div>
This div box has shadow with color #faba69
Comments
No comments written yet.
Please login to write comment.