Color spaces of #fbfe98
RGB | 251 | 254 | 152 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.80 |
HSV | 62° | 40° | 100° |
CMYK | 0.01 | 0.00 | 0.40 0.00 |
XYZ | 80.8930 | 93.6599 | 43.5204 |
Yxy | 93.6599 | 0.3709 | 0.4295 |
Hunter Lab | 96.7780 | -20.1604 | 41.0823 |
CIE-Lab | 97.4948 | -15.3662 | 48.3564 |
#fbfe98 color RGB value is (251,254,152).
#fbfe98 hex color red value is 251, green value is 254 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fbfe98 hue: 0.17 , saturation: 0.98 and the lightness value of fbfe98 is 0.80.
The process color (four color CMYK) of #fbfe98 color hex is 0.01, 0.00, 0.40, 0.00. Web safe color of #fbfe98 is #ffff99. Color #fbfe98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111110 | 10011000 |
Octal | 373 | 376 | 230 |
Decimal | 251 | 254 | 152 |
Hex | FB | FE | 98 |
Shades of #fbfe98
Tints of #fbfe98
RGB Percentages of Color #fbfe98
CMYK Percentages of Color #fbfe98
Complementary Color
#fbfe98 | #9b98fe |
#fbfe98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfe98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfe98 Color CSS Codes
.mybgcolor {background-color:#fbfe98; } .myforecolor {color:#fbfe98; } .mybordercolor {border:3px solid #fbfe98; }
#fbfe98 Text Font Color
<p style="color:#fbfe98">Text here</p>
This sample text font color is #fbfe98
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.
#fbfe98 Background Color
<div style="background-color:#fbfe98">
Div content here</div>
This div background color is #fbfe98
#fbfe98 Border Color
<div style="border:3px solid #fbfe98">
Div here</div>
This div border color is #fbfe98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,254,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfe98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfe98; -webkit-box-shadow: 1px 1px 3px 2px #fbfe98; box-shadow: 1px 1px 3px 2px #fbfe98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,254,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfe98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfe98; -webkit-box-shadow: 1px 1px 3px 2px #fbfe98; box-shadow: 1px 1px 3px 2px #fbfe98;">
Div content here</div>
This div box has shadow with color #fbfe98
Related Colors
Comments
No comments written yet.
Please login to write comment.