Color spaces of #edbeda
RGB | 237 | 190 | 218 |
---|---|---|---|
HSL | 0.90 | 0.57 | 0.84 |
HSV | 324° | 20° | 93° |
CMYK | 0.00 | 0.20 | 0.08 0.07 |
XYZ | 65.9934 | 59.8934 | 74.4120 |
Yxy | 59.8934 | 0.3295 | 0.2990 |
Hunter Lab | 77.3908 | 16.7782 | -2.8343 |
CIE-Lab | 81.7802 | 21.2823 | -7.5803 |
#edbeda color RGB value is (237,190,218).
#edbeda hex color red value is 237, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edbeda hue: 0.90 , saturation: 0.57 and the lightness value of edbeda is 0.84.
The process color (four color CMYK) of #edbeda color hex is 0.00, 0.20, 0.08, 0.07. Web safe color of #edbeda is #ffcccc. Color #edbeda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111110 | 11011010 |
Octal | 355 | 276 | 332 |
Decimal | 237 | 190 | 218 |
Hex | ED | BE | DA |
Shades of #edbeda
Tints of #edbeda
RGB Percentages of Color #edbeda
CMYK Percentages of Color #edbeda
Complementary Color
#edbeda | #beedd1 |
#edbeda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbeda Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbeda Color CSS Codes
.mybgcolor {background-color:#edbeda; } .myforecolor {color:#edbeda; } .mybordercolor {border:3px solid #edbeda; }
#edbeda Text Font Color
<p style="color:#edbeda">Text here</p>
This sample text font color is #edbeda
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.
#edbeda Background Color
<div style="background-color:#edbeda">
Div content here</div>
This div background color is #edbeda
#edbeda Border Color
<div style="border:3px solid #edbeda">
Div here</div>
This div border color is #edbeda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,190,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbeda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbeda; -webkit-box-shadow: 1px 1px 3px 2px #edbeda; box-shadow: 1px 1px 3px 2px #edbeda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,190,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 #edbeda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbeda; -webkit-box-shadow: 1px 1px 3px 2px #edbeda; box-shadow: 1px 1px 3px 2px #edbeda;">
Div content here</div>
This div box has shadow with color #edbeda
Comments
No comments written yet.
Please login to write comment.