Color spaces of #fdefab
RGB | 253 | 239 | 171 |
---|---|---|---|
HSL | 0.14 | 0.95 | 0.83 |
HSV | 50° | 32° | 99° |
CMYK | 0.00 | 0.06 | 0.32 0.01 |
XYZ | 78.7252 | 85.5559 | 50.8928 |
Yxy | 85.5559 | 0.3659 | 0.3976 |
Hunter Lab | 92.4964 | -9.9445 | 32.1253 |
CIE-Lab | 94.1221 | -5.1000 | 34.6525 |
#fdefab color RGB value is (253,239,171).
#fdefab hex color red value is 253, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fdefab hue: 0.14 , saturation: 0.95 and the lightness value of fdefab is 0.83.
The process color (four color CMYK) of #fdefab color hex is 0.00, 0.06, 0.32, 0.01. Web safe color of #fdefab is #ffff99. Color #fdefab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101111 | 10101011 |
Octal | 375 | 357 | 253 |
Decimal | 253 | 239 | 171 |
Hex | FD | EF | AB |
Shades of #fdefab
Tints of #fdefab
RGB Percentages of Color #fdefab
CMYK Percentages of Color #fdefab
Complementary Color
#fdefab | #abb9fd |
#fdefab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdefab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdefab Color CSS Codes
.mybgcolor {background-color:#fdefab; } .myforecolor {color:#fdefab; } .mybordercolor {border:3px solid #fdefab; }
#fdefab Text Font Color
<p style="color:#fdefab">Text here</p>
This sample text font color is #fdefab
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.
#fdefab Background Color
<div style="background-color:#fdefab">
Div content here</div>
This div background color is #fdefab
#fdefab Border Color
<div style="border:3px solid #fdefab">
Div here</div>
This div border color is #fdefab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,239,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdefab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdefab; -webkit-box-shadow: 1px 1px 3px 2px #fdefab; box-shadow: 1px 1px 3px 2px #fdefab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,239,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdefab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdefab; -webkit-box-shadow: 1px 1px 3px 2px #fdefab; box-shadow: 1px 1px 3px 2px #fdefab;">
Div content here</div>
This div box has shadow with color #fdefab
Comments
No comments written yet.
Please login to write comment.