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