Color spaces of #e0dafc
RGB | 224 | 218 | 252 |
---|---|---|---|
HSL | 0.70 | 0.85 | 0.92 |
HSV | 251° | 13° | 99° |
CMYK | 0.11 | 0.13 | 0.00 0.01 |
XYZ | 73.3826 | 73.0184 | 102.3217 |
Yxy | 73.0184 | 0.2950 | 0.2936 |
Hunter Lab | 85.4508 | 3.7516 | -11.1803 |
CIE-Lab | 88.4565 | 8.4489 | -15.8018 |
#e0dafc color RGB value is (224,218,252).
#e0dafc hex color red value is 224, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e0dafc hue: 0.70 , saturation: 0.85 and the lightness value of e0dafc is 0.92.
The process color (four color CMYK) of #e0dafc color hex is 0.11, 0.13, 0.00, 0.01. Web safe color of #e0dafc is #ccccff. Color #e0dafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011010 | 11111100 |
Octal | 340 | 332 | 374 |
Decimal | 224 | 218 | 252 |
Hex | E0 | DA | FC |
Shades of #e0dafc
Tints of #e0dafc
RGB Percentages of Color #e0dafc
CMYK Percentages of Color #e0dafc
Complementary Color
#e0dafc | #f6fcda |
#e0dafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0dafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0dafc Color CSS Codes
.mybgcolor {background-color:#e0dafc; } .myforecolor {color:#e0dafc; } .mybordercolor {border:3px solid #e0dafc; }
#e0dafc Text Font Color
<p style="color:#e0dafc">Text here</p>
This sample text font color is #e0dafc
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.
#e0dafc Background Color
<div style="background-color:#e0dafc">
Div content here</div>
This div background color is #e0dafc
#e0dafc Border Color
<div style="border:3px solid #e0dafc">
Div here</div>
This div border color is #e0dafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,218,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0dafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0dafc; -webkit-box-shadow: 1px 1px 3px 2px #e0dafc; box-shadow: 1px 1px 3px 2px #e0dafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,218,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0dafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0dafc; -webkit-box-shadow: 1px 1px 3px 2px #e0dafc; box-shadow: 1px 1px 3px 2px #e0dafc;">
Div content here</div>
This div box has shadow with color #e0dafc
Comments
No comments written yet.
Please login to write comment.