Color spaces of #fde570
RGB | 253 | 229 | 112 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.72 |
HSV | 50° | 56° | 99° |
CMYK | 0.00 | 0.09 | 0.56 0.01 |
XYZ | 71.4520 | 78.0911 | 26.6364 |
Yxy | 78.0911 | 0.4056 | 0.4432 |
Hunter Lab | 88.3692 | -10.3176 | 43.9871 |
CIE-Lab | 90.8215 | -5.8032 | 59.0909 |
#fde570 color RGB value is (253,229,112).
#fde570 hex color red value is 253, green value is 229 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fde570 hue: 0.14 , saturation: 0.97 and the lightness value of fde570 is 0.72.
The process color (four color CMYK) of #fde570 color hex is 0.00, 0.09, 0.56, 0.01. Web safe color of #fde570 is #ffcc66. Color #fde570 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11100101 | 01110000 |
Octal | 375 | 345 | 160 |
Decimal | 253 | 229 | 112 |
Hex | FD | E5 | 70 |
Shades of #fde570
Tints of #fde570
RGB Percentages of Color #fde570
CMYK Percentages of Color #fde570
Complementary Color
#fde570 | #7088fd |
#fde570 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde570 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde570 Color CSS Codes
.mybgcolor {background-color:#fde570; } .myforecolor {color:#fde570; } .mybordercolor {border:3px solid #fde570; }
#fde570 Text Font Color
<p style="color:#fde570">Text here</p>
This sample text font color is #fde570
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.
#fde570 Background Color
<div style="background-color:#fde570">
Div content here</div>
This div background color is #fde570
#fde570 Border Color
<div style="border:3px solid #fde570">
Div here</div>
This div border color is #fde570
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,229,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde570; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde570; -webkit-box-shadow: 1px 1px 3px 2px #fde570; box-shadow: 1px 1px 3px 2px #fde570; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,229,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde570">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde570; -webkit-box-shadow: 1px 1px 3px 2px #fde570; box-shadow: 1px 1px 3px 2px #fde570;">
Div content here</div>
This div box has shadow with color #fde570
Comments
No comments written yet.
Please login to write comment.