Color spaces of #efcec4
RGB | 239 | 206 | 196 |
---|---|---|---|
HSL | 0.04 | 0.57 | 0.85 |
HSV | 14° | 18° | 94° |
CMYK | 0.00 | 0.14 | 0.18 0.06 |
XYZ | 67.6317 | 66.4789 | 61.4917 |
Yxy | 66.4789 | 0.3458 | 0.3399 |
Hunter Lab | 81.5346 | 5.3775 | 12.3589 |
CIE-Lab | 85.2401 | 10.0029 | 9.2357 |
#efcec4 color RGB value is (239,206,196).
#efcec4 hex color red value is 239, green value is 206 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #efcec4 hue: 0.04 , saturation: 0.57 and the lightness value of efcec4 is 0.85.
The process color (four color CMYK) of #efcec4 color hex is 0.00, 0.14, 0.18, 0.06. Web safe color of #efcec4 is #ffcccc. Color #efcec4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001110 | 11000100 |
Octal | 357 | 316 | 304 |
Decimal | 239 | 206 | 196 |
Hex | EF | CE | C4 |
Shades of #efcec4
Tints of #efcec4
RGB Percentages of Color #efcec4
CMYK Percentages of Color #efcec4
Complementary Color
#efcec4 | #c4e5ef |
#efcec4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcec4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcec4 Color CSS Codes
.mybgcolor {background-color:#efcec4; } .myforecolor {color:#efcec4; } .mybordercolor {border:3px solid #efcec4; }
#efcec4 Text Font Color
<p style="color:#efcec4">Text here</p>
This sample text font color is #efcec4
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.
#efcec4 Background Color
<div style="background-color:#efcec4">
Div content here</div>
This div background color is #efcec4
#efcec4 Border Color
<div style="border:3px solid #efcec4">
Div here</div>
This div border color is #efcec4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,206,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcec4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcec4; -webkit-box-shadow: 1px 1px 3px 2px #efcec4; box-shadow: 1px 1px 3px 2px #efcec4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,206,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcec4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcec4; -webkit-box-shadow: 1px 1px 3px 2px #efcec4; box-shadow: 1px 1px 3px 2px #efcec4;">
Div content here</div>
This div box has shadow with color #efcec4
Comments
No comments written yet.
Please login to write comment.