Color spaces of #e8dfdf
RGB | 232 | 223 | 223 |
---|---|---|---|
HSL | 0.00 | 0.16 | 0.89 |
HSV | 0° | 4° | 91° |
CMYK | 0.00 | 0.04 | 0.04 0.09 |
XYZ | 72.9857 | 75.2589 | 80.4917 |
Yxy | 75.2589 | 0.3191 | 0.3290 |
Hunter Lab | 86.7519 | -1.6410 | 5.7148 |
CIE-Lab | 89.5141 | 3.0617 | 1.0813 |
#e8dfdf color RGB value is (232,223,223).
#e8dfdf hex color red value is 232, green value is 223 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e8dfdf hue: 0.00 , saturation: 0.16 and the lightness value of e8dfdf is 0.89.
The process color (four color CMYK) of #e8dfdf color hex is 0.00, 0.04, 0.04, 0.09. Web safe color of #e8dfdf is #ffcccc. Color #e8dfdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11011111 | 11011111 |
Octal | 350 | 337 | 337 |
Decimal | 232 | 223 | 223 |
Hex | E8 | DF | DF |
Shades of #e8dfdf
Tints of #e8dfdf
RGB Percentages of Color #e8dfdf
CMYK Percentages of Color #e8dfdf
Complementary Color
#e8dfdf | #dfe8e8 |
#e8dfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8dfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8dfdf Color CSS Codes
.mybgcolor {background-color:#e8dfdf; } .myforecolor {color:#e8dfdf; } .mybordercolor {border:3px solid #e8dfdf; }
#e8dfdf Text Font Color
<p style="color:#e8dfdf">Text here</p>
This sample text font color is #e8dfdf
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.
#e8dfdf Background Color
<div style="background-color:#e8dfdf">
Div content here</div>
This div background color is #e8dfdf
#e8dfdf Border Color
<div style="border:3px solid #e8dfdf">
Div here</div>
This div border color is #e8dfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,223,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8dfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8dfdf; -webkit-box-shadow: 1px 1px 3px 2px #e8dfdf; box-shadow: 1px 1px 3px 2px #e8dfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,223,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8dfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8dfdf; -webkit-box-shadow: 1px 1px 3px 2px #e8dfdf; box-shadow: 1px 1px 3px 2px #e8dfdf;">
Div content here</div>
This div box has shadow with color #e8dfdf
#e8dfdf Color Palettes
Comments
No comments written yet.
Please login to write comment.