color details

Color Details
#dbf8f9 Color Hex

#dbf8f9 color RGB value is (13, 191, 143).
#dbf8f9 hex color red value is 13, green value is 191, and blue value is 143.
Cylindrical-coordinate representations (HSL) of color #dbf8f9 hue: 163.82, saturation: 0.87 and lightness: 0.4.

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

Color Spaces
Color spaces of #dbf8f9Value
RGB219, 248, 249
HSL0.51, 0.71, 0.92
HSV182°, 12°, 98°
XYZ79.88, 89.03, 102.58
Base Numbers
Base Red Green Blue
Binary 11011011 11111000 11111001
Octal 333 370 371
Decimal 219 248 249
Hex DB F8 F9

RGB Percentages for Color #dbf8f9

30.59%
34.64%
34.78%

CMYK Percentages of the Color #dbf8f9

12.05%
0.4%
2.35%
CSS Codes for Color #dbf8f9
.mybgColor {background-color: #dbf8f9;}
.myforeColor {color: #dbf8f9;}
.myborderColor {border:3px solid #dbf8f9;}
Text Font Color #dbf8f9

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(219, 248, 249, 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 #dbf8f9;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top