color details

Color Details
#48BF91 Color Hex

#48BF91 color RGB value is (4, 139, 249).
#48BF91 hex color red value is 4, green value is 139, and blue value is 249.
Cylindrical-coordinate representations (HSL) of color #48BF91 hue: 206.94, saturation: 0.97 and lightness: 0.5.

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

Color Spaces
Color spaces of #48BF91Value
RGB72, 191, 145
HSL0.44, 0.48, 0.52
HSV157°, 62°, 75°
XYZ26.41, 40.68, 33.24
Base Numbers
Base Red Green Blue
Binary 1001000 10111111 10010001
Octal 110 277 221
Decimal 72 191 145
Hex 48 BF 91

RGB Percentages for Color #48BF91

17.65%
46.81%
35.54%

CMYK Percentages of the Color #48BF91

62.3%
24.08%
25.1%
CSS Codes for Color #48BF91
.mybgColor {background-color: #48BF91;}
.myforeColor {color: #48BF91;}
.myborderColor {border:3px solid #48BF91;}
Text Font Color #48BF91

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

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

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

The background color of this div is #48BF91
Border Color #48BF91

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

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

<p style="text-shadow: 4px 4px 2px rgba(72, 191, 145, 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 #48BF91;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #48BF91
Scroll to Top