color details

Color Details
#edb8eb Color Hex

#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
Color spaces of #edb8ebValue
RGB237, 184, 235
HSL0.84, 0.6, 0.83
HSV302°, 22°, 93°
XYZ67.06, 58.29, 86.3
Base Numbers
Base Red Green Blue
Binary 11101101 10111000 11101011
Octal 355 270 353
Decimal 237 184 235
Hex ED B8 EB

RGB Percentages for Color #edb8eb

36.13%
28.05%
35.82%

CMYK Percentages of the Color #edb8eb

22.36%
0.84%
7.06%
CSS Codes for Color #edb8eb
.mybgColor {background-color: #edb8eb;}
.myforeColor {color: #edb8eb;}
.myborderColor {border:3px solid #edb8eb;}
Text Font Color #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,

Background Color #edb8eb

<div style="background-color:#edb8eb">Div content here</div>

The background color of this div is #edb8eb
Border Color #edb8eb

<div style="border:3px solid #edb8eb">Div here</div>

The border color of this div is #edb8eb
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237, 184, 235, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #edb8eb;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #edb8eb
Scroll to Top