Color spaces of #fedd59
RGB | 254 | 221 | 89 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.67 |
HSV | 48° | 65° | 100° |
CMYK | 0.00 | 0.13 | 0.65 0.00 |
XYZ | 68.5327 | 73.5050 | 20.0270 |
Yxy | 73.5050 | 0.4229 | 0.4536 |
Hunter Lab | 85.7351 | -7.3516 | 46.1649 |
CIE-Lab | 88.6880 | -2.8853 | 66.7560 |
#fedd59 color RGB value is (254,221,89).
#fedd59 hex color red value is 254, green value is 221 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fedd59 hue: 0.13 , saturation: 0.99 and the lightness value of fedd59 is 0.67.
The process color (four color CMYK) of #fedd59 color hex is 0.00, 0.13, 0.65, 0.00. Web safe color of #fedd59 is #ffcc66. Color #fedd59 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011101 | 01011001 |
Octal | 376 | 335 | 131 |
Decimal | 254 | 221 | 89 |
Hex | FE | DD | 59 |
Shades of #fedd59
Tints of #fedd59
RGB Percentages of Color #fedd59
CMYK Percentages of Color #fedd59
Complementary Color
#fedd59 | #597afe |
#fedd59 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedd59 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedd59 Color CSS Codes
.mybgcolor {background-color:#fedd59; } .myforecolor {color:#fedd59; } .mybordercolor {border:3px solid #fedd59; }
#fedd59 Text Font Color
<p style="color:#fedd59">Text here</p>
This sample text font color is #fedd59
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.
#fedd59 Background Color
<div style="background-color:#fedd59">
Div content here</div>
This div background color is #fedd59
#fedd59 Border Color
<div style="border:3px solid #fedd59">
Div here</div>
This div border color is #fedd59
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,221,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedd59; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedd59; -webkit-box-shadow: 1px 1px 3px 2px #fedd59; box-shadow: 1px 1px 3px 2px #fedd59; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,221,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedd59">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedd59; -webkit-box-shadow: 1px 1px 3px 2px #fedd59; box-shadow: 1px 1px 3px 2px #fedd59;">
Div content here</div>
This div box has shadow with color #fedd59
Comments
No comments written yet.
Please login to write comment.