Color spaces of #fafb85
RGB | 250 | 251 | 133 |
---|---|---|---|
HSL | 0.17 | 0.94 | 0.75 |
HSV | 61° | 47° | 98° |
CMYK | 0.00 | 0.00 | 0.47 0.02 |
XYZ | 78.1552 | 91.0118 | 35.6381 |
Yxy | 91.0118 | 0.3816 | 0.4444 |
Hunter Lab | 95.4001 | -20.7166 | 44.6314 |
CIE-Lab | 96.4149 | -16.1187 | 55.9874 |
#fafb85 color RGB value is (250,251,133).
#fafb85 hex color red value is 250, green value is 251 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fafb85 hue: 0.17 , saturation: 0.94 and the lightness value of fafb85 is 0.75.
The process color (four color CMYK) of #fafb85 color hex is 0.00, 0.00, 0.47, 0.02. Web safe color of #fafb85 is #ffff99. Color #fafb85 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111011 | 10000101 |
Octal | 372 | 373 | 205 |
Decimal | 250 | 251 | 133 |
Hex | FA | FB | 85 |
Shades of #fafb85
Tints of #fafb85
RGB Percentages of Color #fafb85
CMYK Percentages of Color #fafb85
Complementary Color
#fafb85 | #8685fb |
#fafb85 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafb85 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafb85 Color CSS Codes
.mybgcolor {background-color:#fafb85; } .myforecolor {color:#fafb85; } .mybordercolor {border:3px solid #fafb85; }
#fafb85 Text Font Color
<p style="color:#fafb85">Text here</p>
This sample text font color is #fafb85
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.
#fafb85 Background Color
<div style="background-color:#fafb85">
Div content here</div>
This div background color is #fafb85
#fafb85 Border Color
<div style="border:3px solid #fafb85">
Div here</div>
This div border color is #fafb85
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,251,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafb85; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafb85; -webkit-box-shadow: 1px 1px 3px 2px #fafb85; box-shadow: 1px 1px 3px 2px #fafb85; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,251,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafb85">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafb85; -webkit-box-shadow: 1px 1px 3px 2px #fafb85; box-shadow: 1px 1px 3px 2px #fafb85;">
Div content here</div>
This div box has shadow with color #fafb85
Related Colors
#fafb85 Color Palettes
Comments
No comments written yet.
Please login to write comment.