Color spaces of #ecbadd
RGB | 236 | 186 | 221 |
---|---|---|---|
HSL | 0.88 | 0.57 | 0.83 |
HSV | 318° | 21° | 93° |
CMYK | 0.00 | 0.21 | 0.06 0.07 |
XYZ | 65.2021 | 58.1711 | 76.1982 |
Yxy | 58.1711 | 0.3267 | 0.2915 |
Hunter Lab | 76.2700 | 19.1246 | -5.8452 |
CIE-Lab | 80.8338 | 23.5849 | -10.6105 |
#ecbadd color RGB value is (236,186,221).
#ecbadd hex color red value is 236, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ecbadd hue: 0.88 , saturation: 0.57 and the lightness value of ecbadd is 0.83.
The process color (four color CMYK) of #ecbadd color hex is 0.00, 0.21, 0.06, 0.07. Web safe color of #ecbadd is #ffcccc. Color #ecbadd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111010 | 11011101 |
Octal | 354 | 272 | 335 |
Decimal | 236 | 186 | 221 |
Hex | EC | BA | DD |
Shades of #ecbadd
Tints of #ecbadd
RGB Percentages of Color #ecbadd
CMYK Percentages of Color #ecbadd
Complementary Color
#ecbadd | #baecc9 |
#ecbadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbadd Color CSS Codes
.mybgcolor {background-color:#ecbadd; } .myforecolor {color:#ecbadd; } .mybordercolor {border:3px solid #ecbadd; }
#ecbadd Text Font Color
<p style="color:#ecbadd">Text here</p>
This sample text font color is #ecbadd
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.
#ecbadd Background Color
<div style="background-color:#ecbadd">
Div content here</div>
This div background color is #ecbadd
#ecbadd Border Color
<div style="border:3px solid #ecbadd">
Div here</div>
This div border color is #ecbadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,186,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbadd; -webkit-box-shadow: 1px 1px 3px 2px #ecbadd; box-shadow: 1px 1px 3px 2px #ecbadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,186,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbadd; -webkit-box-shadow: 1px 1px 3px 2px #ecbadd; box-shadow: 1px 1px 3px 2px #ecbadd;">
Div content here</div>
This div box has shadow with color #ecbadd
Comments
No comments written yet.
Please login to write comment.