Color spaces of #ffedfe
RGB | 255 | 237 | 254 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.96 |
HSV | 303° | 7° | 100° |
CMYK | 0.00 | 0.07 | 0.00 0.00 |
XYZ | 89.4136 | 88.9841 | 106.2290 |
Yxy | 88.9841 | 0.3141 | 0.3126 |
Hunter Lab | 94.3314 | 4.1143 | -0.7360 |
CIE-Lab | 95.5738 | 8.9984 | -5.9931 |
#ffedfe color RGB value is (255,237,254).
#ffedfe hex color red value is 255, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ffedfe hue: 0.84 , saturation: 1.00 and the lightness value of ffedfe is 0.96.
The process color (four color CMYK) of #ffedfe color hex is 0.00, 0.07, 0.00, 0.00. Web safe color of #ffedfe is #ffffff. Color #ffedfe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 11111110 |
Octal | 377 | 355 | 376 |
Decimal | 255 | 237 | 254 |
Hex | FF | ED | FE |
Shades of #ffedfe
Tints of #ffedfe
RGB Percentages of Color #ffedfe
CMYK Percentages of Color #ffedfe
Complementary Color
#ffedfe | #edffee |
#ffedfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffedfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffedfe Color CSS Codes
.mybgcolor {background-color:#ffedfe; } .myforecolor {color:#ffedfe; } .mybordercolor {border:3px solid #ffedfe; }
#ffedfe Text Font Color
<p style="color:#ffedfe">Text here</p>
This sample text font color is #ffedfe
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.
#ffedfe Background Color
<div style="background-color:#ffedfe">
Div content here</div>
This div background color is #ffedfe
#ffedfe Border Color
<div style="border:3px solid #ffedfe">
Div here</div>
This div border color is #ffedfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffedfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffedfe; -webkit-box-shadow: 1px 1px 3px 2px #ffedfe; box-shadow: 1px 1px 3px 2px #ffedfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffedfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffedfe; -webkit-box-shadow: 1px 1px 3px 2px #ffedfe; box-shadow: 1px 1px 3px 2px #ffedfe;">
Div content here</div>
This div box has shadow with color #ffedfe
Related Colors
#ffedfe Color Palettes
Comments
No comments written yet.
Please login to write comment.