Color spaces of #ec8dac
RGB | 236 | 141 | 172 |
---|---|---|---|
HSL | 0.95 | 0.71 | 0.74 |
HSV | 340° | 40° | 93° |
CMYK | 0.00 | 0.40 | 0.27 0.07 |
XYZ | 51.5633 | 39.8612 | 44.0060 |
Yxy | 39.8612 | 0.3807 | 0.2943 |
Hunter Lab | 63.1357 | 35.2944 | 2.8695 |
CIE-Lab | 69.3706 | 39.8143 | -0.6796 |
#ec8dac color RGB value is (236,141,172).
#ec8dac hex color red value is 236, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec8dac hue: 0.95 , saturation: 0.71 and the lightness value of ec8dac is 0.74.
The process color (four color CMYK) of #ec8dac color hex is 0.00, 0.40, 0.27, 0.07. Web safe color of #ec8dac is #ff9999. Color #ec8dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001101 | 10101100 |
Octal | 354 | 215 | 254 |
Decimal | 236 | 141 | 172 |
Hex | EC | 8D | AC |
Shades of #ec8dac
Tints of #ec8dac
RGB Percentages of Color #ec8dac
CMYK Percentages of Color #ec8dac
Complementary Color
#ec8dac | #8deccd |
#ec8dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec8dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec8dac Color CSS Codes
.mybgcolor {background-color:#ec8dac; } .myforecolor {color:#ec8dac; } .mybordercolor {border:3px solid #ec8dac; }
#ec8dac Text Font Color
<p style="color:#ec8dac">Text here</p>
This sample text font color is #ec8dac
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.
#ec8dac Background Color
<div style="background-color:#ec8dac">
Div content here</div>
This div background color is #ec8dac
#ec8dac Border Color
<div style="border:3px solid #ec8dac">
Div here</div>
This div border color is #ec8dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,141,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec8dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec8dac; -webkit-box-shadow: 1px 1px 3px 2px #ec8dac; box-shadow: 1px 1px 3px 2px #ec8dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,141,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec8dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec8dac; -webkit-box-shadow: 1px 1px 3px 2px #ec8dac; box-shadow: 1px 1px 3px 2px #ec8dac;">
Div content here</div>
This div box has shadow with color #ec8dac
Comments
No comments written yet.
Please login to write comment.