Color spaces of #edefac
RGB | 237 | 239 | 172 |
---|---|---|---|
HSL | 0.17 | 0.68 | 0.81 |
HSV | 62° | 28° | 94° |
CMYK | 0.01 | 0.00 | 0.28 0.06 |
XYZ | 73.2379 | 82.7161 | 51.1355 |
Yxy | 82.7161 | 0.3537 | 0.3994 |
Hunter Lab | 90.9484 | -15.4192 | 30.3282 |
CIE-Lab | 92.8900 | -10.9627 | 32.2818 |
#edefac color RGB value is (237,239,172).
#edefac hex color red value is 237, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #edefac hue: 0.17 , saturation: 0.68 and the lightness value of edefac is 0.81.
The process color (four color CMYK) of #edefac color hex is 0.01, 0.00, 0.28, 0.06. Web safe color of #edefac is #ffff99. Color #edefac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101111 | 10101100 |
Octal | 355 | 357 | 254 |
Decimal | 237 | 239 | 172 |
Hex | ED | EF | AC |
Shades of #edefac
Tints of #edefac
RGB Percentages of Color #edefac
CMYK Percentages of Color #edefac
Complementary Color
#edefac | #aeacef |
#edefac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edefac Color Preview on White Background
Lorem ipsum dolor sit amet.
#edefac Color CSS Codes
.mybgcolor {background-color:#edefac; } .myforecolor {color:#edefac; } .mybordercolor {border:3px solid #edefac; }
#edefac Text Font Color
<p style="color:#edefac">Text here</p>
This sample text font color is #edefac
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.
#edefac Background Color
<div style="background-color:#edefac">
Div content here</div>
This div background color is #edefac
#edefac Border Color
<div style="border:3px solid #edefac">
Div here</div>
This div border color is #edefac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,239,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edefac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edefac; -webkit-box-shadow: 1px 1px 3px 2px #edefac; box-shadow: 1px 1px 3px 2px #edefac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,239,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 #edefac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edefac; -webkit-box-shadow: 1px 1px 3px 2px #edefac; box-shadow: 1px 1px 3px 2px #edefac;">
Div content here</div>
This div box has shadow with color #edefac
Comments
No comments written yet.
Please login to write comment.