Color spaces of #e8defb
RGB | 232 | 222 | 251 |
---|---|---|---|
HSL | 0.72 | 0.78 | 0.93 |
HSV | 261° | 12° | 98° |
CMYK | 0.08 | 0.12 | 0.00 0.02 |
XYZ | 76.8126 | 76.3634 | 101.9579 |
Yxy | 76.3634 | 0.3011 | 0.2993 |
Hunter Lab | 87.3862 | 3.9761 | -8.0064 |
CIE-Lab | 90.0278 | 8.7141 | -12.8602 |
#e8defb color RGB value is (232,222,251).
#e8defb hex color red value is 232, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e8defb hue: 0.72 , saturation: 0.78 and the lightness value of e8defb is 0.93.
The process color (four color CMYK) of #e8defb color hex is 0.08, 0.12, 0.00, 0.02. Web safe color of #e8defb is #ffccff. Color #e8defb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11011110 | 11111011 |
Octal | 350 | 336 | 373 |
Decimal | 232 | 222 | 251 |
Hex | E8 | DE | FB |
Shades of #e8defb
Tints of #e8defb
RGB Percentages of Color #e8defb
CMYK Percentages of Color #e8defb
Complementary Color
#e8defb | #f1fbde |
#e8defb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8defb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8defb Color CSS Codes
.mybgcolor {background-color:#e8defb; } .myforecolor {color:#e8defb; } .mybordercolor {border:3px solid #e8defb; }
#e8defb Text Font Color
<p style="color:#e8defb">Text here</p>
This sample text font color is #e8defb
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.
#e8defb Background Color
<div style="background-color:#e8defb">
Div content here</div>
This div background color is #e8defb
#e8defb Border Color
<div style="border:3px solid #e8defb">
Div here</div>
This div border color is #e8defb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,222,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8defb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8defb; -webkit-box-shadow: 1px 1px 3px 2px #e8defb; box-shadow: 1px 1px 3px 2px #e8defb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,222,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8defb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8defb; -webkit-box-shadow: 1px 1px 3px 2px #e8defb; box-shadow: 1px 1px 3px 2px #e8defb;">
Div content here</div>
This div box has shadow with color #e8defb
Comments
No comments written yet.
Please login to write comment.