Color spaces of #feeefd
RGB | 254 | 238 | 253 |
---|---|---|---|
HSL | 0.84 | 0.89 | 0.96 |
HSV | 304° | 6° | 100° |
CMYK | 0.00 | 0.06 | 0.00 0.00 |
XYZ | 89.1772 | 89.3118 | 105.4673 |
Yxy | 89.3118 | 0.3141 | 0.3145 |
Hunter Lab | 94.5049 | 3.0534 | -0.0141 |
CIE-Lab | 95.7106 | 7.9767 | -5.2820 |
#feeefd color RGB value is (254,238,253).
#feeefd hex color red value is 254, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #feeefd hue: 0.84 , saturation: 0.89 and the lightness value of feeefd is 0.96.
The process color (four color CMYK) of #feeefd color hex is 0.00, 0.06, 0.00, 0.00. Web safe color of #feeefd is #ffffff. Color #feeefd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101110 | 11111101 |
Octal | 376 | 356 | 375 |
Decimal | 254 | 238 | 253 |
Hex | FE | EE | FD |
Shades of #feeefd
Tints of #feeefd
RGB Percentages of Color #feeefd
CMYK Percentages of Color #feeefd
Complementary Color
#feeefd | #eefeef |
#feeefd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feeefd Color Preview on White Background
Lorem ipsum dolor sit amet.
#feeefd Color CSS Codes
.mybgcolor {background-color:#feeefd; } .myforecolor {color:#feeefd; } .mybordercolor {border:3px solid #feeefd; }
#feeefd Text Font Color
<p style="color:#feeefd">Text here</p>
This sample text font color is #feeefd
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.
#feeefd Background Color
<div style="background-color:#feeefd">
Div content here</div>
This div background color is #feeefd
#feeefd Border Color
<div style="border:3px solid #feeefd">
Div here</div>
This div border color is #feeefd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,238,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feeefd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feeefd; -webkit-box-shadow: 1px 1px 3px 2px #feeefd; box-shadow: 1px 1px 3px 2px #feeefd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,238,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feeefd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feeefd; -webkit-box-shadow: 1px 1px 3px 2px #feeefd; box-shadow: 1px 1px 3px 2px #feeefd;">
Div content here</div>
This div box has shadow with color #feeefd
#feeefd Color Palettes
Comments
No comments written yet.
Please login to write comment.