color details

Color Details
#ebdaeb Color Hex

#ebdaeb color RGB value is (14, 189, 174).
#ebdaeb hex color red value is 14, green value is 189, and blue value is 174.
Cylindrical-coordinate representations (HSL) of color #ebdaeb hue: 174.86, saturation: 0.86 and lightness: 0.4.

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

Color Spaces
Color spaces of #ebdaebValue
RGB235, 218, 235
HSL0.83, 0.3, 0.89
HSV300°, 7°, 92°
XYZ74.33, 73.8, 88.91
Base Numbers
Base Red Green Blue
Binary 11101011 11011010 11101011
Octal 353 332 353
Decimal 235 218 235
Hex EB DA EB

RGB Percentages for Color #ebdaeb

34.16%
31.69%
34.16%

CMYK Percentages of the Color #ebdaeb

7.23%
7.84%
CSS Codes for Color #ebdaeb
.mybgColor {background-color: #ebdaeb;}
.myforeColor {color: #ebdaeb;}
.myborderColor {border:3px solid #ebdaeb;}
Text Font Color #ebdaeb

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top