Color spaces of #eeefdb
RGB | 238 | 239 | 219 |
---|---|---|---|
HSL | 0.18 | 0.38 | 0.90 |
HSV | 63° | 8° | 94° |
CMYK | 0.00 | 0.00 | 0.08 0.06 |
XYZ | 78.9126 | 85.0246 | 79.2701 |
Yxy | 85.0246 | 0.3245 | 0.3496 |
Hunter Lab | 92.2088 | -8.6045 | 13.5757 |
CIE-Lab | 93.8937 | -3.7432 | 9.5518 |
#eeefdb color RGB value is (238,239,219).
#eeefdb hex color red value is 238, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eeefdb hue: 0.18 , saturation: 0.38 and the lightness value of eeefdb is 0.90.
The process color (four color CMYK) of #eeefdb color hex is 0.00, 0.00, 0.08, 0.06. Web safe color of #eeefdb is #ffffcc. Color #eeefdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11101111 | 11011011 |
Octal | 356 | 357 | 333 |
Decimal | 238 | 239 | 219 |
Hex | EE | EF | DB |
Shades of #eeefdb
Tints of #eeefdb
RGB Percentages of Color #eeefdb
CMYK Percentages of Color #eeefdb
Complementary Color
#eeefdb | #dcdbef |
#eeefdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeefdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeefdb Color CSS Codes
.mybgcolor {background-color:#eeefdb; } .myforecolor {color:#eeefdb; } .mybordercolor {border:3px solid #eeefdb; }
#eeefdb Text Font Color
<p style="color:#eeefdb">Text here</p>
This sample text font color is #eeefdb
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.
#eeefdb Background Color
<div style="background-color:#eeefdb">
Div content here</div>
This div background color is #eeefdb
#eeefdb Border Color
<div style="border:3px solid #eeefdb">
Div here</div>
This div border color is #eeefdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,239,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeefdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeefdb; -webkit-box-shadow: 1px 1px 3px 2px #eeefdb; box-shadow: 1px 1px 3px 2px #eeefdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,239,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeefdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeefdb; -webkit-box-shadow: 1px 1px 3px 2px #eeefdb; box-shadow: 1px 1px 3px 2px #eeefdb;">
Div content here</div>
This div box has shadow with color #eeefdb
Comments
No comments written yet.
Please login to write comment.