Color spaces of #fee254
RGB | 254 | 226 | 84 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.66 |
HSV | 50° | 67° | 100° |
CMYK | 0.00 | 0.11 | 0.67 0.00 |
XYZ | 69.6696 | 76.1036 | 19.4050 |
Yxy | 76.1036 | 0.4218 | 0.4607 |
Hunter Lab | 87.2374 | -10.1116 | 47.8778 |
CIE-Lab | 89.9074 | -5.6756 | 70.0484 |
#fee254 color RGB value is (254,226,84).
#fee254 hex color red value is 254, green value is 226 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fee254 hue: 0.14 , saturation: 0.99 and the lightness value of fee254 is 0.66.
The process color (four color CMYK) of #fee254 color hex is 0.00, 0.11, 0.67, 0.00. Web safe color of #fee254 is #ffcc66. Color #fee254 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100010 | 01010100 |
Octal | 376 | 342 | 124 |
Decimal | 254 | 226 | 84 |
Hex | FE | E2 | 54 |
Shades of #fee254
Tints of #fee254
RGB Percentages of Color #fee254
CMYK Percentages of Color #fee254
Complementary Color
#fee254 | #5470fe |
#fee254 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee254 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee254 Color CSS Codes
.mybgcolor {background-color:#fee254; } .myforecolor {color:#fee254; } .mybordercolor {border:3px solid #fee254; }
#fee254 Text Font Color
<p style="color:#fee254">Text here</p>
This sample text font color is #fee254
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.
#fee254 Background Color
<div style="background-color:#fee254">
Div content here</div>
This div background color is #fee254
#fee254 Border Color
<div style="border:3px solid #fee254">
Div here</div>
This div border color is #fee254
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,226,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee254; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee254; -webkit-box-shadow: 1px 1px 3px 2px #fee254; box-shadow: 1px 1px 3px 2px #fee254; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,226,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee254">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee254; -webkit-box-shadow: 1px 1px 3px 2px #fee254; box-shadow: 1px 1px 3px 2px #fee254;">
Div content here</div>
This div box has shadow with color #fee254
Comments
No comments written yet.
Please login to write comment.