Color spaces of #ef9cec
RGB | 239 | 156 | 236 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.77 |
HSV | 302° | 35° | 94° |
CMYK | 0.00 | 0.35 | 0.01 0.06 |
XYZ | 62.6254 | 48.1838 | 85.3566 |
Yxy | 48.1838 | 0.3192 | 0.2456 |
Hunter Lab | 69.4146 | 39.5662 | -24.3166 |
CIE-Lab | 74.9407 | 43.0991 | -27.6176 |
#ef9cec color RGB value is (239,156,236).
#ef9cec hex color red value is 239, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ef9cec hue: 0.84 , saturation: 0.72 and the lightness value of ef9cec is 0.77.
The process color (four color CMYK) of #ef9cec color hex is 0.00, 0.35, 0.01, 0.06. Web safe color of #ef9cec is #ff99ff. Color #ef9cec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10011100 | 11101100 |
Octal | 357 | 234 | 354 |
Decimal | 239 | 156 | 236 |
Hex | EF | 9C | EC |
Shades of #ef9cec
Tints of #ef9cec
RGB Percentages of Color #ef9cec
CMYK Percentages of Color #ef9cec
Complementary Color
#ef9cec | #9cef9f |
#ef9cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef9cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef9cec Color CSS Codes
.mybgcolor {background-color:#ef9cec; } .myforecolor {color:#ef9cec; } .mybordercolor {border:3px solid #ef9cec; }
#ef9cec Text Font Color
<p style="color:#ef9cec">Text here</p>
This sample text font color is #ef9cec
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.
#ef9cec Background Color
<div style="background-color:#ef9cec">
Div content here</div>
This div background color is #ef9cec
#ef9cec Border Color
<div style="border:3px solid #ef9cec">
Div here</div>
This div border color is #ef9cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,156,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef9cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef9cec; -webkit-box-shadow: 1px 1px 3px 2px #ef9cec; box-shadow: 1px 1px 3px 2px #ef9cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,156,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef9cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef9cec; -webkit-box-shadow: 1px 1px 3px 2px #ef9cec; box-shadow: 1px 1px 3px 2px #ef9cec;">
Div content here</div>
This div box has shadow with color #ef9cec
Comments
No comments written yet.
Please login to write comment.