Color spaces of #fec703
RGB | 254 | 199 | 3 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.50 |
HSV | 47° | 99° | 100° |
CMYK | 0.00 | 0.22 | 0.99 0.00 |
XYZ | 61.3129 | 61.9243 | 8.8072 |
Yxy | 61.9243 | 0.4643 | 0.4690 |
Hunter Lab | 78.6920 | 1.3674 | 48.4487 |
CIE-Lab | 82.8731 | 5.8466 | 83.9763 |
#fec703 color RGB value is (254,199,3).
#fec703 hex color red value is 254, green value is 199 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #fec703 hue: 0.13 , saturation: 0.99 and the lightness value of fec703 is 0.50.
The process color (four color CMYK) of #fec703 color hex is 0.00, 0.22, 0.99, 0.00. Web safe color of #fec703 is #ffcc00. Color #fec703 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000111 | 00000011 |
Octal | 376 | 307 | 3 |
Decimal | 254 | 199 | 3 |
Hex | FE | C7 | 3 |
Shades of #fec703
Tints of #fec703
RGB Percentages of Color #fec703
CMYK Percentages of Color #fec703
Complementary Color
#fec703 | #033afe |
#fec703 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec703 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec703 Color CSS Codes
.mybgcolor {background-color:#fec703; } .myforecolor {color:#fec703; } .mybordercolor {border:3px solid #fec703; }
#fec703 Text Font Color
<p style="color:#fec703">Text here</p>
This sample text font color is #fec703
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.
#fec703 Background Color
<div style="background-color:#fec703">
Div content here</div>
This div background color is #fec703
#fec703 Border Color
<div style="border:3px solid #fec703">
Div here</div>
This div border color is #fec703
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,199,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec703; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec703; -webkit-box-shadow: 1px 1px 3px 2px #fec703; box-shadow: 1px 1px 3px 2px #fec703; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,199,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec703">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec703; -webkit-box-shadow: 1px 1px 3px 2px #fec703; box-shadow: 1px 1px 3px 2px #fec703;">
Div content here</div>
This div box has shadow with color #fec703
Comments
No comments written yet.
Please login to write comment.