Color spaces of #fdffed
RGB | 253 | 255 | 237 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.96 |
HSV | 67° | 7° | 100° |
CMYK | 0.01 | 0.00 | 0.07 0.00 |
XYZ | 91.5541 | 98.5171 | 94.3110 |
Yxy | 98.5171 | 0.3219 | 0.3464 |
Hunter Lab | 99.2558 | -9.0482 | 13.1428 |
CIE-Lab | 99.4238 | -3.7176 | 8.3591 |
#fdffed color RGB value is (253,255,237).
#fdffed hex color red value is 253, green value is 255 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fdffed hue: 0.19 , saturation: 1.00 and the lightness value of fdffed is 0.96.
The process color (four color CMYK) of #fdffed color hex is 0.01, 0.00, 0.07, 0.00. Web safe color of #fdffed is #ffffff. Color #fdffed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111111 | 11101101 |
Octal | 375 | 377 | 355 |
Decimal | 253 | 255 | 237 |
Hex | FD | FF | ED |
Shades of #fdffed
Tints of #fdffed
RGB Percentages of Color #fdffed
CMYK Percentages of Color #fdffed
Complementary Color
#fdffed | #efedff |
#fdffed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdffed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdffed Color CSS Codes
.mybgcolor {background-color:#fdffed; } .myforecolor {color:#fdffed; } .mybordercolor {border:3px solid #fdffed; }
#fdffed Text Font Color
<p style="color:#fdffed">Text here</p>
This sample text font color is #fdffed
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.
#fdffed Background Color
<div style="background-color:#fdffed">
Div content here</div>
This div background color is #fdffed
#fdffed Border Color
<div style="border:3px solid #fdffed">
Div here</div>
This div border color is #fdffed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,255,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdffed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdffed; -webkit-box-shadow: 1px 1px 3px 2px #fdffed; box-shadow: 1px 1px 3px 2px #fdffed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,255,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdffed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdffed; -webkit-box-shadow: 1px 1px 3px 2px #fdffed; box-shadow: 1px 1px 3px 2px #fdffed;">
Div content here</div>
This div box has shadow with color #fdffed
#fdffed Color Palettes
Comments
No comments written yet.
Please login to write comment.