Color spaces of #feefc4
RGB | 254 | 239 | 196 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.88 |
HSV | 44° | 23° | 100° |
CMYK | 0.00 | 0.06 | 0.23 0.00 |
XYZ | 81.7034 | 86.7894 | 64.6703 |
Yxy | 86.7894 | 0.3504 | 0.3722 |
Hunter Lab | 93.1608 | -6.4844 | 24.0547 |
CIE-Lab | 94.6488 | -1.5222 | 22.6569 |
#feefc4 color RGB value is (254,239,196).
#feefc4 hex color red value is 254, green value is 239 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #feefc4 hue: 0.12 , saturation: 0.97 and the lightness value of feefc4 is 0.88.
The process color (four color CMYK) of #feefc4 color hex is 0.00, 0.06, 0.23, 0.00. Web safe color of #feefc4 is #ffffcc. Color #feefc4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101111 | 11000100 |
Octal | 376 | 357 | 304 |
Decimal | 254 | 239 | 196 |
Hex | FE | EF | C4 |
Shades of #feefc4
Tints of #feefc4
RGB Percentages of Color #feefc4
CMYK Percentages of Color #feefc4
Complementary Color
#feefc4 | #c4d3fe |
#feefc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feefc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feefc4 Color CSS Codes
.mybgcolor {background-color:#feefc4; } .myforecolor {color:#feefc4; } .mybordercolor {border:3px solid #feefc4; }
#feefc4 Text Font Color
<p style="color:#feefc4">Text here</p>
This sample text font color is #feefc4
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.
#feefc4 Background Color
<div style="background-color:#feefc4">
Div content here</div>
This div background color is #feefc4
#feefc4 Border Color
<div style="border:3px solid #feefc4">
Div here</div>
This div border color is #feefc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,239,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feefc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feefc4; -webkit-box-shadow: 1px 1px 3px 2px #feefc4; box-shadow: 1px 1px 3px 2px #feefc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,239,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feefc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feefc4; -webkit-box-shadow: 1px 1px 3px 2px #feefc4; box-shadow: 1px 1px 3px 2px #feefc4;">
Div content here</div>
This div box has shadow with color #feefc4
#feefc4 Color Palettes
Comments
No comments written yet.
Please login to write comment.