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