Color spaces of #efcdfc
RGB | 239 | 205 | 252 |
---|---|---|---|
HSL | 0.79 | 0.89 | 0.90 |
HSV | 283° | 19° | 99° |
CMYK | 0.05 | 0.19 | 0.00 0.01 |
XYZ | 74.9986 | 69.0416 | 101.4690 |
Yxy | 69.0416 | 0.3055 | 0.2812 |
Hunter Lab | 83.0913 | 15.7053 | -14.2396 |
CIE-Lab | 86.5246 | 20.1185 | -18.5868 |
#efcdfc color RGB value is (239,205,252).
#efcdfc hex color red value is 239, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #efcdfc hue: 0.79 , saturation: 0.89 and the lightness value of efcdfc is 0.90.
The process color (four color CMYK) of #efcdfc color hex is 0.05, 0.19, 0.00, 0.01. Web safe color of #efcdfc is #ffccff. Color #efcdfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001101 | 11111100 |
Octal | 357 | 315 | 374 |
Decimal | 239 | 205 | 252 |
Hex | EF | CD | FC |
Shades of #efcdfc
Tints of #efcdfc
RGB Percentages of Color #efcdfc
CMYK Percentages of Color #efcdfc
Complementary Color
#efcdfc | #dafccd |
#efcdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcdfc Color CSS Codes
.mybgcolor {background-color:#efcdfc; } .myforecolor {color:#efcdfc; } .mybordercolor {border:3px solid #efcdfc; }
#efcdfc Text Font Color
<p style="color:#efcdfc">Text here</p>
This sample text font color is #efcdfc
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.
#efcdfc Background Color
<div style="background-color:#efcdfc">
Div content here</div>
This div background color is #efcdfc
#efcdfc Border Color
<div style="border:3px solid #efcdfc">
Div here</div>
This div border color is #efcdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,205,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcdfc; -webkit-box-shadow: 1px 1px 3px 2px #efcdfc; box-shadow: 1px 1px 3px 2px #efcdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,205,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcdfc; -webkit-box-shadow: 1px 1px 3px 2px #efcdfc; box-shadow: 1px 1px 3px 2px #efcdfc;">
Div content here</div>
This div box has shadow with color #efcdfc
Comments
No comments written yet.
Please login to write comment.