Color spaces of #feecdb
RGB | 254 | 236 | 219 |
---|---|---|---|
HSL | 0.08 | 0.95 | 0.93 |
HSV | 29° | 14° | 100° |
CMYK | 0.00 | 0.07 | 0.14 0.00 |
XYZ | 83.6547 | 86.1762 | 79.2424 |
Yxy | 86.1762 | 0.3359 | 0.3460 |
Hunter Lab | 92.8311 | -1.5994 | 14.3707 |
CIE-Lab | 94.3876 | 3.3587 | 10.4243 |
#feecdb color RGB value is (254,236,219).
#feecdb hex color red value is 254, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #feecdb hue: 0.08 , saturation: 0.95 and the lightness value of feecdb is 0.93.
The process color (four color CMYK) of #feecdb color hex is 0.00, 0.07, 0.14, 0.00. Web safe color of #feecdb is #ffffcc. Color #feecdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101100 | 11011011 |
Octal | 376 | 354 | 333 |
Decimal | 254 | 236 | 219 |
Hex | FE | EC | DB |
Shades of #feecdb
Tints of #feecdb
RGB Percentages of Color #feecdb
CMYK Percentages of Color #feecdb
Complementary Color
#feecdb | #dbedfe |
#feecdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feecdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#feecdb Color CSS Codes
.mybgcolor {background-color:#feecdb; } .myforecolor {color:#feecdb; } .mybordercolor {border:3px solid #feecdb; }
#feecdb Text Font Color
<p style="color:#feecdb">Text here</p>
This sample text font color is #feecdb
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.
#feecdb Background Color
<div style="background-color:#feecdb">
Div content here</div>
This div background color is #feecdb
#feecdb Border Color
<div style="border:3px solid #feecdb">
Div here</div>
This div border color is #feecdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,236,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feecdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feecdb; -webkit-box-shadow: 1px 1px 3px 2px #feecdb; box-shadow: 1px 1px 3px 2px #feecdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,236,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 #feecdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feecdb; -webkit-box-shadow: 1px 1px 3px 2px #feecdb; box-shadow: 1px 1px 3px 2px #feecdb;">
Div content here</div>
This div box has shadow with color #feecdb
Comments
No comments written yet.
Please login to write comment.