Color spaces of #effadd
RGB | 239 | 250 | 221 |
---|---|---|---|
HSL | 0.23 | 0.74 | 0.92 |
HSV | 83° | 12° | 98° |
CMYK | 0.04 | 0.00 | 0.12 0.02 |
XYZ | 82.8334 | 91.9424 | 81.7875 |
Yxy | 91.9424 | 0.3229 | 0.3584 |
Hunter Lab | 95.8866 | -13.6010 | 16.5486 |
CIE-Lab | 96.7968 | -8.5987 | 12.6722 |
#effadd color RGB value is (239,250,221).
#effadd hex color red value is 239, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #effadd hue: 0.23 , saturation: 0.74 and the lightness value of effadd is 0.92.
The process color (four color CMYK) of #effadd color hex is 0.04, 0.00, 0.12, 0.02. Web safe color of #effadd is #ffffcc. Color #effadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111010 | 11011101 |
Octal | 357 | 372 | 335 |
Decimal | 239 | 250 | 221 |
Hex | EF | FA | DD |
Shades of #effadd
Tints of #effadd
RGB Percentages of Color #effadd
CMYK Percentages of Color #effadd
Complementary Color
#effadd | #e8ddfa |
#effadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#effadd Color CSS Codes
.mybgcolor {background-color:#effadd; } .myforecolor {color:#effadd; } .mybordercolor {border:3px solid #effadd; }
#effadd Text Font Color
<p style="color:#effadd">Text here</p>
This sample text font color is #effadd
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.
#effadd Background Color
<div style="background-color:#effadd">
Div content here</div>
This div background color is #effadd
#effadd Border Color
<div style="border:3px solid #effadd">
Div here</div>
This div border color is #effadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,250,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effadd; -webkit-box-shadow: 1px 1px 3px 2px #effadd; box-shadow: 1px 1px 3px 2px #effadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,250,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effadd; -webkit-box-shadow: 1px 1px 3px 2px #effadd; box-shadow: 1px 1px 3px 2px #effadd;">
Div content here</div>
This div box has shadow with color #effadd
Comments
No comments written yet.
Please login to write comment.