Color spaces of #ffedd8
RGB | 255 | 237 | 216 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.92 |
HSV | 32° | 15° | 100° |
CMYK | 0.00 | 0.07 | 0.15 0.00 |
XYZ | 83.9189 | 86.7862 | 77.2942 |
Yxy | 86.7862 | 0.3384 | 0.3499 |
Hunter Lab | 93.1591 | -2.2334 | 16.0184 |
CIE-Lab | 94.6475 | 2.7426 | 12.3589 |
#ffedd8 color RGB value is (255,237,216).
#ffedd8 hex color red value is 255, green value is 237 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ffedd8 hue: 0.09 , saturation: 1.00 and the lightness value of ffedd8 is 0.92.
The process color (four color CMYK) of #ffedd8 color hex is 0.00, 0.07, 0.15, 0.00. Web safe color of #ffedd8 is #ffffcc. Color #ffedd8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 11011000 |
Octal | 377 | 355 | 330 |
Decimal | 255 | 237 | 216 |
Hex | FF | ED | D8 |
Shades of #ffedd8
Tints of #ffedd8
RGB Percentages of Color #ffedd8
CMYK Percentages of Color #ffedd8
Complementary Color
#ffedd8 | #d8eaff |
#ffedd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffedd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffedd8 Color CSS Codes
.mybgcolor {background-color:#ffedd8; } .myforecolor {color:#ffedd8; } .mybordercolor {border:3px solid #ffedd8; }
#ffedd8 Text Font Color
<p style="color:#ffedd8">Text here</p>
This sample text font color is #ffedd8
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.
#ffedd8 Background Color
<div style="background-color:#ffedd8">
Div content here</div>
This div background color is #ffedd8
#ffedd8 Border Color
<div style="border:3px solid #ffedd8">
Div here</div>
This div border color is #ffedd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffedd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffedd8; -webkit-box-shadow: 1px 1px 3px 2px #ffedd8; box-shadow: 1px 1px 3px 2px #ffedd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffedd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffedd8; -webkit-box-shadow: 1px 1px 3px 2px #ffedd8; box-shadow: 1px 1px 3px 2px #ffedd8;">
Div content here</div>
This div box has shadow with color #ffedd8
#ffedd8 Color Palettes
Comments
No comments written yet.
Please login to write comment.