Color spaces of #efc8ac
RGB | 239 | 200 | 172 |
---|---|---|---|
HSL | 0.07 | 0.68 | 0.81 |
HSV | 25° | 28° | 94° |
CMYK | 0.00 | 0.16 | 0.28 0.06 |
XYZ | 63.6973 | 62.6378 | 47.7628 |
Yxy | 62.6378 | 0.3659 | 0.3598 |
Hunter Lab | 79.1440 | 5.1596 | 19.6198 |
CIE-Lab | 83.2514 | 9.7453 | 19.1595 |
#efc8ac color RGB value is (239,200,172).
#efc8ac hex color red value is 239, green value is 200 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #efc8ac hue: 0.07 , saturation: 0.68 and the lightness value of efc8ac is 0.81.
The process color (four color CMYK) of #efc8ac color hex is 0.00, 0.16, 0.28, 0.06. Web safe color of #efc8ac is #ffcc99. Color #efc8ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001000 | 10101100 |
Octal | 357 | 310 | 254 |
Decimal | 239 | 200 | 172 |
Hex | EF | C8 | AC |
Shades of #efc8ac
Tints of #efc8ac
RGB Percentages of Color #efc8ac
CMYK Percentages of Color #efc8ac
Complementary Color
#efc8ac | #acd3ef |
#efc8ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc8ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc8ac Color CSS Codes
.mybgcolor {background-color:#efc8ac; } .myforecolor {color:#efc8ac; } .mybordercolor {border:3px solid #efc8ac; }
#efc8ac Text Font Color
<p style="color:#efc8ac">Text here</p>
This sample text font color is #efc8ac
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.
#efc8ac Background Color
<div style="background-color:#efc8ac">
Div content here</div>
This div background color is #efc8ac
#efc8ac Border Color
<div style="border:3px solid #efc8ac">
Div here</div>
This div border color is #efc8ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,200,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc8ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc8ac; -webkit-box-shadow: 1px 1px 3px 2px #efc8ac; box-shadow: 1px 1px 3px 2px #efc8ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,200,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 #efc8ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc8ac; -webkit-box-shadow: 1px 1px 3px 2px #efc8ac; box-shadow: 1px 1px 3px 2px #efc8ac;">
Div content here</div>
This div box has shadow with color #efc8ac
Comments
No comments written yet.
Please login to write comment.