Color spaces of #fefe49
RGB | 254 | 254 | 73 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.64 |
HSV | 60° | 71° | 100° |
CMYK | 0.00 | 0.00 | 0.71 0.00 |
XYZ | 77.5175 | 92.4355 | 20.0596 |
Yxy | 92.4355 | 0.4080 | 0.4865 |
Hunter Lab | 96.1434 | -24.3318 | 54.9300 |
CIE-Lab | 96.9980 | -19.9097 | 81.0220 |
#fefe49 color RGB value is (254,254,73).
#fefe49 hex color red value is 254, green value is 254 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fefe49 hue: 0.17 , saturation: 0.99 and the lightness value of fefe49 is 0.64.
The process color (four color CMYK) of #fefe49 color hex is 0.00, 0.00, 0.71, 0.00. Web safe color of #fefe49 is #ffff33. Color #fefe49 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111110 | 01001001 |
Octal | 376 | 376 | 111 |
Decimal | 254 | 254 | 73 |
Hex | FE | FE | 49 |
Shades of #fefe49
Tints of #fefe49
RGB Percentages of Color #fefe49
CMYK Percentages of Color #fefe49
Complementary Color
#fefe49 | #4949fe |
#fefe49 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefe49 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefe49 Color CSS Codes
.mybgcolor {background-color:#fefe49; } .myforecolor {color:#fefe49; } .mybordercolor {border:3px solid #fefe49; }
#fefe49 Text Font Color
<p style="color:#fefe49">Text here</p>
This sample text font color is #fefe49
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.
#fefe49 Background Color
<div style="background-color:#fefe49">
Div content here</div>
This div background color is #fefe49
#fefe49 Border Color
<div style="border:3px solid #fefe49">
Div here</div>
This div border color is #fefe49
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,254,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefe49; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefe49; -webkit-box-shadow: 1px 1px 3px 2px #fefe49; box-shadow: 1px 1px 3px 2px #fefe49; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,254,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefe49">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefe49; -webkit-box-shadow: 1px 1px 3px 2px #fefe49; box-shadow: 1px 1px 3px 2px #fefe49;">
Div content here</div>
This div box has shadow with color #fefe49
Related Colors
Comments
No comments written yet.
Please login to write comment.