Color spaces of #ffede8
RGB | 255 | 237 | 232 |
---|---|---|---|
HSL | 0.04 | 1.00 | 0.95 |
HSV | 13° | 9° | 100° |
CMYK | 0.00 | 0.07 | 0.09 0.00 |
XYZ | 86.0897 | 87.6546 | 88.7255 |
Yxy | 87.6546 | 0.3280 | 0.3340 |
Hunter Lab | 93.6240 | 0.2933 | 9.3490 |
CIE-Lab | 95.0153 | 5.2579 | 4.5989 |
#ffede8 color RGB value is (255,237,232).
#ffede8 hex color red value is 255, green value is 237 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ffede8 hue: 0.04 , saturation: 1.00 and the lightness value of ffede8 is 0.95.
The process color (four color CMYK) of #ffede8 color hex is 0.00, 0.07, 0.09, 0.00. Web safe color of #ffede8 is #ffffff. Color #ffede8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 11101000 |
Octal | 377 | 355 | 350 |
Decimal | 255 | 237 | 232 |
Hex | FF | ED | E8 |
Shades of #ffede8
Tints of #ffede8
RGB Percentages of Color #ffede8
CMYK Percentages of Color #ffede8
Complementary Color
#ffede8 | #e8faff |
#ffede8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffede8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffede8 Color CSS Codes
.mybgcolor {background-color:#ffede8; } .myforecolor {color:#ffede8; } .mybordercolor {border:3px solid #ffede8; }
#ffede8 Text Font Color
<p style="color:#ffede8">Text here</p>
This sample text font color is #ffede8
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.
#ffede8 Background Color
<div style="background-color:#ffede8">
Div content here</div>
This div background color is #ffede8
#ffede8 Border Color
<div style="border:3px solid #ffede8">
Div here</div>
This div border color is #ffede8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffede8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffede8; -webkit-box-shadow: 1px 1px 3px 2px #ffede8; box-shadow: 1px 1px 3px 2px #ffede8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffede8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffede8; -webkit-box-shadow: 1px 1px 3px 2px #ffede8; box-shadow: 1px 1px 3px 2px #ffede8;">
Div content here</div>
This div box has shadow with color #ffede8
#ffede8 Color Palettes
Comments
No comments written yet.
Please login to write comment.