Color spaces of #fdeafd
RGB | 253 | 234 | 253 |
---|---|---|---|
HSL | 0.83 | 0.83 | 0.95 |
HSV | 300° | 8° | 99° |
CMYK | 0.00 | 0.08 | 0.00 0.01 |
XYZ | 87.6605 | 86.8201 | 105.0663 |
Yxy | 86.8201 | 0.3136 | 0.3106 |
Hunter Lab | 93.1773 | 4.8712 | -1.6310 |
CIE-Lab | 94.6619 | 9.7059 | -6.8389 |
#fdeafd color RGB value is (253,234,253).
#fdeafd hex color red value is 253, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fdeafd hue: 0.83 , saturation: 0.83 and the lightness value of fdeafd is 0.95.
The process color (four color CMYK) of #fdeafd color hex is 0.00, 0.08, 0.00, 0.01. Web safe color of #fdeafd is #ffffff. Color #fdeafd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101010 | 11111101 |
Octal | 375 | 352 | 375 |
Decimal | 253 | 234 | 253 |
Hex | FD | EA | FD |
Shades of #fdeafd
Tints of #fdeafd
RGB Percentages of Color #fdeafd
CMYK Percentages of Color #fdeafd
Complementary Color
#fdeafd | #eafdea |
#fdeafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdeafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdeafd Color CSS Codes
.mybgcolor {background-color:#fdeafd; } .myforecolor {color:#fdeafd; } .mybordercolor {border:3px solid #fdeafd; }
#fdeafd Text Font Color
<p style="color:#fdeafd">Text here</p>
This sample text font color is #fdeafd
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.
#fdeafd Background Color
<div style="background-color:#fdeafd">
Div content here</div>
This div background color is #fdeafd
#fdeafd Border Color
<div style="border:3px solid #fdeafd">
Div here</div>
This div border color is #fdeafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,234,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdeafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdeafd; -webkit-box-shadow: 1px 1px 3px 2px #fdeafd; box-shadow: 1px 1px 3px 2px #fdeafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,234,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdeafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdeafd; -webkit-box-shadow: 1px 1px 3px 2px #fdeafd; box-shadow: 1px 1px 3px 2px #fdeafd;">
Div content here</div>
This div box has shadow with color #fdeafd
Comments
No comments written yet.
Please login to write comment.