Color spaces of #eceefc
RGB | 236 | 238 | 252 |
---|---|---|---|
HSL | 0.65 | 0.73 | 0.96 |
HSV | 233° | 6° | 99° |
CMYK | 0.06 | 0.06 | 0.00 0.01 |
XYZ | 82.7373 | 86.0102 | 104.3364 |
Yxy | 86.0102 | 0.3030 | 0.3150 |
Hunter Lab | 92.7417 | -3.0534 | -1.7834 |
CIE-Lab | 94.3167 | 1.9063 | -6.9753 |
#eceefc color RGB value is (236,238,252).
#eceefc hex color red value is 236, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eceefc hue: 0.65 , saturation: 0.73 and the lightness value of eceefc is 0.96.
The process color (four color CMYK) of #eceefc color hex is 0.06, 0.06, 0.00, 0.01. Web safe color of #eceefc is #ffffff. Color #eceefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11101110 | 11111100 |
Octal | 354 | 356 | 374 |
Decimal | 236 | 238 | 252 |
Hex | EC | EE | FC |
Shades of #eceefc
Tints of #eceefc
RGB Percentages of Color #eceefc
CMYK Percentages of Color #eceefc
Complementary Color
#eceefc | #fcfaec |
#eceefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eceefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eceefc Color CSS Codes
.mybgcolor {background-color:#eceefc; } .myforecolor {color:#eceefc; } .mybordercolor {border:3px solid #eceefc; }
#eceefc Text Font Color
<p style="color:#eceefc">Text here</p>
This sample text font color is #eceefc
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.
#eceefc Background Color
<div style="background-color:#eceefc">
Div content here</div>
This div background color is #eceefc
#eceefc Border Color
<div style="border:3px solid #eceefc">
Div here</div>
This div border color is #eceefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,238,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eceefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eceefc; -webkit-box-shadow: 1px 1px 3px 2px #eceefc; box-shadow: 1px 1px 3px 2px #eceefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,238,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 #eceefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eceefc; -webkit-box-shadow: 1px 1px 3px 2px #eceefc; box-shadow: 1px 1px 3px 2px #eceefc;">
Div content here</div>
This div box has shadow with color #eceefc
Comments
No comments written yet.
Please login to write comment.