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