Color spaces of #eeeedb
RGB | 238 | 238 | 219 |
---|---|---|---|
HSL | 0.17 | 0.36 | 0.90 |
HSV | 60° | 8° | 93° |
CMYK | 0.00 | 0.00 | 0.08 0.07 |
XYZ | 78.6206 | 84.4407 | 79.1728 |
Yxy | 84.4407 | 0.3246 | 0.3486 |
Hunter Lab | 91.8916 | -8.0894 | 13.2405 |
CIE-Lab | 93.6416 | -3.2367 | 9.1907 |
#eeeedb color RGB value is (238,238,219).
#eeeedb hex color red value is 238, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eeeedb hue: 0.17 , saturation: 0.36 and the lightness value of eeeedb is 0.90.
The process color (four color CMYK) of #eeeedb color hex is 0.00, 0.00, 0.08, 0.07. Web safe color of #eeeedb is #ffffcc. Color #eeeedb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11101110 | 11011011 |
Octal | 356 | 356 | 333 |
Decimal | 238 | 238 | 219 |
Hex | EE | EE | DB |
Shades of #eeeedb
Tints of #eeeedb
RGB Percentages of Color #eeeedb
CMYK Percentages of Color #eeeedb
Complementary Color
#eeeedb | #dbdbee |
#eeeedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeeedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeeedb Color CSS Codes
.mybgcolor {background-color:#eeeedb; } .myforecolor {color:#eeeedb; } .mybordercolor {border:3px solid #eeeedb; }
#eeeedb Text Font Color
<p style="color:#eeeedb">Text here</p>
This sample text font color is #eeeedb
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.
#eeeedb Background Color
<div style="background-color:#eeeedb">
Div content here</div>
This div background color is #eeeedb
#eeeedb Border Color
<div style="border:3px solid #eeeedb">
Div here</div>
This div border color is #eeeedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,238,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeeedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeeedb; -webkit-box-shadow: 1px 1px 3px 2px #eeeedb; box-shadow: 1px 1px 3px 2px #eeeedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,238,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 #eeeedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeeedb; -webkit-box-shadow: 1px 1px 3px 2px #eeeedb; box-shadow: 1px 1px 3px 2px #eeeedb;">
Div content here</div>
This div box has shadow with color #eeeedb
Comments
No comments written yet.
Please login to write comment.