Color spaces of #fef469
RGB | 254 | 244 | 105 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.70 |
HSV | 56° | 59° | 100° |
CMYK | 0.00 | 0.04 | 0.59 0.00 |
XYZ | 75.7735 | 86.7921 | 26.1235 |
Yxy | 86.7921 | 0.4016 | 0.4600 |
Hunter Lab | 93.1623 | -17.8511 | 48.5882 |
CIE-Lab | 94.6500 | -13.3187 | 66.4999 |
#fef469 color RGB value is (254,244,105).
#fef469 hex color red value is 254, green value is 244 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fef469 hue: 0.16 , saturation: 0.99 and the lightness value of fef469 is 0.70.
The process color (four color CMYK) of #fef469 color hex is 0.00, 0.04, 0.59, 0.00. Web safe color of #fef469 is #ffff66. Color #fef469 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110100 | 01101001 |
Octal | 376 | 364 | 151 |
Decimal | 254 | 244 | 105 |
Hex | FE | F4 | 69 |
Shades of #fef469
Tints of #fef469
RGB Percentages of Color #fef469
CMYK Percentages of Color #fef469
Complementary Color
#fef469 | #6973fe |
#fef469 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef469 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef469 Color CSS Codes
.mybgcolor {background-color:#fef469; } .myforecolor {color:#fef469; } .mybordercolor {border:3px solid #fef469; }
#fef469 Text Font Color
<p style="color:#fef469">Text here</p>
This sample text font color is #fef469
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.
#fef469 Background Color
<div style="background-color:#fef469">
Div content here</div>
This div background color is #fef469
#fef469 Border Color
<div style="border:3px solid #fef469">
Div here</div>
This div border color is #fef469
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,244,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef469; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef469; -webkit-box-shadow: 1px 1px 3px 2px #fef469; box-shadow: 1px 1px 3px 2px #fef469; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,244,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef469">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef469; -webkit-box-shadow: 1px 1px 3px 2px #fef469; box-shadow: 1px 1px 3px 2px #fef469;">
Div content here</div>
This div box has shadow with color #fef469
Related Colors
Comments
No comments written yet.
Please login to write comment.