Color spaces of #ece0ea
RGB | 236 | 224 | 234 |
---|---|---|---|
HSL | 0.86 | 0.24 | 0.90 |
HSV | 310° | 5° | 93° |
CMYK | 0.00 | 0.05 | 0.01 0.07 |
XYZ | 76.0990 | 77.0847 | 88.7099 |
Yxy | 77.0847 | 0.3146 | 0.3187 |
Hunter Lab | 87.7979 | 1.0689 | 1.5526 |
CIE-Lab | 90.3606 | 5.8330 | -3.4156 |
#ece0ea color RGB value is (236,224,234).
#ece0ea hex color red value is 236, green value is 224 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ece0ea hue: 0.86 , saturation: 0.24 and the lightness value of ece0ea is 0.90.
The process color (four color CMYK) of #ece0ea color hex is 0.00, 0.05, 0.01, 0.07. Web safe color of #ece0ea is #ffccff. Color #ece0ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11100000 | 11101010 |
Octal | 354 | 340 | 352 |
Decimal | 236 | 224 | 234 |
Hex | EC | E0 | EA |
Shades of #ece0ea
Tints of #ece0ea
RGB Percentages of Color #ece0ea
CMYK Percentages of Color #ece0ea
Complementary Color
#ece0ea | #e0ece2 |
#ece0ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ece0ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ece0ea Color CSS Codes
.mybgcolor {background-color:#ece0ea; } .myforecolor {color:#ece0ea; } .mybordercolor {border:3px solid #ece0ea; }
#ece0ea Text Font Color
<p style="color:#ece0ea">Text here</p>
This sample text font color is #ece0ea
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.
#ece0ea Background Color
<div style="background-color:#ece0ea">
Div content here</div>
This div background color is #ece0ea
#ece0ea Border Color
<div style="border:3px solid #ece0ea">
Div here</div>
This div border color is #ece0ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,224,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ece0ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ece0ea; -webkit-box-shadow: 1px 1px 3px 2px #ece0ea; box-shadow: 1px 1px 3px 2px #ece0ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,224,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ece0ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ece0ea; -webkit-box-shadow: 1px 1px 3px 2px #ece0ea; box-shadow: 1px 1px 3px 2px #ece0ea;">
Div content here</div>
This div box has shadow with color #ece0ea
Comments
No comments written yet.
Please login to write comment.