Color spaces of #efd7fa
RGB | 239 | 215 | 250 |
---|---|---|---|
HSL | 0.78 | 0.78 | 0.91 |
HSV | 281° | 14° | 98° |
CMYK | 0.04 | 0.14 | 0.00 0.02 |
XYZ | 77.1524 | 73.8537 | 100.6313 |
Yxy | 73.8537 | 0.3066 | 0.2935 |
Hunter Lab | 85.9382 | 9.8595 | -9.2703 |
CIE-Lab | 88.8533 | 14.4624 | -14.0328 |
#efd7fa color RGB value is (239,215,250).
#efd7fa hex color red value is 239, green value is 215 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efd7fa hue: 0.78 , saturation: 0.78 and the lightness value of efd7fa is 0.91.
The process color (four color CMYK) of #efd7fa color hex is 0.04, 0.14, 0.00, 0.02. Web safe color of #efd7fa is #ffccff. Color #efd7fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11010111 | 11111010 |
Octal | 357 | 327 | 372 |
Decimal | 239 | 215 | 250 |
Hex | EF | D7 | FA |
Shades of #efd7fa
Tints of #efd7fa
RGB Percentages of Color #efd7fa
CMYK Percentages of Color #efd7fa
Complementary Color
#efd7fa | #e2fad7 |
#efd7fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efd7fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#efd7fa Color CSS Codes
.mybgcolor {background-color:#efd7fa; } .myforecolor {color:#efd7fa; } .mybordercolor {border:3px solid #efd7fa; }
#efd7fa Text Font Color
<p style="color:#efd7fa">Text here</p>
This sample text font color is #efd7fa
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.
#efd7fa Background Color
<div style="background-color:#efd7fa">
Div content here</div>
This div background color is #efd7fa
#efd7fa Border Color
<div style="border:3px solid #efd7fa">
Div here</div>
This div border color is #efd7fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,215,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efd7fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efd7fa; -webkit-box-shadow: 1px 1px 3px 2px #efd7fa; box-shadow: 1px 1px 3px 2px #efd7fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,215,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efd7fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efd7fa; -webkit-box-shadow: 1px 1px 3px 2px #efd7fa; box-shadow: 1px 1px 3px 2px #efd7fa;">
Div content here</div>
This div box has shadow with color #efd7fa
Comments
No comments written yet.
Please login to write comment.