Color spaces of #e5dffd
RGB | 229 | 223 | 253 |
---|---|---|---|
HSL | 0.70 | 0.88 | 0.93 |
HSV | 252° | 12° | 99° |
CMYK | 0.09 | 0.12 | 0.00 0.01 |
XYZ | 76.4304 | 76.5252 | 103.6710 |
Yxy | 76.5252 | 0.2978 | 0.2982 |
Hunter Lab | 87.4787 | 2.8683 | -9.0295 |
CIE-Lab | 90.1026 | 7.6179 | -13.8209 |
#e5dffd color RGB value is (229,223,253).
#e5dffd hex color red value is 229, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e5dffd hue: 0.70 , saturation: 0.88 and the lightness value of e5dffd is 0.93.
The process color (four color CMYK) of #e5dffd color hex is 0.09, 0.12, 0.00, 0.01. Web safe color of #e5dffd is #ccccff. Color #e5dffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11011111 | 11111101 |
Octal | 345 | 337 | 375 |
Decimal | 229 | 223 | 253 |
Hex | E5 | DF | FD |
Shades of #e5dffd
Tints of #e5dffd
RGB Percentages of Color #e5dffd
CMYK Percentages of Color #e5dffd
Complementary Color
#e5dffd | #f7fddf |
#e5dffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5dffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5dffd Color CSS Codes
.mybgcolor {background-color:#e5dffd; } .myforecolor {color:#e5dffd; } .mybordercolor {border:3px solid #e5dffd; }
#e5dffd Text Font Color
<p style="color:#e5dffd">Text here</p>
This sample text font color is #e5dffd
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.
#e5dffd Background Color
<div style="background-color:#e5dffd">
Div content here</div>
This div background color is #e5dffd
#e5dffd Border Color
<div style="border:3px solid #e5dffd">
Div here</div>
This div border color is #e5dffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,223,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5dffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5dffd; -webkit-box-shadow: 1px 1px 3px 2px #e5dffd; box-shadow: 1px 1px 3px 2px #e5dffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,223,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5dffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5dffd; -webkit-box-shadow: 1px 1px 3px 2px #e5dffd; box-shadow: 1px 1px 3px 2px #e5dffd;">
Div content here</div>
This div box has shadow with color #e5dffd
Comments
No comments written yet.
Please login to write comment.