Color spaces of #fdef5c
RGB | 253 | 239 | 92 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.68 |
HSV | 55° | 64° | 99° |
CMYK | 0.00 | 0.06 | 0.64 0.01 |
XYZ | 73.3063 | 83.3884 | 22.3571 |
Yxy | 83.3884 | 0.4094 | 0.4657 |
Hunter Lab | 91.3172 | -16.5116 | 49.4062 |
CIE-Lab | 93.1842 | -12.0882 | 70.2578 |
#fdef5c color RGB value is (253,239,92).
#fdef5c hex color red value is 253, green value is 239 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fdef5c hue: 0.15 , saturation: 0.98 and the lightness value of fdef5c is 0.68.
The process color (four color CMYK) of #fdef5c color hex is 0.00, 0.06, 0.64, 0.01. Web safe color of #fdef5c is #ffff66. Color #fdef5c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101111 | 01011100 |
Octal | 375 | 357 | 134 |
Decimal | 253 | 239 | 92 |
Hex | FD | EF | 5C |
Shades of #fdef5c
Tints of #fdef5c
RGB Percentages of Color #fdef5c
CMYK Percentages of Color #fdef5c
Complementary Color
#fdef5c | #5c6afd |
#fdef5c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdef5c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdef5c Color CSS Codes
.mybgcolor {background-color:#fdef5c; } .myforecolor {color:#fdef5c; } .mybordercolor {border:3px solid #fdef5c; }
#fdef5c Text Font Color
<p style="color:#fdef5c">Text here</p>
This sample text font color is #fdef5c
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.
#fdef5c Background Color
<div style="background-color:#fdef5c">
Div content here</div>
This div background color is #fdef5c
#fdef5c Border Color
<div style="border:3px solid #fdef5c">
Div here</div>
This div border color is #fdef5c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,239,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdef5c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdef5c; -webkit-box-shadow: 1px 1px 3px 2px #fdef5c; box-shadow: 1px 1px 3px 2px #fdef5c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,239,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdef5c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdef5c; -webkit-box-shadow: 1px 1px 3px 2px #fdef5c; box-shadow: 1px 1px 3px 2px #fdef5c;">
Div content here</div>
This div box has shadow with color #fdef5c
Comments
No comments written yet.
Please login to write comment.