Color spaces of #f5defd
RGB | 245 | 222 | 253 |
---|---|---|---|
HSL | 0.79 | 0.89 | 0.93 |
HSV | 285° | 12° | 99° |
CMYK | 0.03 | 0.12 | 0.00 0.01 |
XYZ | 81.5071 | 78.7469 | 103.8323 |
Yxy | 78.7469 | 0.3086 | 0.2982 |
Hunter Lab | 88.7395 | 8.6580 | -7.2565 |
CIE-Lab | 91.1196 | 13.3088 | -12.1694 |
#f5defd color RGB value is (245,222,253).
#f5defd hex color red value is 245, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f5defd hue: 0.79 , saturation: 0.89 and the lightness value of f5defd is 0.93.
The process color (four color CMYK) of #f5defd color hex is 0.03, 0.12, 0.00, 0.01. Web safe color of #f5defd is #ffccff. Color #f5defd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11011110 | 11111101 |
Octal | 365 | 336 | 375 |
Decimal | 245 | 222 | 253 |
Hex | F5 | DE | FD |
Shades of #f5defd
Tints of #f5defd
RGB Percentages of Color #f5defd
CMYK Percentages of Color #f5defd
Complementary Color
#f5defd | #e6fdde |
#f5defd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5defd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5defd Color CSS Codes
.mybgcolor {background-color:#f5defd; } .myforecolor {color:#f5defd; } .mybordercolor {border:3px solid #f5defd; }
#f5defd Text Font Color
<p style="color:#f5defd">Text here</p>
This sample text font color is #f5defd
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.
#f5defd Background Color
<div style="background-color:#f5defd">
Div content here</div>
This div background color is #f5defd
#f5defd Border Color
<div style="border:3px solid #f5defd">
Div here</div>
This div border color is #f5defd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,222,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5defd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5defd; -webkit-box-shadow: 1px 1px 3px 2px #f5defd; box-shadow: 1px 1px 3px 2px #f5defd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,222,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 #f5defd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5defd; -webkit-box-shadow: 1px 1px 3px 2px #f5defd; box-shadow: 1px 1px 3px 2px #f5defd;">
Div content here</div>
This div box has shadow with color #f5defd
Related Colors
Comments
No comments written yet.
Please login to write comment.