Color spaces of #edbcfd
RGB | 237 | 188 | 253 |
---|---|---|---|
HSL | 0.79 | 0.94 | 0.86 |
HSV | 285° | 26° | 99° |
CMYK | 0.06 | 0.26 | 0.00 0.01 |
XYZ | 70.6379 | 61.0628 | 100.9918 |
Yxy | 61.0628 | 0.3036 | 0.2624 |
Hunter Lab | 78.1427 | 24.6072 | -21.9267 |
CIE-Lab | 82.4125 | 28.7091 | -25.3700 |
#edbcfd color RGB value is (237,188,253).
#edbcfd hex color red value is 237, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #edbcfd hue: 0.79 , saturation: 0.94 and the lightness value of edbcfd is 0.86.
The process color (four color CMYK) of #edbcfd color hex is 0.06, 0.26, 0.00, 0.01. Web safe color of #edbcfd is #ffccff. Color #edbcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111100 | 11111101 |
Octal | 355 | 274 | 375 |
Decimal | 237 | 188 | 253 |
Hex | ED | BC | FD |
Shades of #edbcfd
Tints of #edbcfd
RGB Percentages of Color #edbcfd
CMYK Percentages of Color #edbcfd
Complementary Color
#edbcfd | #ccfdbc |
#edbcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbcfd Color CSS Codes
.mybgcolor {background-color:#edbcfd; } .myforecolor {color:#edbcfd; } .mybordercolor {border:3px solid #edbcfd; }
#edbcfd Text Font Color
<p style="color:#edbcfd">Text here</p>
This sample text font color is #edbcfd
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.
#edbcfd Background Color
<div style="background-color:#edbcfd">
Div content here</div>
This div background color is #edbcfd
#edbcfd Border Color
<div style="border:3px solid #edbcfd">
Div here</div>
This div border color is #edbcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,188,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbcfd; -webkit-box-shadow: 1px 1px 3px 2px #edbcfd; box-shadow: 1px 1px 3px 2px #edbcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,188,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbcfd; -webkit-box-shadow: 1px 1px 3px 2px #edbcfd; box-shadow: 1px 1px 3px 2px #edbcfd;">
Div content here</div>
This div box has shadow with color #edbcfd
Comments
No comments written yet.
Please login to write comment.