Color spaces of #fefc90
RGB | 254 | 252 | 144 |
---|---|---|---|
HSL | 0.16 | 0.98 | 0.78 |
HSV | 59° | 43° | 100° |
CMYK | 0.00 | 0.01 | 0.43 0.00 |
XYZ | 80.7175 | 92.7053 | 40.0252 |
Yxy | 92.7053 | 0.3782 | 0.4343 |
Hunter Lab | 96.2836 | -18.8542 | 42.7516 |
CIE-Lab | 97.1079 | -14.0414 | 51.7438 |
#fefc90 color RGB value is (254,252,144).
#fefc90 hex color red value is 254, green value is 252 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fefc90 hue: 0.16 , saturation: 0.98 and the lightness value of fefc90 is 0.78.
The process color (four color CMYK) of #fefc90 color hex is 0.00, 0.01, 0.43, 0.00. Web safe color of #fefc90 is #ffff99. Color #fefc90 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111100 | 10010000 |
Octal | 376 | 374 | 220 |
Decimal | 254 | 252 | 144 |
Hex | FE | FC | 90 |
Shades of #fefc90
Tints of #fefc90
RGB Percentages of Color #fefc90
CMYK Percentages of Color #fefc90
Complementary Color
#fefc90 | #9092fe |
#fefc90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefc90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefc90 Color CSS Codes
.mybgcolor {background-color:#fefc90; } .myforecolor {color:#fefc90; } .mybordercolor {border:3px solid #fefc90; }
#fefc90 Text Font Color
<p style="color:#fefc90">Text here</p>
This sample text font color is #fefc90
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.
#fefc90 Background Color
<div style="background-color:#fefc90">
Div content here</div>
This div background color is #fefc90
#fefc90 Border Color
<div style="border:3px solid #fefc90">
Div here</div>
This div border color is #fefc90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,252,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefc90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefc90; -webkit-box-shadow: 1px 1px 3px 2px #fefc90; box-shadow: 1px 1px 3px 2px #fefc90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,252,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefc90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefc90; -webkit-box-shadow: 1px 1px 3px 2px #fefc90; box-shadow: 1px 1px 3px 2px #fefc90;">
Div content here</div>
This div box has shadow with color #fefc90
Comments
No comments written yet.
Please login to write comment.