Color spaces of #efcecc
RGB | 239 | 206 | 204 |
---|---|---|---|
HSL | 0.01 | 0.52 | 0.87 |
HSV | 3° | 15° | 94° |
CMYK | 0.00 | 0.14 | 0.15 0.06 |
XYZ | 68.5670 | 66.8530 | 66.4168 |
Yxy | 66.8530 | 0.3397 | 0.3312 |
Hunter Lab | 81.7637 | 6.6036 | 9.0732 |
CIE-Lab | 85.4297 | 11.2342 | 5.2618 |
#efcecc color RGB value is (239,206,204).
#efcecc hex color red value is 239, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efcecc hue: 0.01 , saturation: 0.52 and the lightness value of efcecc is 0.87.
The process color (four color CMYK) of #efcecc color hex is 0.00, 0.14, 0.15, 0.06. Web safe color of #efcecc is #ffcccc. Color #efcecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001110 | 11001100 |
Octal | 357 | 316 | 314 |
Decimal | 239 | 206 | 204 |
Hex | EF | CE | CC |
Shades of #efcecc
Tints of #efcecc
RGB Percentages of Color #efcecc
CMYK Percentages of Color #efcecc
Complementary Color
#efcecc | #ccedef |
#efcecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcecc Color CSS Codes
.mybgcolor {background-color:#efcecc; } .myforecolor {color:#efcecc; } .mybordercolor {border:3px solid #efcecc; }
#efcecc Text Font Color
<p style="color:#efcecc">Text here</p>
This sample text font color is #efcecc
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.
#efcecc Background Color
<div style="background-color:#efcecc">
Div content here</div>
This div background color is #efcecc
#efcecc Border Color
<div style="border:3px solid #efcecc">
Div here</div>
This div border color is #efcecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcecc; -webkit-box-shadow: 1px 1px 3px 2px #efcecc; box-shadow: 1px 1px 3px 2px #efcecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,206,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcecc; -webkit-box-shadow: 1px 1px 3px 2px #efcecc; box-shadow: 1px 1px 3px 2px #efcecc;">
Div content here</div>
This div box has shadow with color #efcecc
Comments
No comments written yet.
Please login to write comment.