#edb8eb color RGB value is (14, 219, 142).
#edb8eb hex color red value is 14, green value is 219, and blue value is 142.
Cylindrical-coordinate representations (HSL) of color #edb8eb
hue: 157.46,
saturation: 0.88 and lightness: 0.46.
The process color (four-color CMYK) of #edb8eb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #edb8eb is #ff9999. Color #edb8eb contains mainly RED.
Color spaces of #edb8eb | Value |
---|---|
RGB | 237, 184, 235 |
HSL | 0.84, 0.6, 0.83 |
HSV | 302°, 22°, 93° |
XYZ | 67.06, 58.29, 86.3 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111000 | 11101011 |
Octal | 355 | 270 | 353 |
Decimal | 237 | 184 | 235 |
Hex | ED | B8 | EB |
Shades of #edb8eb
Tints of #edb8eb
.mybgColor {background-color: #edb8eb;} .myforeColor {color: #edb8eb;} .myborderColor {border:3px solid #edb8eb;}
<p style="color:#edb8eb">Text here</p>
This sample text is styled with the font color #edb8eb. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#edb8eb">Div content here</div>
<div style="border:3px solid #edb8eb">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237, 184, 235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edb8eb; } .divShadow { -moz-box-shadow: 1px 1px 3px #edb8eb; -webkit-box-shadow: 1px 1px 3px #edb8eb; box-shadow: 1px 1px 3px #edb8eb; }
<p style="text-shadow: 4px 4px 2px rgba(237, 184, 235, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #edb8eb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #edb8eb;
-webkit-box-shadow: 1px 1px 3px #edb8eb;
box-shadow: 1px 1px 3px #edb8eb;">Div content here</div>