Color spaces of #ecdbfd
RGB | 236 | 219 | 253 |
---|---|---|---|
HSL | 0.75 | 0.89 | 0.93 |
HSV | 270° | 13° | 99° |
CMYK | 0.07 | 0.13 | 0.00 0.01 |
XYZ | 77.6532 | 75.5878 | 103.4256 |
Yxy | 75.5878 | 0.3025 | 0.2945 |
Hunter Lab | 86.9412 | 7.2834 | -9.6727 |
CIE-Lab | 89.6676 | 11.9594 | -14.4156 |
#ecdbfd color RGB value is (236,219,253).
#ecdbfd hex color red value is 236, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecdbfd hue: 0.75 , saturation: 0.89 and the lightness value of ecdbfd is 0.93.
The process color (four color CMYK) of #ecdbfd color hex is 0.07, 0.13, 0.00, 0.01. Web safe color of #ecdbfd is #ffccff. Color #ecdbfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011011 | 11111101 |
Octal | 354 | 333 | 375 |
Decimal | 236 | 219 | 253 |
Hex | EC | DB | FD |
Shades of #ecdbfd
Tints of #ecdbfd
RGB Percentages of Color #ecdbfd
CMYK Percentages of Color #ecdbfd
Complementary Color
#ecdbfd | #ecfddb |
#ecdbfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdbfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdbfd Color CSS Codes
.mybgcolor {background-color:#ecdbfd; } .myforecolor {color:#ecdbfd; } .mybordercolor {border:3px solid #ecdbfd; }
#ecdbfd Text Font Color
<p style="color:#ecdbfd">Text here</p>
This sample text font color is #ecdbfd
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.
#ecdbfd Background Color
<div style="background-color:#ecdbfd">
Div content here</div>
This div background color is #ecdbfd
#ecdbfd Border Color
<div style="border:3px solid #ecdbfd">
Div here</div>
This div border color is #ecdbfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,219,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdbfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdbfd; -webkit-box-shadow: 1px 1px 3px 2px #ecdbfd; box-shadow: 1px 1px 3px 2px #ecdbfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,219,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdbfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdbfd; -webkit-box-shadow: 1px 1px 3px 2px #ecdbfd; box-shadow: 1px 1px 3px 2px #ecdbfd;">
Div content here</div>
This div box has shadow with color #ecdbfd
Related Colors
#ecdbfd Color Palettes
Comments
No comments written yet.
Please login to write comment.