Color spaces of #efcea4
RGB | 239 | 206 | 164 |
---|---|---|---|
HSL | 0.09 | 0.70 | 0.79 |
HSV | 34° | 31° | 94° |
CMYK | 0.00 | 0.14 | 0.31 0.06 |
XYZ | 64.3688 | 65.1737 | 44.3091 |
Yxy | 65.1737 | 0.3703 | 0.3749 |
Hunter Lab | 80.7302 | 1.0459 | 23.9696 |
CIE-Lab | 84.5732 | 5.5804 | 25.1931 |
#efcea4 color RGB value is (239,206,164).
#efcea4 hex color red value is 239, green value is 206 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #efcea4 hue: 0.09 , saturation: 0.70 and the lightness value of efcea4 is 0.79.
The process color (four color CMYK) of #efcea4 color hex is 0.00, 0.14, 0.31, 0.06. Web safe color of #efcea4 is #ffcc99. Color #efcea4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001110 | 10100100 |
Octal | 357 | 316 | 244 |
Decimal | 239 | 206 | 164 |
Hex | EF | CE | A4 |
Shades of #efcea4
Tints of #efcea4
RGB Percentages of Color #efcea4
CMYK Percentages of Color #efcea4
Complementary Color
#efcea4 | #a4c5ef |
#efcea4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcea4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcea4 Color CSS Codes
.mybgcolor {background-color:#efcea4; } .myforecolor {color:#efcea4; } .mybordercolor {border:3px solid #efcea4; }
#efcea4 Text Font Color
<p style="color:#efcea4">Text here</p>
This sample text font color is #efcea4
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.
#efcea4 Background Color
<div style="background-color:#efcea4">
Div content here</div>
This div background color is #efcea4
#efcea4 Border Color
<div style="border:3px solid #efcea4">
Div here</div>
This div border color is #efcea4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,206,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcea4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcea4; -webkit-box-shadow: 1px 1px 3px 2px #efcea4; box-shadow: 1px 1px 3px 2px #efcea4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,206,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcea4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcea4; -webkit-box-shadow: 1px 1px 3px 2px #efcea4; box-shadow: 1px 1px 3px 2px #efcea4;">
Div content here</div>
This div box has shadow with color #efcea4
Comments
No comments written yet.
Please login to write comment.