color details

Color Details
#ebe4d2 Color Hex

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

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

Color Spaces
Color spaces of #ebe4d2Value
RGB235, 228, 210
HSL0.12, 0.38, 0.87
HSV43°, 11°, 92°
XYZ73.64, 77.8, 72.1
Base Numbers
Base Red Green Blue
Binary 11101011 11100100 11010010
Octal 353 344 322
Decimal 235 228 210
Hex EB E4 D2

RGB Percentages for Color #ebe4d2

34.92%
33.88%
31.2%

CMYK Percentages of the Color #ebe4d2

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top