Color spaces of #e3dbfc
RGB | 227 | 219 | 252 |
---|---|---|---|
HSL | 0.71 | 0.85 | 0.92 |
HSV | 255° | 13° | 99° |
CMYK | 0.10 | 0.13 | 0.00 0.01 |
XYZ | 74.5808 | 74.0222 | 102.4523 |
Yxy | 74.0222 | 0.2971 | 0.2948 |
Hunter Lab | 86.0362 | 4.1702 | -10.3775 |
CIE-Lab | 88.9330 | 8.8782 | -15.0635 |
#e3dbfc color RGB value is (227,219,252).
#e3dbfc hex color red value is 227, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e3dbfc hue: 0.71 , saturation: 0.85 and the lightness value of e3dbfc is 0.92.
The process color (four color CMYK) of #e3dbfc color hex is 0.10, 0.13, 0.00, 0.01. Web safe color of #e3dbfc is #ccccff. Color #e3dbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11011011 | 11111100 |
Octal | 343 | 333 | 374 |
Decimal | 227 | 219 | 252 |
Hex | E3 | DB | FC |
Shades of #e3dbfc
Tints of #e3dbfc
RGB Percentages of Color #e3dbfc
CMYK Percentages of Color #e3dbfc
Complementary Color
#e3dbfc | #f4fcdb |
#e3dbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3dbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3dbfc Color CSS Codes
.mybgcolor {background-color:#e3dbfc; } .myforecolor {color:#e3dbfc; } .mybordercolor {border:3px solid #e3dbfc; }
#e3dbfc Text Font Color
<p style="color:#e3dbfc">Text here</p>
This sample text font color is #e3dbfc
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.
#e3dbfc Background Color
<div style="background-color:#e3dbfc">
Div content here</div>
This div background color is #e3dbfc
#e3dbfc Border Color
<div style="border:3px solid #e3dbfc">
Div here</div>
This div border color is #e3dbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,219,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3dbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3dbfc; -webkit-box-shadow: 1px 1px 3px 2px #e3dbfc; box-shadow: 1px 1px 3px 2px #e3dbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,219,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 #e3dbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3dbfc; -webkit-box-shadow: 1px 1px 3px 2px #e3dbfc; box-shadow: 1px 1px 3px 2px #e3dbfc;">
Div content here</div>
This div box has shadow with color #e3dbfc
Comments
No comments written yet.
Please login to write comment.