Color spaces of #fdebba
RGB | 253 | 235 | 186 |
---|---|---|---|
HSL | 0.12 | 0.94 | 0.86 |
HSV | 44° | 26° | 99° |
CMYK | 0.00 | 0.07 | 0.26 0.01 |
XYZ | 79.0793 | 83.8445 | 58.4701 |
Yxy | 83.8445 | 0.3572 | 0.3787 |
Hunter Lab | 91.5666 | -6.0844 | 26.2369 |
CIE-Lab | 93.3829 | -1.2108 | 26.0284 |
#fdebba color RGB value is (253,235,186).
#fdebba hex color red value is 253, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fdebba hue: 0.12 , saturation: 0.94 and the lightness value of fdebba is 0.86.
The process color (four color CMYK) of #fdebba color hex is 0.00, 0.07, 0.26, 0.01. Web safe color of #fdebba is #ffffcc. Color #fdebba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101011 | 10111010 |
Octal | 375 | 353 | 272 |
Decimal | 253 | 235 | 186 |
Hex | FD | EB | BA |
Shades of #fdebba
Tints of #fdebba
RGB Percentages of Color #fdebba
CMYK Percentages of Color #fdebba
Complementary Color
#fdebba | #baccfd |
#fdebba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdebba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdebba Color CSS Codes
.mybgcolor {background-color:#fdebba; } .myforecolor {color:#fdebba; } .mybordercolor {border:3px solid #fdebba; }
#fdebba Text Font Color
<p style="color:#fdebba">Text here</p>
This sample text font color is #fdebba
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.
#fdebba Background Color
<div style="background-color:#fdebba">
Div content here</div>
This div background color is #fdebba
#fdebba Border Color
<div style="border:3px solid #fdebba">
Div here</div>
This div border color is #fdebba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,235,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdebba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdebba; -webkit-box-shadow: 1px 1px 3px 2px #fdebba; box-shadow: 1px 1px 3px 2px #fdebba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,235,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdebba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdebba; -webkit-box-shadow: 1px 1px 3px 2px #fdebba; box-shadow: 1px 1px 3px 2px #fdebba;">
Div content here</div>
This div box has shadow with color #fdebba
Comments
No comments written yet.
Please login to write comment.