Color spaces of #efafec
RGB | 239 | 175 | 236 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.81 |
HSV | 303° | 27° | 94° |
CMYK | 0.00 | 0.27 | 0.01 0.06 |
XYZ | 66.0669 | 55.0668 | 86.5037 |
Yxy | 55.0668 | 0.3182 | 0.2652 |
Hunter Lab | 74.2070 | 29.0573 | -17.1699 |
CIE-Lab | 79.0797 | 33.0867 | -21.3038 |
#efafec color RGB value is (239,175,236).
#efafec hex color red value is 239, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #efafec hue: 0.84 , saturation: 0.67 and the lightness value of efafec is 0.81.
The process color (four color CMYK) of #efafec color hex is 0.00, 0.27, 0.01, 0.06. Web safe color of #efafec is #ff99ff. Color #efafec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101111 | 11101100 |
Octal | 357 | 257 | 354 |
Decimal | 239 | 175 | 236 |
Hex | EF | AF | EC |
Shades of #efafec
Tints of #efafec
RGB Percentages of Color #efafec
CMYK Percentages of Color #efafec
Complementary Color
#efafec | #afefb2 |
#efafec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efafec Color Preview on White Background
Lorem ipsum dolor sit amet.
#efafec Color CSS Codes
.mybgcolor {background-color:#efafec; } .myforecolor {color:#efafec; } .mybordercolor {border:3px solid #efafec; }
#efafec Text Font Color
<p style="color:#efafec">Text here</p>
This sample text font color is #efafec
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.
#efafec Background Color
<div style="background-color:#efafec">
Div content here</div>
This div background color is #efafec
#efafec Border Color
<div style="border:3px solid #efafec">
Div here</div>
This div border color is #efafec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efafec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efafec; -webkit-box-shadow: 1px 1px 3px 2px #efafec; box-shadow: 1px 1px 3px 2px #efafec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,175,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 #efafec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efafec; -webkit-box-shadow: 1px 1px 3px 2px #efafec; box-shadow: 1px 1px 3px 2px #efafec;">
Div content here</div>
This div box has shadow with color #efafec
Comments
No comments written yet.
Please login to write comment.