Color spaces of #efc3db
RGB | 239 | 195 | 219 |
---|---|---|---|
HSL | 0.91 | 0.58 | 0.85 |
HSV | 327° | 18° | 94° |
CMYK | 0.00 | 0.18 | 0.08 0.06 |
XYZ | 67.8979 | 62.4954 | 75.5020 |
Yxy | 62.4954 | 0.3298 | 0.3035 |
Hunter Lab | 79.0540 | 14.9655 | -1.2882 |
CIE-Lab | 83.1762 | 19.4840 | -6.0295 |
#efc3db color RGB value is (239,195,219).
#efc3db hex color red value is 239, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efc3db hue: 0.91 , saturation: 0.58 and the lightness value of efc3db is 0.85.
The process color (four color CMYK) of #efc3db color hex is 0.00, 0.18, 0.08, 0.06. Web safe color of #efc3db is #ffcccc. Color #efc3db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000011 | 11011011 |
Octal | 357 | 303 | 333 |
Decimal | 239 | 195 | 219 |
Hex | EF | C3 | DB |
Shades of #efc3db
Tints of #efc3db
RGB Percentages of Color #efc3db
CMYK Percentages of Color #efc3db
Complementary Color
#efc3db | #c3efd7 |
#efc3db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc3db Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc3db Color CSS Codes
.mybgcolor {background-color:#efc3db; } .myforecolor {color:#efc3db; } .mybordercolor {border:3px solid #efc3db; }
#efc3db Text Font Color
<p style="color:#efc3db">Text here</p>
This sample text font color is #efc3db
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.
#efc3db Background Color
<div style="background-color:#efc3db">
Div content here</div>
This div background color is #efc3db
#efc3db Border Color
<div style="border:3px solid #efc3db">
Div here</div>
This div border color is #efc3db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,195,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc3db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc3db; -webkit-box-shadow: 1px 1px 3px 2px #efc3db; box-shadow: 1px 1px 3px 2px #efc3db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,195,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc3db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc3db; -webkit-box-shadow: 1px 1px 3px 2px #efc3db; box-shadow: 1px 1px 3px 2px #efc3db;">
Div content here</div>
This div box has shadow with color #efc3db
Comments
No comments written yet.
Please login to write comment.