Color spaces of #eefede
RGB | 238 | 254 | 222 |
---|---|---|---|
HSL | 0.25 | 0.94 | 0.93 |
HSV | 90° | 13° | 100° |
CMYK | 0.06 | 0.00 | 0.13 0.00 |
XYZ | 83.8865 | 94.3347 | 82.8944 |
Yxy | 94.3347 | 0.3213 | 0.3613 |
Hunter Lab | 97.1261 | -15.8025 | 17.3859 |
CIE-Lab | 97.7667 | -10.7641 | 13.5281 |
#eefede color RGB value is (238,254,222).
#eefede hex color red value is 238, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eefede hue: 0.25 , saturation: 0.94 and the lightness value of eefede is 0.93.
The process color (four color CMYK) of #eefede color hex is 0.06, 0.00, 0.13, 0.00. Web safe color of #eefede is #ffffcc. Color #eefede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11111110 | 11011110 |
Octal | 356 | 376 | 336 |
Decimal | 238 | 254 | 222 |
Hex | EE | FE | DE |
Shades of #eefede
Tints of #eefede
RGB Percentages of Color #eefede
CMYK Percentages of Color #eefede
Complementary Color
#eefede | #eedefe |
#eefede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eefede Color Preview on White Background
Lorem ipsum dolor sit amet.
#eefede Color CSS Codes
.mybgcolor {background-color:#eefede; } .myforecolor {color:#eefede; } .mybordercolor {border:3px solid #eefede; }
#eefede Text Font Color
<p style="color:#eefede">Text here</p>
This sample text font color is #eefede
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.
#eefede Background Color
<div style="background-color:#eefede">
Div content here</div>
This div background color is #eefede
#eefede Border Color
<div style="border:3px solid #eefede">
Div here</div>
This div border color is #eefede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,254,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eefede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eefede; -webkit-box-shadow: 1px 1px 3px 2px #eefede; box-shadow: 1px 1px 3px 2px #eefede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,254,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eefede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eefede; -webkit-box-shadow: 1px 1px 3px 2px #eefede; box-shadow: 1px 1px 3px 2px #eefede;">
Div content here</div>
This div box has shadow with color #eefede
Comments
No comments written yet.
Please login to write comment.