Color spaces of #effeed
RGB | 239 | 254 | 237 |
---|---|---|---|
HSL | 0.31 | 0.89 | 0.96 |
HSV | 113° | 7° | 100° |
CMYK | 0.06 | 0.00 | 0.07 0.00 |
XYZ | 86.3245 | 95.3488 | 93.9751 |
Yxy | 95.3488 | 0.3132 | 0.3459 |
Hunter Lab | 97.6467 | -13.0790 | 11.2921 |
CIE-Lab | 98.1729 | -7.9130 | 6.4291 |
#effeed color RGB value is (239,254,237).
#effeed hex color red value is 239, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #effeed hue: 0.31 , saturation: 0.89 and the lightness value of effeed is 0.96.
The process color (four color CMYK) of #effeed color hex is 0.06, 0.00, 0.07, 0.00. Web safe color of #effeed is #ffffff. Color #effeed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111110 | 11101101 |
Octal | 357 | 376 | 355 |
Decimal | 239 | 254 | 237 |
Hex | EF | FE | ED |
Shades of #effeed
Tints of #effeed
RGB Percentages of Color #effeed
CMYK Percentages of Color #effeed
Complementary Color
#effeed | #fcedfe |
#effeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#effeed Color CSS Codes
.mybgcolor {background-color:#effeed; } .myforecolor {color:#effeed; } .mybordercolor {border:3px solid #effeed; }
#effeed Text Font Color
<p style="color:#effeed">Text here</p>
This sample text font color is #effeed
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.
#effeed Background Color
<div style="background-color:#effeed">
Div content here</div>
This div background color is #effeed
#effeed Border Color
<div style="border:3px solid #effeed">
Div here</div>
This div border color is #effeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,254,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effeed; -webkit-box-shadow: 1px 1px 3px 2px #effeed; box-shadow: 1px 1px 3px 2px #effeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,254,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effeed; -webkit-box-shadow: 1px 1px 3px 2px #effeed; box-shadow: 1px 1px 3px 2px #effeed;">
Div content here</div>
This div box has shadow with color #effeed
Comments
No comments written yet.
Please login to write comment.