Color spaces of #e3dfde
RGB | 227 | 223 | 222 |
---|---|---|---|
HSL | 0.03 | 0.08 | 0.88 |
HSV | 12° | 2° | 89° |
CMYK | 0.00 | 0.02 | 0.02 0.11 |
XYZ | 71.2510 | 74.3802 | 79.7087 |
Yxy | 74.3802 | 0.3162 | 0.3301 |
Hunter Lab | 86.2440 | -3.4580 | 5.5736 |
CIE-Lab | 89.1019 | 1.1821 | 0.9588 |
#e3dfde color RGB value is (227,223,222).
#e3dfde hex color red value is 227, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e3dfde hue: 0.03 , saturation: 0.08 and the lightness value of e3dfde is 0.88.
The process color (four color CMYK) of #e3dfde color hex is 0.00, 0.02, 0.02, 0.11. Web safe color of #e3dfde is #cccccc. Color #e3dfde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11011111 | 11011110 |
Octal | 343 | 337 | 336 |
Decimal | 227 | 223 | 222 |
Hex | E3 | DF | DE |
Shades of #e3dfde
Tints of #e3dfde
RGB Percentages of Color #e3dfde
CMYK Percentages of Color #e3dfde
Complementary Color
#e3dfde | #dee2e3 |
#e3dfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3dfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3dfde Color CSS Codes
.mybgcolor {background-color:#e3dfde; } .myforecolor {color:#e3dfde; } .mybordercolor {border:3px solid #e3dfde; }
#e3dfde Text Font Color
<p style="color:#e3dfde">Text here</p>
This sample text font color is #e3dfde
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.
#e3dfde Background Color
<div style="background-color:#e3dfde">
Div content here</div>
This div background color is #e3dfde
#e3dfde Border Color
<div style="border:3px solid #e3dfde">
Div here</div>
This div border color is #e3dfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,223,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3dfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3dfde; -webkit-box-shadow: 1px 1px 3px 2px #e3dfde; box-shadow: 1px 1px 3px 2px #e3dfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,223,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 #e3dfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3dfde; -webkit-box-shadow: 1px 1px 3px 2px #e3dfde; box-shadow: 1px 1px 3px 2px #e3dfde;">
Div content here</div>
This div box has shadow with color #e3dfde
Comments
No comments written yet.
Please login to write comment.