Color spaces of #ecdbea
RGB | 236 | 219 | 234 |
---|---|---|---|
HSL | 0.85 | 0.31 | 0.89 |
HSV | 307° | 7° | 93° |
CMYK | 0.00 | 0.07 | 0.01 0.07 |
XYZ | 74.7749 | 74.4364 | 88.2685 |
Yxy | 74.4364 | 0.3149 | 0.3134 |
Hunter Lab | 86.2765 | 3.7200 | -0.2653 |
CIE-Lab | 89.1283 | 8.4358 | -5.2298 |
#ecdbea color RGB value is (236,219,234).
#ecdbea hex color red value is 236, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ecdbea hue: 0.85 , saturation: 0.31 and the lightness value of ecdbea is 0.89.
The process color (four color CMYK) of #ecdbea color hex is 0.00, 0.07, 0.01, 0.07. Web safe color of #ecdbea is #ffccff. Color #ecdbea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011011 | 11101010 |
Octal | 354 | 333 | 352 |
Decimal | 236 | 219 | 234 |
Hex | EC | DB | EA |
Shades of #ecdbea
Tints of #ecdbea
RGB Percentages of Color #ecdbea
CMYK Percentages of Color #ecdbea
Complementary Color
#ecdbea | #dbecdd |
#ecdbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdbea Color CSS Codes
.mybgcolor {background-color:#ecdbea; } .myforecolor {color:#ecdbea; } .mybordercolor {border:3px solid #ecdbea; }
#ecdbea Text Font Color
<p style="color:#ecdbea">Text here</p>
This sample text font color is #ecdbea
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.
#ecdbea Background Color
<div style="background-color:#ecdbea">
Div content here</div>
This div background color is #ecdbea
#ecdbea Border Color
<div style="border:3px solid #ecdbea">
Div here</div>
This div border color is #ecdbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,219,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdbea; -webkit-box-shadow: 1px 1px 3px 2px #ecdbea; box-shadow: 1px 1px 3px 2px #ecdbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,219,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdbea; -webkit-box-shadow: 1px 1px 3px 2px #ecdbea; box-shadow: 1px 1px 3px 2px #ecdbea;">
Div content here</div>
This div box has shadow with color #ecdbea
Comments
No comments written yet.
Please login to write comment.