Color spaces of #ef5ace
RGB | 239 | 90 | 206 |
---|---|---|---|
HSL | 0.87 | 0.82 | 0.65 |
HSV | 313° | 62° | 94° |
CMYK | 0.00 | 0.62 | 0.14 0.06 |
XYZ | 50.3933 | 30.1193 | 61.5501 |
Yxy | 30.1193 | 0.3547 | 0.2120 |
Hunter Lab | 54.8811 | 67.8618 | -28.0781 |
CIE-Lab | 61.7570 | 69.5233 | -31.3047 |
#ef5ace color RGB value is (239,90,206).
#ef5ace hex color red value is 239, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ef5ace hue: 0.87 , saturation: 0.82 and the lightness value of ef5ace is 0.65.
The process color (four color CMYK) of #ef5ace color hex is 0.00, 0.62, 0.14, 0.06. Web safe color of #ef5ace is #ff66cc. Color #ef5ace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01011010 | 11001110 |
Octal | 357 | 132 | 316 |
Decimal | 239 | 90 | 206 |
Hex | EF | 5A | CE |
Shades of #ef5ace
Tints of #ef5ace
RGB Percentages of Color #ef5ace
CMYK Percentages of Color #ef5ace
Complementary Color
#ef5ace | #5aef7b |
#ef5ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef5ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef5ace Color CSS Codes
.mybgcolor {background-color:#ef5ace; } .myforecolor {color:#ef5ace; } .mybordercolor {border:3px solid #ef5ace; }
#ef5ace Text Font Color
<p style="color:#ef5ace">Text here</p>
This sample text font color is #ef5ace
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.
#ef5ace Background Color
<div style="background-color:#ef5ace">
Div content here</div>
This div background color is #ef5ace
#ef5ace Border Color
<div style="border:3px solid #ef5ace">
Div here</div>
This div border color is #ef5ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,90,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef5ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef5ace; -webkit-box-shadow: 1px 1px 3px 2px #ef5ace; box-shadow: 1px 1px 3px 2px #ef5ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,90,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef5ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef5ace; -webkit-box-shadow: 1px 1px 3px 2px #ef5ace; box-shadow: 1px 1px 3px 2px #ef5ace;">
Div content here</div>
This div box has shadow with color #ef5ace
Comments
No comments written yet.
Please login to write comment.