Color spaces of #efffd6
RGB | 239 | 255 | 214 |
---|---|---|---|
HSL | 0.23 | 1.00 | 0.92 |
HSV | 83° | 16° | 100° |
CMYK | 0.06 | 0.00 | 0.16 0.00 |
XYZ | 83.4942 | 94.7258 | 77.5016 |
Yxy | 94.7258 | 0.3265 | 0.3704 |
Hunter Lab | 97.3272 | -17.1925 | 20.9164 |
CIE-Lab | 97.9237 | -12.1896 | 17.8481 |
#efffd6 color RGB value is (239,255,214).
#efffd6 hex color red value is 239, green value is 255 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #efffd6 hue: 0.23 , saturation: 1.00 and the lightness value of efffd6 is 0.92.
The process color (four color CMYK) of #efffd6 color hex is 0.06, 0.00, 0.16, 0.00. Web safe color of #efffd6 is #ffffcc. Color #efffd6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111111 | 11010110 |
Octal | 357 | 377 | 326 |
Decimal | 239 | 255 | 214 |
Hex | EF | FF | D6 |
Shades of #efffd6
Tints of #efffd6
RGB Percentages of Color #efffd6
CMYK Percentages of Color #efffd6
Complementary Color
#efffd6 | #e6d6ff |
#efffd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efffd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efffd6 Color CSS Codes
.mybgcolor {background-color:#efffd6; } .myforecolor {color:#efffd6; } .mybordercolor {border:3px solid #efffd6; }
#efffd6 Text Font Color
<p style="color:#efffd6">Text here</p>
This sample text font color is #efffd6
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.
#efffd6 Background Color
<div style="background-color:#efffd6">
Div content here</div>
This div background color is #efffd6
#efffd6 Border Color
<div style="border:3px solid #efffd6">
Div here</div>
This div border color is #efffd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,255,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efffd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efffd6; -webkit-box-shadow: 1px 1px 3px 2px #efffd6; box-shadow: 1px 1px 3px 2px #efffd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,255,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efffd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efffd6; -webkit-box-shadow: 1px 1px 3px 2px #efffd6; box-shadow: 1px 1px 3px 2px #efffd6;">
Div content here</div>
This div box has shadow with color #efffd6
Comments
No comments written yet.
Please login to write comment.