Color spaces of #ecdff5
RGB | 236 | 223 | 245 |
---|---|---|---|
HSL | 0.77 | 0.52 | 0.92 |
HSV | 275° | 9° | 96° |
CMYK | 0.04 | 0.09 | 0.00 0.04 |
XYZ | 77.4612 | 77.2008 | 97.2048 |
Yxy | 77.2008 | 0.3075 | 0.3065 |
Hunter Lab | 87.8640 | 3.6043 | -4.0883 |
CIE-Lab | 90.4140 | 8.3569 | -9.1053 |
#ecdff5 color RGB value is (236,223,245).
#ecdff5 hex color red value is 236, green value is 223 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ecdff5 hue: 0.77 , saturation: 0.52 and the lightness value of ecdff5 is 0.92.
The process color (four color CMYK) of #ecdff5 color hex is 0.04, 0.09, 0.00, 0.04. Web safe color of #ecdff5 is #ffccff. Color #ecdff5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011111 | 11110101 |
Octal | 354 | 337 | 365 |
Decimal | 236 | 223 | 245 |
Hex | EC | DF | F5 |
Shades of #ecdff5
Tints of #ecdff5
RGB Percentages of Color #ecdff5
CMYK Percentages of Color #ecdff5
Complementary Color
#ecdff5 | #e8f5df |
#ecdff5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdff5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdff5 Color CSS Codes
.mybgcolor {background-color:#ecdff5; } .myforecolor {color:#ecdff5; } .mybordercolor {border:3px solid #ecdff5; }
#ecdff5 Text Font Color
<p style="color:#ecdff5">Text here</p>
This sample text font color is #ecdff5
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.
#ecdff5 Background Color
<div style="background-color:#ecdff5">
Div content here</div>
This div background color is #ecdff5
#ecdff5 Border Color
<div style="border:3px solid #ecdff5">
Div here</div>
This div border color is #ecdff5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,223,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdff5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdff5; -webkit-box-shadow: 1px 1px 3px 2px #ecdff5; box-shadow: 1px 1px 3px 2px #ecdff5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,223,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdff5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdff5; -webkit-box-shadow: 1px 1px 3px 2px #ecdff5; box-shadow: 1px 1px 3px 2px #ecdff5;">
Div content here</div>
This div box has shadow with color #ecdff5
Comments
No comments written yet.
Please login to write comment.