Color spaces of #efd0dc
RGB | 239 | 208 | 220 |
---|---|---|---|
HSL | 0.94 | 0.49 | 0.88 |
HSV | 337° | 13° | 94° |
CMYK | 0.00 | 0.13 | 0.08 0.06 |
XYZ | 71.0707 | 68.6298 | 77.2112 |
Yxy | 68.6298 | 0.3276 | 0.3164 |
Hunter Lab | 82.8431 | 8.1589 | 2.7309 |
CIE-Lab | 86.3204 | 12.7877 | -1.9343 |
#efd0dc color RGB value is (239,208,220).
#efd0dc hex color red value is 239, green value is 208 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efd0dc hue: 0.94 , saturation: 0.49 and the lightness value of efd0dc is 0.88.
The process color (four color CMYK) of #efd0dc color hex is 0.00, 0.13, 0.08, 0.06. Web safe color of #efd0dc is #ffcccc. Color #efd0dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11010000 | 11011100 |
Octal | 357 | 320 | 334 |
Decimal | 239 | 208 | 220 |
Hex | EF | D0 | DC |
Shades of #efd0dc
Tints of #efd0dc
RGB Percentages of Color #efd0dc
CMYK Percentages of Color #efd0dc
Complementary Color
#efd0dc | #d0efe3 |
#efd0dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efd0dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#efd0dc Color CSS Codes
.mybgcolor {background-color:#efd0dc; } .myforecolor {color:#efd0dc; } .mybordercolor {border:3px solid #efd0dc; }
#efd0dc Text Font Color
<p style="color:#efd0dc">Text here</p>
This sample text font color is #efd0dc
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.
#efd0dc Background Color
<div style="background-color:#efd0dc">
Div content here</div>
This div background color is #efd0dc
#efd0dc Border Color
<div style="border:3px solid #efd0dc">
Div here</div>
This div border color is #efd0dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,208,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efd0dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efd0dc; -webkit-box-shadow: 1px 1px 3px 2px #efd0dc; box-shadow: 1px 1px 3px 2px #efd0dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,208,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efd0dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efd0dc; -webkit-box-shadow: 1px 1px 3px 2px #efd0dc; box-shadow: 1px 1px 3px 2px #efd0dc;">
Div content here</div>
This div box has shadow with color #efd0dc
Comments
No comments written yet.
Please login to write comment.