Color spaces of #fefdd1
RGB | 254 | 253 | 209 |
---|---|---|---|
HSL | 0.16 | 0.96 | 0.91 |
HSV | 59° | 18° | 100° |
CMYK | 0.00 | 0.00 | 0.18 0.00 |
XYZ | 87.5070 | 95.9248 | 74.2248 |
Yxy | 95.9248 | 0.3396 | 0.3723 |
Hunter Lab | 97.9412 | -11.9137 | 23.6259 |
CIE-Lab | 98.4024 | -6.7010 | 21.2264 |
#fefdd1 color RGB value is (254,253,209).
#fefdd1 hex color red value is 254, green value is 253 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fefdd1 hue: 0.16 , saturation: 0.96 and the lightness value of fefdd1 is 0.91.
The process color (four color CMYK) of #fefdd1 color hex is 0.00, 0.00, 0.18, 0.00. Web safe color of #fefdd1 is #ffffcc. Color #fefdd1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111101 | 11010001 |
Octal | 376 | 375 | 321 |
Decimal | 254 | 253 | 209 |
Hex | FE | FD | D1 |
Shades of #fefdd1
Tints of #fefdd1
RGB Percentages of Color #fefdd1
CMYK Percentages of Color #fefdd1
Complementary Color
#fefdd1 | #d1d2fe |
#fefdd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefdd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefdd1 Color CSS Codes
.mybgcolor {background-color:#fefdd1; } .myforecolor {color:#fefdd1; } .mybordercolor {border:3px solid #fefdd1; }
#fefdd1 Text Font Color
<p style="color:#fefdd1">Text here</p>
This sample text font color is #fefdd1
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.
#fefdd1 Background Color
<div style="background-color:#fefdd1">
Div content here</div>
This div background color is #fefdd1
#fefdd1 Border Color
<div style="border:3px solid #fefdd1">
Div here</div>
This div border color is #fefdd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,253,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefdd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefdd1; -webkit-box-shadow: 1px 1px 3px 2px #fefdd1; box-shadow: 1px 1px 3px 2px #fefdd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,253,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefdd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefdd1; -webkit-box-shadow: 1px 1px 3px 2px #fefdd1; box-shadow: 1px 1px 3px 2px #fefdd1;">
Div content here</div>
This div box has shadow with color #fefdd1
Comments
No comments written yet.
Please login to write comment.