Color spaces of #edffda
RGB | 237 | 255 | 218 |
---|---|---|---|
HSL | 0.25 | 1.00 | 0.93 |
HSV | 89° | 15° | 100° |
CMYK | 0.07 | 0.00 | 0.15 0.00 |
XYZ | 83.3399 | 94.5865 | 80.1942 |
Yxy | 94.5865 | 0.3229 | 0.3664 |
Hunter Lab | 97.2556 | -17.2377 | 19.1901 |
CIE-Lab | 97.8678 | -12.2440 | 15.7073 |
#edffda color RGB value is (237,255,218).
#edffda hex color red value is 237, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edffda hue: 0.25 , saturation: 1.00 and the lightness value of edffda is 0.93.
The process color (four color CMYK) of #edffda color hex is 0.07, 0.00, 0.15, 0.00. Web safe color of #edffda is #ffffcc. Color #edffda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111111 | 11011010 |
Octal | 355 | 377 | 332 |
Decimal | 237 | 255 | 218 |
Hex | ED | FF | DA |
Shades of #edffda
Tints of #edffda
RGB Percentages of Color #edffda
CMYK Percentages of Color #edffda
Complementary Color
#edffda | #ecdaff |
#edffda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edffda Color Preview on White Background
Lorem ipsum dolor sit amet.
#edffda Color CSS Codes
.mybgcolor {background-color:#edffda; } .myforecolor {color:#edffda; } .mybordercolor {border:3px solid #edffda; }
#edffda Text Font Color
<p style="color:#edffda">Text here</p>
This sample text font color is #edffda
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.
#edffda Background Color
<div style="background-color:#edffda">
Div content here</div>
This div background color is #edffda
#edffda Border Color
<div style="border:3px solid #edffda">
Div here</div>
This div border color is #edffda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,255,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edffda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edffda; -webkit-box-shadow: 1px 1px 3px 2px #edffda; box-shadow: 1px 1px 3px 2px #edffda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,255,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edffda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edffda; -webkit-box-shadow: 1px 1px 3px 2px #edffda; box-shadow: 1px 1px 3px 2px #edffda;">
Div content here</div>
This div box has shadow with color #edffda
Comments
No comments written yet.
Please login to write comment.