Color spaces of #ecdeff
RGB | 236 | 222 | 255 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.94 |
HSV | 265° | 13° | 100° |
CMYK | 0.07 | 0.13 | 0.00 0.00 |
XYZ | 78.7633 | 77.2954 | 105.3760 |
Yxy | 77.2954 | 0.3013 | 0.2957 |
Hunter Lab | 87.9178 | 6.0574 | -9.5210 |
CIE-Lab | 90.4574 | 10.7720 | -14.2820 |
#ecdeff color RGB value is (236,222,255).
#ecdeff hex color red value is 236, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ecdeff hue: 0.74 , saturation: 1.00 and the lightness value of ecdeff is 0.94.
The process color (four color CMYK) of #ecdeff color hex is 0.07, 0.13, 0.00, 0.00. Web safe color of #ecdeff is #ffccff. Color #ecdeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011110 | 11111111 |
Octal | 354 | 336 | 377 |
Decimal | 236 | 222 | 255 |
Hex | EC | DE | FF |
Shades of #ecdeff
Tints of #ecdeff
RGB Percentages of Color #ecdeff
CMYK Percentages of Color #ecdeff
Complementary Color
#ecdeff | #f1ffde |
#ecdeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdeff Color CSS Codes
.mybgcolor {background-color:#ecdeff; } .myforecolor {color:#ecdeff; } .mybordercolor {border:3px solid #ecdeff; }
#ecdeff Text Font Color
<p style="color:#ecdeff">Text here</p>
This sample text font color is #ecdeff
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.
#ecdeff Background Color
<div style="background-color:#ecdeff">
Div content here</div>
This div background color is #ecdeff
#ecdeff Border Color
<div style="border:3px solid #ecdeff">
Div here</div>
This div border color is #ecdeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,222,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdeff; -webkit-box-shadow: 1px 1px 3px 2px #ecdeff; box-shadow: 1px 1px 3px 2px #ecdeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,222,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdeff; -webkit-box-shadow: 1px 1px 3px 2px #ecdeff; box-shadow: 1px 1px 3px 2px #ecdeff;">
Div content here</div>
This div box has shadow with color #ecdeff
#ecdeff Color Palettes
Comments
No comments written yet.
Please login to write comment.