Color spaces of #feefe4
RGB | 254 | 239 | 228 |
---|---|---|---|
HSL | 0.07 | 0.93 | 0.95 |
HSV | 25° | 10° | 100° |
CMYK | 0.00 | 0.06 | 0.10 0.00 |
XYZ | 85.7431 | 88.4053 | 85.9436 |
Yxy | 88.4053 | 0.3297 | 0.3399 |
Hunter Lab | 94.0241 | -1.7632 | 11.6223 |
CIE-Lab | 95.3313 | 3.2457 | 7.1169 |
#feefe4 color RGB value is (254,239,228).
#feefe4 hex color red value is 254, green value is 239 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #feefe4 hue: 0.07 , saturation: 0.93 and the lightness value of feefe4 is 0.95.
The process color (four color CMYK) of #feefe4 color hex is 0.00, 0.06, 0.10, 0.00. Web safe color of #feefe4 is #ffffcc. Color #feefe4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101111 | 11100100 |
Octal | 376 | 357 | 344 |
Decimal | 254 | 239 | 228 |
Hex | FE | EF | E4 |
Shades of #feefe4
Tints of #feefe4
RGB Percentages of Color #feefe4
CMYK Percentages of Color #feefe4
Complementary Color
#feefe4 | #e4f3fe |
#feefe4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feefe4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feefe4 Color CSS Codes
.mybgcolor {background-color:#feefe4; } .myforecolor {color:#feefe4; } .mybordercolor {border:3px solid #feefe4; }
#feefe4 Text Font Color
<p style="color:#feefe4">Text here</p>
This sample text font color is #feefe4
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.
#feefe4 Background Color
<div style="background-color:#feefe4">
Div content here</div>
This div background color is #feefe4
#feefe4 Border Color
<div style="border:3px solid #feefe4">
Div here</div>
This div border color is #feefe4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,239,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feefe4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feefe4; -webkit-box-shadow: 1px 1px 3px 2px #feefe4; box-shadow: 1px 1px 3px 2px #feefe4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,239,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feefe4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feefe4; -webkit-box-shadow: 1px 1px 3px 2px #feefe4; box-shadow: 1px 1px 3px 2px #feefe4;">
Div content here</div>
This div box has shadow with color #feefe4
Comments
No comments written yet.
Please login to write comment.