Color spaces of #ffffdf
RGB | 255 | 255 | 223 |
---|---|---|---|
HSL | 0.17 | 1.00 | 0.94 |
HSV | 60° | 13° | 100° |
CMYK | 0.00 | 0.00 | 0.13 0.00 |
XYZ | 90.3193 | 98.1077 | 83.9884 |
Yxy | 98.1077 | 0.3315 | 0.3601 |
Hunter Lab | 99.0493 | -10.5690 | 19.0599 |
CIE-Lab | 99.2636 | -5.2576 | 15.3091 |
#ffffdf color RGB value is (255,255,223).
#ffffdf hex color red value is 255, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffffdf hue: 0.17 , saturation: 1.00 and the lightness value of ffffdf is 0.94.
The process color (four color CMYK) of #ffffdf color hex is 0.00, 0.00, 0.13, 0.00. Web safe color of #ffffdf is #ffffcc. Color #ffffdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111111 | 11011111 |
Octal | 377 | 377 | 337 |
Decimal | 255 | 255 | 223 |
Hex | FF | FF | DF |
Shades of #ffffdf
Tints of #ffffdf
RGB Percentages of Color #ffffdf
CMYK Percentages of Color #ffffdf
Complementary Color
#ffffdf | #dfdfff |
#ffffdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffffdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffffdf Color CSS Codes
.mybgcolor {background-color:#ffffdf; } .myforecolor {color:#ffffdf; } .mybordercolor {border:3px solid #ffffdf; }
#ffffdf Text Font Color
<p style="color:#ffffdf">Text here</p>
This sample text font color is #ffffdf
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.
#ffffdf Background Color
<div style="background-color:#ffffdf">
Div content here</div>
This div background color is #ffffdf
#ffffdf Border Color
<div style="border:3px solid #ffffdf">
Div here</div>
This div border color is #ffffdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,255,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffffdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffffdf; -webkit-box-shadow: 1px 1px 3px 2px #ffffdf; box-shadow: 1px 1px 3px 2px #ffffdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,255,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffffdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffffdf; -webkit-box-shadow: 1px 1px 3px 2px #ffffdf; box-shadow: 1px 1px 3px 2px #ffffdf;">
Div content here</div>
This div box has shadow with color #ffffdf
Related Colors
#ffffdf Color Palettes
Comments
No comments written yet.
Please login to write comment.