Color spaces of #edacef
RGB | 237 | 172 | 239 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.81 |
HSV | 298° | 28° | 94° |
CMYK | 0.01 | 0.28 | 0.00 0.06 |
XYZ | 65.2576 | 53.7416 | 88.5951 |
Yxy | 53.7416 | 0.3144 | 0.2589 |
Hunter Lab | 73.3087 | 30.6062 | -20.3372 |
CIE-Lab | 78.3108 | 34.5850 | -24.1104 |
#edacef color RGB value is (237,172,239).
#edacef hex color red value is 237, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edacef hue: 0.83 , saturation: 0.68 and the lightness value of edacef is 0.81.
The process color (four color CMYK) of #edacef color hex is 0.01, 0.28, 0.00, 0.06. Web safe color of #edacef is #ff99ff. Color #edacef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101100 | 11101111 |
Octal | 355 | 254 | 357 |
Decimal | 237 | 172 | 239 |
Hex | ED | AC | EF |
Shades of #edacef
Tints of #edacef
RGB Percentages of Color #edacef
CMYK Percentages of Color #edacef
Complementary Color
#edacef | #aeefac |
#edacef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edacef Color Preview on White Background
Lorem ipsum dolor sit amet.
#edacef Color CSS Codes
.mybgcolor {background-color:#edacef; } .myforecolor {color:#edacef; } .mybordercolor {border:3px solid #edacef; }
#edacef Text Font Color
<p style="color:#edacef">Text here</p>
This sample text font color is #edacef
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.
#edacef Background Color
<div style="background-color:#edacef">
Div content here</div>
This div background color is #edacef
#edacef Border Color
<div style="border:3px solid #edacef">
Div here</div>
This div border color is #edacef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,172,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edacef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edacef; -webkit-box-shadow: 1px 1px 3px 2px #edacef; box-shadow: 1px 1px 3px 2px #edacef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,172,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edacef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edacef; -webkit-box-shadow: 1px 1px 3px 2px #edacef; box-shadow: 1px 1px 3px 2px #edacef;">
Div content here</div>
This div box has shadow with color #edacef
Comments
No comments written yet.
Please login to write comment.