Color spaces of #edcff8
RGB | 237 | 207 | 248 |
---|---|---|---|
HSL | 0.79 | 0.75 | 0.89 |
HSV | 284° | 17° | 97° |
CMYK | 0.04 | 0.17 | 0.00 0.03 |
XYZ | 74.1812 | 69.4075 | 98.2942 |
Yxy | 69.4075 | 0.3067 | 0.2869 |
Hunter Lab | 83.3112 | 13.1439 | -11.6352 |
CIE-Lab | 86.7054 | 17.6545 | -16.2160 |
#edcff8 color RGB value is (237,207,248).
#edcff8 hex color red value is 237, green value is 207 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #edcff8 hue: 0.79 , saturation: 0.75 and the lightness value of edcff8 is 0.89.
The process color (four color CMYK) of #edcff8 color hex is 0.04, 0.17, 0.00, 0.03. Web safe color of #edcff8 is #ffccff. Color #edcff8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001111 | 11111000 |
Octal | 355 | 317 | 370 |
Decimal | 237 | 207 | 248 |
Hex | ED | CF | F8 |
Shades of #edcff8
Tints of #edcff8
RGB Percentages of Color #edcff8
CMYK Percentages of Color #edcff8
Complementary Color
#edcff8 | #daf8cf |
#edcff8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcff8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcff8 Color CSS Codes
.mybgcolor {background-color:#edcff8; } .myforecolor {color:#edcff8; } .mybordercolor {border:3px solid #edcff8; }
#edcff8 Text Font Color
<p style="color:#edcff8">Text here</p>
This sample text font color is #edcff8
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.
#edcff8 Background Color
<div style="background-color:#edcff8">
Div content here</div>
This div background color is #edcff8
#edcff8 Border Color
<div style="border:3px solid #edcff8">
Div here</div>
This div border color is #edcff8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,207,248, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcff8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcff8; -webkit-box-shadow: 1px 1px 3px 2px #edcff8; box-shadow: 1px 1px 3px 2px #edcff8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,207,248, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcff8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcff8; -webkit-box-shadow: 1px 1px 3px 2px #edcff8; box-shadow: 1px 1px 3px 2px #edcff8;">
Div content here</div>
This div box has shadow with color #edcff8
Comments
No comments written yet.
Please login to write comment.