Color spaces of #fefbdb
RGB | 254 | 251 | 219 |
---|---|---|---|
HSL | 0.15 | 0.95 | 0.93 |
HSV | 55° | 14° | 100° |
CMYK | 0.00 | 0.01 | 0.14 0.00 |
XYZ | 88.1564 | 95.1797 | 80.7430 |
Yxy | 95.1797 | 0.3338 | 0.3604 |
Hunter Lab | 97.5601 | -9.4355 | 19.2223 |
CIE-Lab | 98.1054 | -4.2207 | 15.7057 |
#fefbdb color RGB value is (254,251,219).
#fefbdb hex color red value is 254, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fefbdb hue: 0.15 , saturation: 0.95 and the lightness value of fefbdb is 0.93.
The process color (four color CMYK) of #fefbdb color hex is 0.00, 0.01, 0.14, 0.00. Web safe color of #fefbdb is #ffffcc. Color #fefbdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111011 | 11011011 |
Octal | 376 | 373 | 333 |
Decimal | 254 | 251 | 219 |
Hex | FE | FB | DB |
Shades of #fefbdb
Tints of #fefbdb
RGB Percentages of Color #fefbdb
CMYK Percentages of Color #fefbdb
Complementary Color
#fefbdb | #dbdefe |
#fefbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefbdb Color CSS Codes
.mybgcolor {background-color:#fefbdb; } .myforecolor {color:#fefbdb; } .mybordercolor {border:3px solid #fefbdb; }
#fefbdb Text Font Color
<p style="color:#fefbdb">Text here</p>
This sample text font color is #fefbdb
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.
#fefbdb Background Color
<div style="background-color:#fefbdb">
Div content here</div>
This div background color is #fefbdb
#fefbdb Border Color
<div style="border:3px solid #fefbdb">
Div here</div>
This div border color is #fefbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,251,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefbdb; -webkit-box-shadow: 1px 1px 3px 2px #fefbdb; box-shadow: 1px 1px 3px 2px #fefbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,251,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefbdb; -webkit-box-shadow: 1px 1px 3px 2px #fefbdb; box-shadow: 1px 1px 3px 2px #fefbdb;">
Div content here</div>
This div box has shadow with color #fefbdb
Comments
No comments written yet.
Please login to write comment.