Color spaces of #edbcff
RGB | 237 | 188 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.87 |
HSV | 284° | 26° | 100° |
CMYK | 0.07 | 0.26 | 0.00 0.00 |
XYZ | 70.9583 | 61.1910 | 102.6789 |
Yxy | 61.1910 | 0.3022 | 0.2606 |
Hunter Lab | 78.2247 | 25.0258 | -23.0677 |
CIE-Lab | 82.4813 | 29.0961 | -26.3315 |
#edbcff color RGB value is (237,188,255).
#edbcff hex color red value is 237, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #edbcff hue: 0.79 , saturation: 1.00 and the lightness value of edbcff is 0.87.
The process color (four color CMYK) of #edbcff color hex is 0.07, 0.26, 0.00, 0.00. Web safe color of #edbcff is #ffccff. Color #edbcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111100 | 11111111 |
Octal | 355 | 274 | 377 |
Decimal | 237 | 188 | 255 |
Hex | ED | BC | FF |
Shades of #edbcff
Tints of #edbcff
RGB Percentages of Color #edbcff
CMYK Percentages of Color #edbcff
Complementary Color
#edbcff | #ceffbc |
#edbcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbcff Color CSS Codes
.mybgcolor {background-color:#edbcff; } .myforecolor {color:#edbcff; } .mybordercolor {border:3px solid #edbcff; }
#edbcff Text Font Color
<p style="color:#edbcff">Text here</p>
This sample text font color is #edbcff
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.
#edbcff Background Color
<div style="background-color:#edbcff">
Div content here</div>
This div background color is #edbcff
#edbcff Border Color
<div style="border:3px solid #edbcff">
Div here</div>
This div border color is #edbcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbcff; -webkit-box-shadow: 1px 1px 3px 2px #edbcff; box-shadow: 1px 1px 3px 2px #edbcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,188,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbcff; -webkit-box-shadow: 1px 1px 3px 2px #edbcff; box-shadow: 1px 1px 3px 2px #edbcff;">
Div content here</div>
This div box has shadow with color #edbcff
#edbcff Color Palettes
Comments
No comments written yet.
Please login to write comment.