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