Color spaces of #fed446
RGB | 254 | 212 | 70 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.64 |
HSV | 46° | 72° | 100° |
CMYK | 0.00 | 0.17 | 0.72 0.00 |
XYZ | 65.5220 | 68.6000 | 15.5821 |
Yxy | 68.6000 | 0.4377 | 0.4582 |
Hunter Lab | 82.8251 | -3.7347 | 46.8232 |
CIE-Lab | 86.3056 | 0.7197 | 71.7760 |
#fed446 color RGB value is (254,212,70).
#fed446 hex color red value is 254, green value is 212 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fed446 hue: 0.13 , saturation: 0.99 and the lightness value of fed446 is 0.64.
The process color (four color CMYK) of #fed446 color hex is 0.00, 0.17, 0.72, 0.00. Web safe color of #fed446 is #ffcc33. Color #fed446 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010100 | 01000110 |
Octal | 376 | 324 | 106 |
Decimal | 254 | 212 | 70 |
Hex | FE | D4 | 46 |
Shades of #fed446
Tints of #fed446
RGB Percentages of Color #fed446
CMYK Percentages of Color #fed446
Complementary Color
#fed446 | #4670fe |
#fed446 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed446 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed446 Color CSS Codes
.mybgcolor {background-color:#fed446; } .myforecolor {color:#fed446; } .mybordercolor {border:3px solid #fed446; }
#fed446 Text Font Color
<p style="color:#fed446">Text here</p>
This sample text font color is #fed446
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.
#fed446 Background Color
<div style="background-color:#fed446">
Div content here</div>
This div background color is #fed446
#fed446 Border Color
<div style="border:3px solid #fed446">
Div here</div>
This div border color is #fed446
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,212,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed446; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed446; -webkit-box-shadow: 1px 1px 3px 2px #fed446; box-shadow: 1px 1px 3px 2px #fed446; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,212,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed446">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed446; -webkit-box-shadow: 1px 1px 3px 2px #fed446; box-shadow: 1px 1px 3px 2px #fed446;">
Div content here</div>
This div box has shadow with color #fed446
Comments
No comments written yet.
Please login to write comment.