Color spaces of #feec15
RGB | 254 | 236 | 21 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.54 |
HSV | 55° | 92° | 100° |
CMYK | 0.00 | 0.07 | 0.92 0.00 |
XYZ | 71.0039 | 81.1159 | 12.6241 |
Yxy | 81.1159 | 0.4310 | 0.4924 |
Hunter Lab | 90.0644 | -16.8889 | 54.7345 |
CIE-Lab | 92.1832 | -12.6254 | 88.9991 |
#feec15 color RGB value is (254,236,21).
#feec15 hex color red value is 254, green value is 236 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #feec15 hue: 0.15 , saturation: 0.99 and the lightness value of feec15 is 0.54.
The process color (four color CMYK) of #feec15 color hex is 0.00, 0.07, 0.92, 0.00. Web safe color of #feec15 is #ffff00. Color #feec15 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101100 | 00010101 |
Octal | 376 | 354 | 25 |
Decimal | 254 | 236 | 21 |
Hex | FE | EC | 15 |
Shades of #feec15
Tints of #feec15
RGB Percentages of Color #feec15
CMYK Percentages of Color #feec15
Complementary Color
#feec15 | #1527fe |
#feec15 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feec15 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feec15 Color CSS Codes
.mybgcolor {background-color:#feec15; } .myforecolor {color:#feec15; } .mybordercolor {border:3px solid #feec15; }
#feec15 Text Font Color
<p style="color:#feec15">Text here</p>
This sample text font color is #feec15
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.
#feec15 Background Color
<div style="background-color:#feec15">
Div content here</div>
This div background color is #feec15
#feec15 Border Color
<div style="border:3px solid #feec15">
Div here</div>
This div border color is #feec15
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,236,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feec15; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feec15; -webkit-box-shadow: 1px 1px 3px 2px #feec15; box-shadow: 1px 1px 3px 2px #feec15; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,236,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feec15">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feec15; -webkit-box-shadow: 1px 1px 3px 2px #feec15; box-shadow: 1px 1px 3px 2px #feec15;">
Div content here</div>
This div box has shadow with color #feec15
Comments
No comments written yet.
Please login to write comment.