Color spaces of #ecefdd
RGB | 236 | 239 | 221 |
---|---|---|---|
HSL | 0.19 | 0.36 | 0.90 |
HSV | 70° | 8° | 94° |
CMYK | 0.01 | 0.00 | 0.08 0.06 |
XYZ | 78.5097 | 84.7863 | 80.6341 |
Yxy | 84.7863 | 0.3219 | 0.3476 |
Hunter Lab | 92.0795 | -8.9447 | 12.5353 |
CIE-Lab | 93.7910 | -4.1014 | 8.3485 |
#ecefdd color RGB value is (236,239,221).
#ecefdd hex color red value is 236, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ecefdd hue: 0.19 , saturation: 0.36 and the lightness value of ecefdd is 0.90.
The process color (four color CMYK) of #ecefdd color hex is 0.01, 0.00, 0.08, 0.06. Web safe color of #ecefdd is #ffffcc. Color #ecefdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11101111 | 11011101 |
Octal | 354 | 357 | 335 |
Decimal | 236 | 239 | 221 |
Hex | EC | EF | DD |
Shades of #ecefdd
Tints of #ecefdd
RGB Percentages of Color #ecefdd
CMYK Percentages of Color #ecefdd
Complementary Color
#ecefdd | #e0ddef |
#ecefdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecefdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecefdd Color CSS Codes
.mybgcolor {background-color:#ecefdd; } .myforecolor {color:#ecefdd; } .mybordercolor {border:3px solid #ecefdd; }
#ecefdd Text Font Color
<p style="color:#ecefdd">Text here</p>
This sample text font color is #ecefdd
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.
#ecefdd Background Color
<div style="background-color:#ecefdd">
Div content here</div>
This div background color is #ecefdd
#ecefdd Border Color
<div style="border:3px solid #ecefdd">
Div here</div>
This div border color is #ecefdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,239,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecefdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecefdd; -webkit-box-shadow: 1px 1px 3px 2px #ecefdd; box-shadow: 1px 1px 3px 2px #ecefdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,239,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecefdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecefdd; -webkit-box-shadow: 1px 1px 3px 2px #ecefdd; box-shadow: 1px 1px 3px 2px #ecefdd;">
Div content here</div>
This div box has shadow with color #ecefdd
Comments
No comments written yet.
Please login to write comment.