Color spaces of #ffedf9
RGB | 255 | 237 | 249 |
---|---|---|---|
HSL | 0.89 | 1.00 | 0.96 |
HSV | 320° | 7° | 100° |
CMYK | 0.00 | 0.07 | 0.02 0.00 |
XYZ | 88.6231 | 88.6679 | 102.0662 |
Yxy | 88.6679 | 0.3172 | 0.3174 |
Hunter Lab | 94.1636 | 3.2108 | 1.6487 |
CIE-Lab | 95.4415 | 8.1207 | -3.5955 |
#ffedf9 color RGB value is (255,237,249).
#ffedf9 hex color red value is 255, green value is 237 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ffedf9 hue: 0.89 , saturation: 1.00 and the lightness value of ffedf9 is 0.96.
The process color (four color CMYK) of #ffedf9 color hex is 0.00, 0.07, 0.02, 0.00. Web safe color of #ffedf9 is #ffffff. Color #ffedf9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 11111001 |
Octal | 377 | 355 | 371 |
Decimal | 255 | 237 | 249 |
Hex | FF | ED | F9 |
Shades of #ffedf9
Tints of #ffedf9
RGB Percentages of Color #ffedf9
CMYK Percentages of Color #ffedf9
Complementary Color
#ffedf9 | #edfff3 |
#ffedf9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffedf9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffedf9 Color CSS Codes
.mybgcolor {background-color:#ffedf9; } .myforecolor {color:#ffedf9; } .mybordercolor {border:3px solid #ffedf9; }
#ffedf9 Text Font Color
<p style="color:#ffedf9">Text here</p>
This sample text font color is #ffedf9
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.
#ffedf9 Background Color
<div style="background-color:#ffedf9">
Div content here</div>
This div background color is #ffedf9
#ffedf9 Border Color
<div style="border:3px solid #ffedf9">
Div here</div>
This div border color is #ffedf9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffedf9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffedf9; -webkit-box-shadow: 1px 1px 3px 2px #ffedf9; box-shadow: 1px 1px 3px 2px #ffedf9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffedf9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffedf9; -webkit-box-shadow: 1px 1px 3px 2px #ffedf9; box-shadow: 1px 1px 3px 2px #ffedf9;">
Div content here</div>
This div box has shadow with color #ffedf9
#ffedf9 Color Palettes
Comments
No comments written yet.
Please login to write comment.