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