Color spaces of #edf8dc
RGB | 237 | 248 | 220 |
---|---|---|---|
HSL | 0.23 | 0.67 | 0.92 |
HSV | 84° | 11° | 97° |
CMYK | 0.04 | 0.00 | 0.11 0.03 |
XYZ | 81.4107 | 90.3066 | 80.8503 |
Yxy | 90.3066 | 0.3223 | 0.3576 |
Hunter Lab | 95.0298 | -13.3836 | 16.0776 |
CIE-Lab | 96.1238 | -8.4482 | 12.2091 |
#edf8dc color RGB value is (237,248,220).
#edf8dc hex color red value is 237, green value is 248 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edf8dc hue: 0.23 , saturation: 0.67 and the lightness value of edf8dc is 0.92.
The process color (four color CMYK) of #edf8dc color hex is 0.04, 0.00, 0.11, 0.03. Web safe color of #edf8dc is #ffffcc. Color #edf8dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111000 | 11011100 |
Octal | 355 | 370 | 334 |
Decimal | 237 | 248 | 220 |
Hex | ED | F8 | DC |
Shades of #edf8dc
Tints of #edf8dc
RGB Percentages of Color #edf8dc
CMYK Percentages of Color #edf8dc
Complementary Color
#edf8dc | #e7dcf8 |
#edf8dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edf8dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#edf8dc Color CSS Codes
.mybgcolor {background-color:#edf8dc; } .myforecolor {color:#edf8dc; } .mybordercolor {border:3px solid #edf8dc; }
#edf8dc Text Font Color
<p style="color:#edf8dc">Text here</p>
This sample text font color is #edf8dc
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.
#edf8dc Background Color
<div style="background-color:#edf8dc">
Div content here</div>
This div background color is #edf8dc
#edf8dc Border Color
<div style="border:3px solid #edf8dc">
Div here</div>
This div border color is #edf8dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,248,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edf8dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edf8dc; -webkit-box-shadow: 1px 1px 3px 2px #edf8dc; box-shadow: 1px 1px 3px 2px #edf8dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,248,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edf8dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edf8dc; -webkit-box-shadow: 1px 1px 3px 2px #edf8dc; box-shadow: 1px 1px 3px 2px #edf8dc;">
Div content here</div>
This div box has shadow with color #edf8dc
Comments
No comments written yet.
Please login to write comment.