Color spaces of #fefd6e
RGB | 254 | 253 | 110 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.71 |
HSV | 60° | 57° | 100° |
CMYK | 0.00 | 0.00 | 0.57 0.00 |
XYZ | 78.8128 | 92.4472 | 28.4421 |
Yxy | 92.4472 | 0.3947 | 0.4629 |
Hunter Lab | 96.1495 | -21.9468 | 49.7660 |
CIE-Lab | 97.0028 | -17.3426 | 66.9835 |
#fefd6e color RGB value is (254,253,110).
#fefd6e hex color red value is 254, green value is 253 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fefd6e hue: 0.17 , saturation: 0.99 and the lightness value of fefd6e is 0.71.
The process color (four color CMYK) of #fefd6e color hex is 0.00, 0.00, 0.57, 0.00. Web safe color of #fefd6e is #ffff66. Color #fefd6e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111101 | 01101110 |
Octal | 376 | 375 | 156 |
Decimal | 254 | 253 | 110 |
Hex | FE | FD | 6E |
Shades of #fefd6e
Tints of #fefd6e
RGB Percentages of Color #fefd6e
CMYK Percentages of Color #fefd6e
Complementary Color
#fefd6e | #6e6ffe |
#fefd6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefd6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefd6e Color CSS Codes
.mybgcolor {background-color:#fefd6e; } .myforecolor {color:#fefd6e; } .mybordercolor {border:3px solid #fefd6e; }
#fefd6e Text Font Color
<p style="color:#fefd6e">Text here</p>
This sample text font color is #fefd6e
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.
#fefd6e Background Color
<div style="background-color:#fefd6e">
Div content here</div>
This div background color is #fefd6e
#fefd6e Border Color
<div style="border:3px solid #fefd6e">
Div here</div>
This div border color is #fefd6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,253,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefd6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefd6e; -webkit-box-shadow: 1px 1px 3px 2px #fefd6e; box-shadow: 1px 1px 3px 2px #fefd6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,253,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefd6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefd6e; -webkit-box-shadow: 1px 1px 3px 2px #fefd6e; box-shadow: 1px 1px 3px 2px #fefd6e;">
Div content here</div>
This div box has shadow with color #fefd6e
Comments
No comments written yet.
Please login to write comment.