Color spaces of #feeedb
RGB | 254 | 238 | 219 |
---|---|---|---|
HSL | 0.09 | 0.95 | 0.93 |
HSV | 33° | 14° | 100° |
CMYK | 0.00 | 0.06 | 0.14 0.00 |
XYZ | 84.2338 | 87.3344 | 79.4355 |
Yxy | 87.3344 | 0.3356 | 0.3479 |
Hunter Lab | 93.4529 | -2.6515 | 15.0202 |
CIE-Lab | 94.8800 | 2.3397 | 11.1272 |
#feeedb color RGB value is (254,238,219).
#feeedb hex color red value is 254, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #feeedb hue: 0.09 , saturation: 0.95 and the lightness value of feeedb is 0.93.
The process color (four color CMYK) of #feeedb color hex is 0.00, 0.06, 0.14, 0.00. Web safe color of #feeedb is #ffffcc. Color #feeedb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101110 | 11011011 |
Octal | 376 | 356 | 333 |
Decimal | 254 | 238 | 219 |
Hex | FE | EE | DB |
Shades of #feeedb
Tints of #feeedb
RGB Percentages of Color #feeedb
CMYK Percentages of Color #feeedb
Complementary Color
#feeedb | #dbebfe |
#feeedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feeedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#feeedb Color CSS Codes
.mybgcolor {background-color:#feeedb; } .myforecolor {color:#feeedb; } .mybordercolor {border:3px solid #feeedb; }
#feeedb Text Font Color
<p style="color:#feeedb">Text here</p>
This sample text font color is #feeedb
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.
#feeedb Background Color
<div style="background-color:#feeedb">
Div content here</div>
This div background color is #feeedb
#feeedb Border Color
<div style="border:3px solid #feeedb">
Div here</div>
This div border color is #feeedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,238,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feeedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feeedb; -webkit-box-shadow: 1px 1px 3px 2px #feeedb; box-shadow: 1px 1px 3px 2px #feeedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,238,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feeedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feeedb; -webkit-box-shadow: 1px 1px 3px 2px #feeedb; box-shadow: 1px 1px 3px 2px #feeedb;">
Div content here</div>
This div box has shadow with color #feeedb
#feeedb Color Palettes
Comments
No comments written yet.
Please login to write comment.