Color spaces of #fdf884
RGB | 253 | 248 | 132 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.75 |
HSV | 58° | 48° | 99° |
CMYK | 0.00 | 0.02 | 0.48 0.01 |
XYZ | 78.2403 | 89.6834 | 35.0167 |
Yxy | 89.6834 | 0.3855 | 0.4419 |
Hunter Lab | 94.7013 | -18.2542 | 44.3679 |
CIE-Lab | 95.8653 | -13.5797 | 55.8456 |
#fdf884 color RGB value is (253,248,132).
#fdf884 hex color red value is 253, green value is 248 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fdf884 hue: 0.16 , saturation: 0.97 and the lightness value of fdf884 is 0.75.
The process color (four color CMYK) of #fdf884 color hex is 0.00, 0.02, 0.48, 0.01. Web safe color of #fdf884 is #ffff99. Color #fdf884 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111000 | 10000100 |
Octal | 375 | 370 | 204 |
Decimal | 253 | 248 | 132 |
Hex | FD | F8 | 84 |
Shades of #fdf884
Tints of #fdf884
RGB Percentages of Color #fdf884
CMYK Percentages of Color #fdf884
Complementary Color
#fdf884 | #8489fd |
#fdf884 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdf884 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdf884 Color CSS Codes
.mybgcolor {background-color:#fdf884; } .myforecolor {color:#fdf884; } .mybordercolor {border:3px solid #fdf884; }
#fdf884 Text Font Color
<p style="color:#fdf884">Text here</p>
This sample text font color is #fdf884
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.
#fdf884 Background Color
<div style="background-color:#fdf884">
Div content here</div>
This div background color is #fdf884
#fdf884 Border Color
<div style="border:3px solid #fdf884">
Div here</div>
This div border color is #fdf884
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,248,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdf884; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdf884; -webkit-box-shadow: 1px 1px 3px 2px #fdf884; box-shadow: 1px 1px 3px 2px #fdf884; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,248,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdf884">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdf884; -webkit-box-shadow: 1px 1px 3px 2px #fdf884; box-shadow: 1px 1px 3px 2px #fdf884;">
Div content here</div>
This div box has shadow with color #fdf884
Related Colors
Comments
No comments written yet.
Please login to write comment.