Color spaces of #fdfbae
RGB | 253 | 251 | 174 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.84 |
HSV | 58° | 31° | 99° |
CMYK | 0.00 | 0.01 | 0.31 0.01 |
XYZ | 82.6452 | 92.9330 | 53.6264 |
Yxy | 92.9330 | 0.3606 | 0.4055 |
Hunter Lab | 96.4018 | -15.6751 | 34.4994 |
CIE-Lab | 97.2004 | -10.7006 | 37.2292 |
#fdfbae color RGB value is (253,251,174).
#fdfbae hex color red value is 253, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fdfbae hue: 0.16 , saturation: 0.95 and the lightness value of fdfbae is 0.84.
The process color (four color CMYK) of #fdfbae color hex is 0.00, 0.01, 0.31, 0.01. Web safe color of #fdfbae is #ffff99. Color #fdfbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111011 | 10101110 |
Octal | 375 | 373 | 256 |
Decimal | 253 | 251 | 174 |
Hex | FD | FB | AE |
Shades of #fdfbae
Tints of #fdfbae
RGB Percentages of Color #fdfbae
CMYK Percentages of Color #fdfbae
Complementary Color
#fdfbae | #aeb0fd |
#fdfbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfbae Color CSS Codes
.mybgcolor {background-color:#fdfbae; } .myforecolor {color:#fdfbae; } .mybordercolor {border:3px solid #fdfbae; }
#fdfbae Text Font Color
<p style="color:#fdfbae">Text here</p>
This sample text font color is #fdfbae
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.
#fdfbae Background Color
<div style="background-color:#fdfbae">
Div content here</div>
This div background color is #fdfbae
#fdfbae Border Color
<div style="border:3px solid #fdfbae">
Div here</div>
This div border color is #fdfbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,251,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfbae; -webkit-box-shadow: 1px 1px 3px 2px #fdfbae; box-shadow: 1px 1px 3px 2px #fdfbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,251,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdfbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfbae; -webkit-box-shadow: 1px 1px 3px 2px #fdfbae; box-shadow: 1px 1px 3px 2px #fdfbae;">
Div content here</div>
This div box has shadow with color #fdfbae
Comments
No comments written yet.
Please login to write comment.