color details

Color Details
#ebe9ed Color Hex

#ebe9ed color RGB value is (14, 190, 158).
#ebe9ed hex color red value is 14, green value is 190, and blue value is 158.
Cylindrical-coordinate representations (HSL) of color #ebe9ed hue: 169.09, saturation: 0.86 and lightness: 0.4.

The process color (four-color CMYK) of #ebe9ed color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ebe9ed is #ff9999. Color #ebe9ed contains mainly RED.

Color Spaces
Color spaces of #ebe9edValue
RGB235, 233, 237
HSL0.75, 0.1, 0.92
HSV270°, 2°, 93°
XYZ78.68, 82.05, 91.8
Base Numbers
Base Red Green Blue
Binary 11101011 11101001 11101101
Octal 353 351 355
Decimal 235 233 237
Hex EB E9 ED

RGB Percentages for Color #ebe9ed

33.33%
33.05%
33.62%

CMYK Percentages of the Color #ebe9ed

0.84%
1.69%
7.06%
CSS Codes for Color #ebe9ed
.mybgColor {background-color: #ebe9ed;}
.myforeColor {color: #ebe9ed;}
.myborderColor {border:3px solid #ebe9ed;}
Text Font Color #ebe9ed

<p style="color:#ebe9ed">Text here</p>

This sample text is styled with the font color #ebe9ed. 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 #ebe9ed

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

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

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

The border color of this div is #ebe9ed
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(235, 233, 237, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #ebe9ed;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #ebe9ed;
-webkit-box-shadow: 1px 1px 3px #ebe9ed;
box-shadow: 1px 1px 3px #ebe9ed;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235, 233, 237, 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 #ebe9ed;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #ebe9ed; -webkit-box-shadow: 1px 1px 3px #ebe9ed; box-shadow: 1px 1px 3px #ebe9ed;">Div content here</div>

This div box has a shadow with a specified color. #ebe9ed

Scroll to Top