Color spaces of #efffdc
RGB | 239 | 255 | 220 |
---|---|---|---|
HSL | 0.24 | 1.00 | 0.93 |
HSV | 87° | 14° | 100° |
CMYK | 0.06 | 0.00 | 0.14 0.00 |
XYZ | 84.2749 | 95.0380 | 81.6126 |
Yxy | 95.0380 | 0.3230 | 0.3642 |
Hunter Lab | 97.4874 | -16.2952 | 18.6060 |
CIE-Lab | 98.0487 | -11.2406 | 14.9605 |
#efffdc color RGB value is (239,255,220).
#efffdc hex color red value is 239, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efffdc hue: 0.24 , saturation: 1.00 and the lightness value of efffdc is 0.93.
The process color (four color CMYK) of #efffdc color hex is 0.06, 0.00, 0.14, 0.00. Web safe color of #efffdc is #ffffcc. Color #efffdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111111 | 11011100 |
Octal | 357 | 377 | 334 |
Decimal | 239 | 255 | 220 |
Hex | EF | FF | DC |
Shades of #efffdc
Tints of #efffdc
RGB Percentages of Color #efffdc
CMYK Percentages of Color #efffdc
Complementary Color
#efffdc | #ecdcff |
#efffdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efffdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#efffdc Color CSS Codes
.mybgcolor {background-color:#efffdc; } .myforecolor {color:#efffdc; } .mybordercolor {border:3px solid #efffdc; }
#efffdc Text Font Color
<p style="color:#efffdc">Text here</p>
This sample text font color is #efffdc
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.
#efffdc Background Color
<div style="background-color:#efffdc">
Div content here</div>
This div background color is #efffdc
#efffdc Border Color
<div style="border:3px solid #efffdc">
Div here</div>
This div border color is #efffdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,255,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efffdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efffdc; -webkit-box-shadow: 1px 1px 3px 2px #efffdc; box-shadow: 1px 1px 3px 2px #efffdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,255,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 #efffdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efffdc; -webkit-box-shadow: 1px 1px 3px 2px #efffdc; box-shadow: 1px 1px 3px 2px #efffdc;">
Div content here</div>
This div box has shadow with color #efffdc
Comments
No comments written yet.
Please login to write comment.