Color spaces of #ecdafe
RGB | 236 | 218 | 254 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.93 |
HSV | 270° | 14° | 100° |
CMYK | 0.07 | 0.14 | 0.00 0.00 |
XYZ | 77.5529 | 75.1314 | 104.1803 |
Yxy | 75.1314 | 0.3019 | 0.2925 |
Hunter Lab | 86.6784 | 8.0204 | -10.5869 |
CIE-Lab | 89.4545 | 12.6766 | -15.2600 |
#ecdafe color RGB value is (236,218,254).
#ecdafe hex color red value is 236, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecdafe hue: 0.75 , saturation: 0.95 and the lightness value of ecdafe is 0.93.
The process color (four color CMYK) of #ecdafe color hex is 0.07, 0.14, 0.00, 0.00. Web safe color of #ecdafe is #ffccff. Color #ecdafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011010 | 11111110 |
Octal | 354 | 332 | 376 |
Decimal | 236 | 218 | 254 |
Hex | EC | DA | FE |
Shades of #ecdafe
Tints of #ecdafe
RGB Percentages of Color #ecdafe
CMYK Percentages of Color #ecdafe
Complementary Color
#ecdafe | #ecfeda |
#ecdafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdafe Color CSS Codes
.mybgcolor {background-color:#ecdafe; } .myforecolor {color:#ecdafe; } .mybordercolor {border:3px solid #ecdafe; }
#ecdafe Text Font Color
<p style="color:#ecdafe">Text here</p>
This sample text font color is #ecdafe
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.
#ecdafe Background Color
<div style="background-color:#ecdafe">
Div content here</div>
This div background color is #ecdafe
#ecdafe Border Color
<div style="border:3px solid #ecdafe">
Div here</div>
This div border color is #ecdafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdafe; -webkit-box-shadow: 1px 1px 3px 2px #ecdafe; box-shadow: 1px 1px 3px 2px #ecdafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdafe; -webkit-box-shadow: 1px 1px 3px 2px #ecdafe; box-shadow: 1px 1px 3px 2px #ecdafe;">
Div content here</div>
This div box has shadow with color #ecdafe
Comments
No comments written yet.
Please login to write comment.