Color spaces of #ede7ff
RGB | 237 | 231 | 255 |
---|---|---|---|
HSL | 0.71 | 1.00 | 0.95 |
HSV | 255° | 9° | 100° |
CMYK | 0.07 | 0.09 | 0.00 0.00 |
XYZ | 81.5510 | 82.3764 | 106.2098 |
Yxy | 82.3764 | 0.3019 | 0.3049 |
Hunter Lab | 90.7614 | 1.5533 | -5.8486 |
CIE-Lab | 92.7407 | 6.4066 | -10.8657 |
#ede7ff color RGB value is (237,231,255).
#ede7ff hex color red value is 237, green value is 231 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ede7ff hue: 0.71 , saturation: 1.00 and the lightness value of ede7ff is 0.95.
The process color (four color CMYK) of #ede7ff color hex is 0.07, 0.09, 0.00, 0.00. Web safe color of #ede7ff is #ffffff. Color #ede7ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100111 | 11111111 |
Octal | 355 | 347 | 377 |
Decimal | 237 | 231 | 255 |
Hex | ED | E7 | FF |
Shades of #ede7ff
Tints of #ede7ff
RGB Percentages of Color #ede7ff
CMYK Percentages of Color #ede7ff
Complementary Color
#ede7ff | #f9ffe7 |
#ede7ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede7ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede7ff Color CSS Codes
.mybgcolor {background-color:#ede7ff; } .myforecolor {color:#ede7ff; } .mybordercolor {border:3px solid #ede7ff; }
#ede7ff Text Font Color
<p style="color:#ede7ff">Text here</p>
This sample text font color is #ede7ff
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.
#ede7ff Background Color
<div style="background-color:#ede7ff">
Div content here</div>
This div background color is #ede7ff
#ede7ff Border Color
<div style="border:3px solid #ede7ff">
Div here</div>
This div border color is #ede7ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,231,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede7ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede7ff; -webkit-box-shadow: 1px 1px 3px 2px #ede7ff; box-shadow: 1px 1px 3px 2px #ede7ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,231,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede7ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede7ff; -webkit-box-shadow: 1px 1px 3px 2px #ede7ff; box-shadow: 1px 1px 3px 2px #ede7ff;">
Div content here</div>
This div box has shadow with color #ede7ff
#ede7ff Color Palettes
Comments
No comments written yet.
Please login to write comment.