Color spaces of #edbdd4
RGB | 237 | 189 | 212 |
---|---|---|---|
HSL | 0.92 | 0.57 | 0.84 |
HSV | 331° | 20° | 93° |
CMYK | 0.00 | 0.20 | 0.11 0.07 |
XYZ | 65.0063 | 59.1532 | 70.2789 |
Yxy | 59.1532 | 0.3343 | 0.3042 |
Hunter Lab | 76.9111 | 16.2761 | -0.3395 |
CIE-Lab | 81.3757 | 20.8072 | -4.9537 |
#edbdd4 color RGB value is (237,189,212).
#edbdd4 hex color red value is 237, green value is 189 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #edbdd4 hue: 0.92 , saturation: 0.57 and the lightness value of edbdd4 is 0.84.
The process color (four color CMYK) of #edbdd4 color hex is 0.00, 0.20, 0.11, 0.07. Web safe color of #edbdd4 is #ffcccc. Color #edbdd4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111101 | 11010100 |
Octal | 355 | 275 | 324 |
Decimal | 237 | 189 | 212 |
Hex | ED | BD | D4 |
Shades of #edbdd4
Tints of #edbdd4
RGB Percentages of Color #edbdd4
CMYK Percentages of Color #edbdd4
Complementary Color
#edbdd4 | #bdedd6 |
#edbdd4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbdd4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbdd4 Color CSS Codes
.mybgcolor {background-color:#edbdd4; } .myforecolor {color:#edbdd4; } .mybordercolor {border:3px solid #edbdd4; }
#edbdd4 Text Font Color
<p style="color:#edbdd4">Text here</p>
This sample text font color is #edbdd4
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.
#edbdd4 Background Color
<div style="background-color:#edbdd4">
Div content here</div>
This div background color is #edbdd4
#edbdd4 Border Color
<div style="border:3px solid #edbdd4">
Div here</div>
This div border color is #edbdd4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,189,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbdd4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbdd4; -webkit-box-shadow: 1px 1px 3px 2px #edbdd4; box-shadow: 1px 1px 3px 2px #edbdd4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,189,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbdd4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbdd4; -webkit-box-shadow: 1px 1px 3px 2px #edbdd4; box-shadow: 1px 1px 3px 2px #edbdd4;">
Div content here</div>
This div box has shadow with color #edbdd4
Comments
No comments written yet.
Please login to write comment.