Color spaces of #effcd6
RGB | 239 | 252 | 214 |
---|---|---|---|
HSL | 0.22 | 0.86 | 0.91 |
HSV | 81° | 15° | 99° |
CMYK | 0.05 | 0.00 | 0.15 0.01 |
XYZ | 82.5446 | 92.8266 | 77.1851 |
Yxy | 92.8266 | 0.3268 | 0.3675 |
Hunter Lab | 96.3466 | -15.6772 | 19.9442 |
CIE-Lab | 97.1572 | -10.7080 | 16.7699 |
#effcd6 color RGB value is (239,252,214).
#effcd6 hex color red value is 239, green value is 252 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #effcd6 hue: 0.22 , saturation: 0.86 and the lightness value of effcd6 is 0.91.
The process color (four color CMYK) of #effcd6 color hex is 0.05, 0.00, 0.15, 0.01. Web safe color of #effcd6 is #ffffcc. Color #effcd6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111100 | 11010110 |
Octal | 357 | 374 | 326 |
Decimal | 239 | 252 | 214 |
Hex | EF | FC | D6 |
Shades of #effcd6
Tints of #effcd6
RGB Percentages of Color #effcd6
CMYK Percentages of Color #effcd6
Complementary Color
#effcd6 | #e3d6fc |
#effcd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effcd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#effcd6 Color CSS Codes
.mybgcolor {background-color:#effcd6; } .myforecolor {color:#effcd6; } .mybordercolor {border:3px solid #effcd6; }
#effcd6 Text Font Color
<p style="color:#effcd6">Text here</p>
This sample text font color is #effcd6
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.
#effcd6 Background Color
<div style="background-color:#effcd6">
Div content here</div>
This div background color is #effcd6
#effcd6 Border Color
<div style="border:3px solid #effcd6">
Div here</div>
This div border color is #effcd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,252,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effcd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effcd6; -webkit-box-shadow: 1px 1px 3px 2px #effcd6; box-shadow: 1px 1px 3px 2px #effcd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,252,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 #effcd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effcd6; -webkit-box-shadow: 1px 1px 3px 2px #effcd6; box-shadow: 1px 1px 3px 2px #effcd6;">
Div content here</div>
This div box has shadow with color #effcd6
Comments
No comments written yet.
Please login to write comment.