Color spaces of #fedd4a
RGB | 254 | 221 | 74 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.64 |
HSV | 49° | 71° | 100° |
CMYK | 0.00 | 0.13 | 0.71 0.00 |
XYZ | 67.9655 | 73.2781 | 17.0405 |
Yxy | 73.2781 | 0.4294 | 0.4630 |
Hunter Lab | 85.6026 | -8.0818 | 48.1193 |
CIE-Lab | 88.5802 | -3.6608 | 72.5308 |
#fedd4a color RGB value is (254,221,74).
#fedd4a hex color red value is 254, green value is 221 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fedd4a hue: 0.14 , saturation: 0.99 and the lightness value of fedd4a is 0.64.
The process color (four color CMYK) of #fedd4a color hex is 0.00, 0.13, 0.71, 0.00. Web safe color of #fedd4a is #ffcc33. Color #fedd4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011101 | 01001010 |
Octal | 376 | 335 | 112 |
Decimal | 254 | 221 | 74 |
Hex | FE | DD | 4A |
Shades of #fedd4a
Tints of #fedd4a
RGB Percentages of Color #fedd4a
CMYK Percentages of Color #fedd4a
Complementary Color
#fedd4a | #4a6bfe |
#fedd4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedd4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedd4a Color CSS Codes
.mybgcolor {background-color:#fedd4a; } .myforecolor {color:#fedd4a; } .mybordercolor {border:3px solid #fedd4a; }
#fedd4a Text Font Color
<p style="color:#fedd4a">Text here</p>
This sample text font color is #fedd4a
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.
#fedd4a Background Color
<div style="background-color:#fedd4a">
Div content here</div>
This div background color is #fedd4a
#fedd4a Border Color
<div style="border:3px solid #fedd4a">
Div here</div>
This div border color is #fedd4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,221,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedd4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedd4a; -webkit-box-shadow: 1px 1px 3px 2px #fedd4a; box-shadow: 1px 1px 3px 2px #fedd4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,221,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedd4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedd4a; -webkit-box-shadow: 1px 1px 3px 2px #fedd4a; box-shadow: 1px 1px 3px 2px #fedd4a;">
Div content here</div>
This div box has shadow with color #fedd4a
Comments
No comments written yet.
Please login to write comment.