Color spaces of #fefa95
RGB | 254 | 250 | 149 |
---|---|---|---|
HSL | 0.16 | 0.98 | 0.79 |
HSV | 58° | 41° | 100° |
CMYK | 0.00 | 0.02 | 0.41 0.00 |
XYZ | 80.4835 | 91.6120 | 41.8747 |
Yxy | 91.6120 | 0.3761 | 0.4282 |
Hunter Lab | 95.7142 | -17.4039 | 41.0607 |
CIE-Lab | 96.6615 | -12.5753 | 48.8006 |
#fefa95 color RGB value is (254,250,149).
#fefa95 hex color red value is 254, green value is 250 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fefa95 hue: 0.16 , saturation: 0.98 and the lightness value of fefa95 is 0.79.
The process color (four color CMYK) of #fefa95 color hex is 0.00, 0.02, 0.41, 0.00. Web safe color of #fefa95 is #ffff99. Color #fefa95 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111010 | 10010101 |
Octal | 376 | 372 | 225 |
Decimal | 254 | 250 | 149 |
Hex | FE | FA | 95 |
Shades of #fefa95
Tints of #fefa95
RGB Percentages of Color #fefa95
CMYK Percentages of Color #fefa95
Complementary Color
#fefa95 | #9599fe |
#fefa95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefa95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefa95 Color CSS Codes
.mybgcolor {background-color:#fefa95; } .myforecolor {color:#fefa95; } .mybordercolor {border:3px solid #fefa95; }
#fefa95 Text Font Color
<p style="color:#fefa95">Text here</p>
This sample text font color is #fefa95
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.
#fefa95 Background Color
<div style="background-color:#fefa95">
Div content here</div>
This div background color is #fefa95
#fefa95 Border Color
<div style="border:3px solid #fefa95">
Div here</div>
This div border color is #fefa95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,250,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefa95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefa95; -webkit-box-shadow: 1px 1px 3px 2px #fefa95; box-shadow: 1px 1px 3px 2px #fefa95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,250,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefa95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefa95; -webkit-box-shadow: 1px 1px 3px 2px #fefa95; box-shadow: 1px 1px 3px 2px #fefa95;">
Div content here</div>
This div box has shadow with color #fefa95
Comments
No comments written yet.
Please login to write comment.