Color spaces of #fbfebd
RGB | 251 | 254 | 189 |
---|---|---|---|
HSL | 0.17 | 0.97 | 0.87 |
HSV | 63° | 26° | 100° |
CMYK | 0.01 | 0.00 | 0.26 0.00 |
XYZ | 84.4108 | 95.0670 | 62.0450 |
Yxy | 95.0670 | 0.3495 | 0.3936 |
Hunter Lab | 97.5023 | -16.0960 | 30.5228 |
CIE-Lab | 98.0603 | -11.0326 | 30.8451 |
#fbfebd color RGB value is (251,254,189).
#fbfebd hex color red value is 251, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fbfebd hue: 0.17 , saturation: 0.97 and the lightness value of fbfebd is 0.87.
The process color (four color CMYK) of #fbfebd color hex is 0.01, 0.00, 0.26, 0.00. Web safe color of #fbfebd is #ffffcc. Color #fbfebd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111110 | 10111101 |
Octal | 373 | 376 | 275 |
Decimal | 251 | 254 | 189 |
Hex | FB | FE | BD |
Shades of #fbfebd
Tints of #fbfebd
RGB Percentages of Color #fbfebd
CMYK Percentages of Color #fbfebd
Complementary Color
#fbfebd | #c0bdfe |
#fbfebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfebd Color CSS Codes
.mybgcolor {background-color:#fbfebd; } .myforecolor {color:#fbfebd; } .mybordercolor {border:3px solid #fbfebd; }
#fbfebd Text Font Color
<p style="color:#fbfebd">Text here</p>
This sample text font color is #fbfebd
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.
#fbfebd Background Color
<div style="background-color:#fbfebd">
Div content here</div>
This div background color is #fbfebd
#fbfebd Border Color
<div style="border:3px solid #fbfebd">
Div here</div>
This div border color is #fbfebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,254,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfebd; -webkit-box-shadow: 1px 1px 3px 2px #fbfebd; box-shadow: 1px 1px 3px 2px #fbfebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,254,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfebd; -webkit-box-shadow: 1px 1px 3px 2px #fbfebd; box-shadow: 1px 1px 3px 2px #fbfebd;">
Div content here</div>
This div box has shadow with color #fbfebd
Comments
No comments written yet.
Please login to write comment.