Color spaces of #fee786
RGB | 254 | 231 | 134 |
---|---|---|---|
HSL | 0.13 | 0.98 | 0.76 |
HSV | 49° | 47° | 100° |
CMYK | 0.00 | 0.09 | 0.47 0.00 |
XYZ | 73.7520 | 79.9439 | 34.0978 |
Yxy | 79.9439 | 0.3927 | 0.4257 |
Hunter Lab | 89.4114 | -9.2321 | 39.9772 |
CIE-Lab | 91.6597 | -4.5896 | 49.8038 |
#fee786 color RGB value is (254,231,134).
#fee786 hex color red value is 254, green value is 231 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fee786 hue: 0.13 , saturation: 0.98 and the lightness value of fee786 is 0.76.
The process color (four color CMYK) of #fee786 color hex is 0.00, 0.09, 0.47, 0.00. Web safe color of #fee786 is #ffff99. Color #fee786 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100111 | 10000110 |
Octal | 376 | 347 | 206 |
Decimal | 254 | 231 | 134 |
Hex | FE | E7 | 86 |
Shades of #fee786
Tints of #fee786
RGB Percentages of Color #fee786
CMYK Percentages of Color #fee786
Complementary Color
#fee786 | #869dfe |
#fee786 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee786 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee786 Color CSS Codes
.mybgcolor {background-color:#fee786; } .myforecolor {color:#fee786; } .mybordercolor {border:3px solid #fee786; }
#fee786 Text Font Color
<p style="color:#fee786">Text here</p>
This sample text font color is #fee786
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.
#fee786 Background Color
<div style="background-color:#fee786">
Div content here</div>
This div background color is #fee786
#fee786 Border Color
<div style="border:3px solid #fee786">
Div here</div>
This div border color is #fee786
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,231,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee786; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee786; -webkit-box-shadow: 1px 1px 3px 2px #fee786; box-shadow: 1px 1px 3px 2px #fee786; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,231,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee786">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee786; -webkit-box-shadow: 1px 1px 3px 2px #fee786; box-shadow: 1px 1px 3px 2px #fee786;">
Div content here</div>
This div box has shadow with color #fee786
Comments
No comments written yet.
Please login to write comment.