Color spaces of #e9fadc
RGB | 233 | 250 | 220 |
---|---|---|---|
HSL | 0.26 | 0.75 | 0.92 |
HSV | 94° | 12° | 98° |
CMYK | 0.07 | 0.00 | 0.12 0.02 |
XYZ | 80.7081 | 90.8622 | 80.9945 |
Yxy | 90.8622 | 0.3196 | 0.3598 |
Hunter Lab | 95.3217 | -15.6784 | 16.3467 |
CIE-Lab | 96.3533 | -10.8072 | 12.4971 |
#e9fadc color RGB value is (233,250,220).
#e9fadc hex color red value is 233, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9fadc hue: 0.26 , saturation: 0.75 and the lightness value of e9fadc is 0.92.
The process color (four color CMYK) of #e9fadc color hex is 0.07, 0.00, 0.12, 0.02. Web safe color of #e9fadc is #ffffcc. Color #e9fadc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 11111010 | 11011100 |
Octal | 351 | 372 | 334 |
Decimal | 233 | 250 | 220 |
Hex | E9 | FA | DC |
Shades of #e9fadc
Tints of #e9fadc
RGB Percentages of Color #e9fadc
CMYK Percentages of Color #e9fadc
Complementary Color
#e9fadc | #eddcfa |
#e9fadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9fadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9fadc Color CSS Codes
.mybgcolor {background-color:#e9fadc; } .myforecolor {color:#e9fadc; } .mybordercolor {border:3px solid #e9fadc; }
#e9fadc Text Font Color
<p style="color:#e9fadc">Text here</p>
This sample text font color is #e9fadc
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.
#e9fadc Background Color
<div style="background-color:#e9fadc">
Div content here</div>
This div background color is #e9fadc
#e9fadc Border Color
<div style="border:3px solid #e9fadc">
Div here</div>
This div border color is #e9fadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,250,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9fadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9fadc; -webkit-box-shadow: 1px 1px 3px 2px #e9fadc; box-shadow: 1px 1px 3px 2px #e9fadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,250,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9fadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9fadc; -webkit-box-shadow: 1px 1px 3px 2px #e9fadc; box-shadow: 1px 1px 3px 2px #e9fadc;">
Div content here</div>
This div box has shadow with color #e9fadc
Comments
No comments written yet.
Please login to write comment.