Color spaces of #ecefd6
RGB | 236 | 239 | 214 |
---|---|---|---|
HSL | 0.19 | 0.44 | 0.89 |
HSV | 67° | 10° | 94° |
CMYK | 0.01 | 0.00 | 0.10 0.06 |
XYZ | 77.5962 | 84.4209 | 75.8234 |
Yxy | 84.4209 | 0.3263 | 0.3549 |
Hunter Lab | 91.8808 | -10.0427 | 15.3883 |
CIE-Lab | 93.6330 | -5.2472 | 11.7487 |
#ecefd6 color RGB value is (236,239,214).
#ecefd6 hex color red value is 236, green value is 239 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ecefd6 hue: 0.19 , saturation: 0.44 and the lightness value of ecefd6 is 0.89.
The process color (four color CMYK) of #ecefd6 color hex is 0.01, 0.00, 0.10, 0.06. Web safe color of #ecefd6 is #ffffcc. Color #ecefd6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11101111 | 11010110 |
Octal | 354 | 357 | 326 |
Decimal | 236 | 239 | 214 |
Hex | EC | EF | D6 |
Shades of #ecefd6
Tints of #ecefd6
RGB Percentages of Color #ecefd6
CMYK Percentages of Color #ecefd6
Complementary Color
#ecefd6 | #d9d6ef |
#ecefd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecefd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecefd6 Color CSS Codes
.mybgcolor {background-color:#ecefd6; } .myforecolor {color:#ecefd6; } .mybordercolor {border:3px solid #ecefd6; }
#ecefd6 Text Font Color
<p style="color:#ecefd6">Text here</p>
This sample text font color is #ecefd6
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.
#ecefd6 Background Color
<div style="background-color:#ecefd6">
Div content here</div>
This div background color is #ecefd6
#ecefd6 Border Color
<div style="border:3px solid #ecefd6">
Div here</div>
This div border color is #ecefd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,239,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecefd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecefd6; -webkit-box-shadow: 1px 1px 3px 2px #ecefd6; box-shadow: 1px 1px 3px 2px #ecefd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,239,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecefd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecefd6; -webkit-box-shadow: 1px 1px 3px 2px #ecefd6; box-shadow: 1px 1px 3px 2px #ecefd6;">
Div content here</div>
This div box has shadow with color #ecefd6
Comments
No comments written yet.
Please login to write comment.