Color spaces of #fefffc
RGB | 254 | 255 | 252 |
---|---|---|---|
HSL | 0.22 | 1.00 | 0.99 |
HSV | 80° | 1° | 100° |
CMYK | 0.00 | 0.00 | 0.01 0.00 |
XYZ | 94.2037 | 99.6191 | 106.3588 |
Yxy | 99.6191 | 0.3138 | 0.3319 |
Hunter Lab | 99.8094 | -6.1916 | 6.6860 |
CIE-Lab | 99.8525 | -0.8475 | 1.3034 |
#fefffc color RGB value is (254,255,252).
#fefffc hex color red value is 254, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fefffc hue: 0.22 , saturation: 1.00 and the lightness value of fefffc is 0.99.
The process color (four color CMYK) of #fefffc color hex is 0.00, 0.00, 0.01, 0.00. Web safe color of #fefffc is #ffffff. Color #fefffc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111111 | 11111100 |
Octal | 376 | 377 | 374 |
Decimal | 254 | 255 | 252 |
Hex | FE | FF | FC |
Shades of #fefffc
Tints of #fefffc
All tints are identical with #fefffc
RGB Percentages of Color #fefffc
CMYK Percentages of Color #fefffc
Complementary Color
#fefffc | #fdfcff |
#fefffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefffc Color CSS Codes
.mybgcolor {background-color:#fefffc; } .myforecolor {color:#fefffc; } .mybordercolor {border:3px solid #fefffc; }
#fefffc Text Font Color
<p style="color:#fefffc">Text here</p>
This sample text font color is #fefffc
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.
#fefffc Background Color
<div style="background-color:#fefffc">
Div content here</div>
This div background color is #fefffc
#fefffc Border Color
<div style="border:3px solid #fefffc">
Div here</div>
This div border color is #fefffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,255,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefffc; -webkit-box-shadow: 1px 1px 3px 2px #fefffc; box-shadow: 1px 1px 3px 2px #fefffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,255,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefffc; -webkit-box-shadow: 1px 1px 3px 2px #fefffc; box-shadow: 1px 1px 3px 2px #fefffc;">
Div content here</div>
This div box has shadow with color #fefffc
#fefffc Color Palettes
Comments
No comments written yet.
Please login to write comment.