Color spaces of #e2dfdf
RGB | 226 | 223 | 223 |
---|---|---|---|
HSL | 0.00 | 0.05 | 0.88 |
HSV | 0° | 1° | 89° |
CMYK | 0.00 | 0.01 | 0.01 0.11 |
XYZ | 71.0710 | 74.2718 | 80.4021 |
Yxy | 74.2718 | 0.3148 | 0.3290 |
Hunter Lab | 86.1811 | -3.6132 | 5.0125 |
CIE-Lab | 89.0508 | 1.0195 | 0.3495 |
#e2dfdf color RGB value is (226,223,223).
#e2dfdf hex color red value is 226, green value is 223 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2dfdf hue: 0.00 , saturation: 0.05 and the lightness value of e2dfdf is 0.88.
The process color (four color CMYK) of #e2dfdf color hex is 0.00, 0.01, 0.01, 0.11. Web safe color of #e2dfdf is #cccccc. Color #e2dfdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11011111 | 11011111 |
Octal | 342 | 337 | 337 |
Decimal | 226 | 223 | 223 |
Hex | E2 | DF | DF |
Shades of #e2dfdf
Tints of #e2dfdf
RGB Percentages of Color #e2dfdf
CMYK Percentages of Color #e2dfdf
Complementary Color
#e2dfdf | #dfe2e2 |
#e2dfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2dfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2dfdf Color CSS Codes
.mybgcolor {background-color:#e2dfdf; } .myforecolor {color:#e2dfdf; } .mybordercolor {border:3px solid #e2dfdf; }
#e2dfdf Text Font Color
<p style="color:#e2dfdf">Text here</p>
This sample text font color is #e2dfdf
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.
#e2dfdf Background Color
<div style="background-color:#e2dfdf">
Div content here</div>
This div background color is #e2dfdf
#e2dfdf Border Color
<div style="border:3px solid #e2dfdf">
Div here</div>
This div border color is #e2dfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,223,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2dfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2dfdf; -webkit-box-shadow: 1px 1px 3px 2px #e2dfdf; box-shadow: 1px 1px 3px 2px #e2dfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2dfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2dfdf; -webkit-box-shadow: 1px 1px 3px 2px #e2dfdf; box-shadow: 1px 1px 3px 2px #e2dfdf;">
Div content here</div>
This div box has shadow with color #e2dfdf
#e2dfdf Color Palettes
Comments
No comments written yet.
Please login to write comment.