color details

Color Details
#93E9B1 Color Hex

#93E9B1 color RGB value is (9, 62, 155).
#93E9B1 hex color red value is 9, green value is 62, and blue value is 155.
Cylindrical-coordinate representations (HSL) of color #93E9B1 hue: 218.22, saturation: 0.89 and lightness: 0.32.

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

Color Spaces
Color spaces of #93E9B1Value
RGB147, 233, 177
HSL0.39, 0.66, 0.75
HSV141°, 37°, 91°
XYZ49.1, 67.65, 52.06
Base Numbers
Base Red Green Blue
Binary 10010011 11101001 10110001
Octal 223 351 261
Decimal 147 233 177
Hex 93 E9 B1

RGB Percentages for Color #93E9B1

26.39%
41.83%
31.78%

CMYK Percentages of the Color #93E9B1

36.91%
24.03%
8.63%
CSS Codes for Color #93E9B1
.mybgColor {background-color: #93E9B1;}
.myforeColor {color: #93E9B1;}
.myborderColor {border:3px solid #93E9B1;}
Text Font Color #93E9B1

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

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

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

The background color of this div is #93E9B1
Border Color #93E9B1

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

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

<p style="text-shadow: 4px 4px 2px rgba(147, 233, 177, 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 #93E9B1;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #93E9B1

Scroll to Top