Color spaces of #ededda
RGB | 237 | 237 | 218 |
---|---|---|---|
HSL | 0.17 | 0.35 | 0.89 |
HSV | 60° | 8° | 93° |
CMYK | 0.00 | 0.00 | 0.08 0.07 |
XYZ | 77.8641 | 83.6349 | 78.3689 |
Yxy | 83.6349 | 0.3246 | 0.3487 |
Hunter Lab | 91.4521 | -8.0629 | 13.2086 |
CIE-Lab | 93.2917 | -3.2389 | 9.1982 |
#ededda color RGB value is (237,237,218).
#ededda hex color red value is 237, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ededda hue: 0.17 , saturation: 0.35 and the lightness value of ededda is 0.89.
The process color (four color CMYK) of #ededda color hex is 0.00, 0.00, 0.08, 0.07. Web safe color of #ededda is #ffffcc. Color #ededda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101101 | 11011010 |
Octal | 355 | 355 | 332 |
Decimal | 237 | 237 | 218 |
Hex | ED | ED | DA |
Shades of #ededda
Tints of #ededda
RGB Percentages of Color #ededda
CMYK Percentages of Color #ededda
Complementary Color
#ededda | #dadaed |
#ededda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ededda Color Preview on White Background
Lorem ipsum dolor sit amet.
#ededda Color CSS Codes
.mybgcolor {background-color:#ededda; } .myforecolor {color:#ededda; } .mybordercolor {border:3px solid #ededda; }
#ededda Text Font Color
<p style="color:#ededda">Text here</p>
This sample text font color is #ededda
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.
#ededda Background Color
<div style="background-color:#ededda">
Div content here</div>
This div background color is #ededda
#ededda Border Color
<div style="border:3px solid #ededda">
Div here</div>
This div border color is #ededda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,237,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ededda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ededda; -webkit-box-shadow: 1px 1px 3px 2px #ededda; box-shadow: 1px 1px 3px 2px #ededda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,237,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 #ededda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ededda; -webkit-box-shadow: 1px 1px 3px 2px #ededda; box-shadow: 1px 1px 3px 2px #ededda;">
Div content here</div>
This div box has shadow with color #ededda
Comments
No comments written yet.
Please login to write comment.