Color spaces of #edffdd
RGB | 237 | 255 | 221 |
---|---|---|---|
HSL | 0.25 | 1.00 | 0.93 |
HSV | 92° | 13° | 100° |
CMYK | 0.07 | 0.00 | 0.13 0.00 |
XYZ | 83.7362 | 94.7450 | 82.2809 |
Yxy | 94.7450 | 0.3211 | 0.3633 |
Hunter Lab | 97.3370 | -16.7815 | 18.0169 |
CIE-Lab | 97.9314 | -11.7606 | 14.2637 |
#edffdd color RGB value is (237,255,221).
#edffdd hex color red value is 237, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edffdd hue: 0.25 , saturation: 1.00 and the lightness value of edffdd is 0.93.
The process color (four color CMYK) of #edffdd color hex is 0.07, 0.00, 0.13, 0.00. Web safe color of #edffdd is #ffffcc. Color #edffdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111111 | 11011101 |
Octal | 355 | 377 | 335 |
Decimal | 237 | 255 | 221 |
Hex | ED | FF | DD |
Shades of #edffdd
Tints of #edffdd
RGB Percentages of Color #edffdd
CMYK Percentages of Color #edffdd
Complementary Color
#edffdd | #efddff |
#edffdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edffdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#edffdd Color CSS Codes
.mybgcolor {background-color:#edffdd; } .myforecolor {color:#edffdd; } .mybordercolor {border:3px solid #edffdd; }
#edffdd Text Font Color
<p style="color:#edffdd">Text here</p>
This sample text font color is #edffdd
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.
#edffdd Background Color
<div style="background-color:#edffdd">
Div content here</div>
This div background color is #edffdd
#edffdd Border Color
<div style="border:3px solid #edffdd">
Div here</div>
This div border color is #edffdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,255,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edffdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edffdd; -webkit-box-shadow: 1px 1px 3px 2px #edffdd; box-shadow: 1px 1px 3px 2px #edffdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,255,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edffdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edffdd; -webkit-box-shadow: 1px 1px 3px 2px #edffdd; box-shadow: 1px 1px 3px 2px #edffdd;">
Div content here</div>
This div box has shadow with color #edffdd
Comments
No comments written yet.
Please login to write comment.