Color spaces of #edf9da
RGB | 237 | 249 | 218 |
---|---|---|---|
HSL | 0.23 | 0.72 | 0.92 |
HSV | 83° | 12° | 98° |
CMYK | 0.05 | 0.00 | 0.12 0.02 |
XYZ | 81.4556 | 90.8178 | 79.5661 |
Yxy | 90.8178 | 0.3234 | 0.3606 |
Hunter Lab | 95.2984 | -14.2006 | 17.2067 |
CIE-Lab | 96.3350 | -9.2711 | 13.5372 |
#edf9da color RGB value is (237,249,218).
#edf9da hex color red value is 237, green value is 249 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edf9da hue: 0.23 , saturation: 0.72 and the lightness value of edf9da is 0.92.
The process color (four color CMYK) of #edf9da color hex is 0.05, 0.00, 0.12, 0.02. Web safe color of #edf9da is #ffffcc. Color #edf9da contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111001 | 11011010 |
Octal | 355 | 371 | 332 |
Decimal | 237 | 249 | 218 |
Hex | ED | F9 | DA |
Shades of #edf9da
Tints of #edf9da
RGB Percentages of Color #edf9da
CMYK Percentages of Color #edf9da
Complementary Color
#edf9da | #e6daf9 |
#edf9da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edf9da Color Preview on White Background
Lorem ipsum dolor sit amet.
#edf9da Color CSS Codes
.mybgcolor {background-color:#edf9da; } .myforecolor {color:#edf9da; } .mybordercolor {border:3px solid #edf9da; }
#edf9da Text Font Color
<p style="color:#edf9da">Text here</p>
This sample text font color is #edf9da
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.
#edf9da Background Color
<div style="background-color:#edf9da">
Div content here</div>
This div background color is #edf9da
#edf9da Border Color
<div style="border:3px solid #edf9da">
Div here</div>
This div border color is #edf9da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,249,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edf9da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edf9da; -webkit-box-shadow: 1px 1px 3px 2px #edf9da; box-shadow: 1px 1px 3px 2px #edf9da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,249,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 #edf9da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edf9da; -webkit-box-shadow: 1px 1px 3px 2px #edf9da; box-shadow: 1px 1px 3px 2px #edf9da;">
Div content here</div>
This div box has shadow with color #edf9da
Comments
No comments written yet.
Please login to write comment.