color details

Color Details
#ee9389 Color Hex

#ee9389 color RGB value is (14, 233, 56).
#ee9389 hex color red value is 14, green value is 233, and blue value is 56.
Cylindrical-coordinate representations (HSL) of color #ee9389 hue: 131.51, saturation: 0.89 and lightness: 0.48.

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

Color Spaces
Color spaces of #ee9389Value
RGB238, 147, 137
HSL0.02, 0.75, 0.74
HSV6°, 42°, 93°
XYZ50.21, 40.85, 28.9
Base Numbers
Base Red Green Blue
Binary 11101110 10010011 10001001
Octal 356 223 211
Decimal 238 147 137
Hex EE 93 89

RGB Percentages for Color #ee9389

45.59%
28.16%
26.25%

CMYK Percentages of the Color #ee9389

38.24%
42.44%
6.67%
CSS Codes for Color #ee9389
.mybgColor {background-color: #ee9389;}
.myforeColor {color: #ee9389;}
.myborderColor {border:3px solid #ee9389;}
Text Font Color #ee9389

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(238, 147, 137, 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 #ee9389;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top