color details

Color Details
#dbce9a Color Hex

#dbce9a color RGB value is (13, 188, 233).
#dbce9a hex color red value is 13, green value is 188, and blue value is 233.
Cylindrical-coordinate representations (HSL) of color #dbce9a hue: 192.27, saturation: 0.89 and lightness: 0.48.

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

Color Spaces
Color spaces of #dbce9aValue
RGB219, 206, 154
HSL0.13, 0.47, 0.73
HSV48°, 30°, 86°
XYZ57.12, 61.54, 39.43
Base Numbers
Base Red Green Blue
Binary 11011011 11001110 10011010
Octal 333 316 232
Decimal 219 206 154
Hex DB CE 9A

RGB Percentages for Color #dbce9a

37.82%
35.58%
26.6%

CMYK Percentages of the Color #dbce9a

5.94%
29.68%
14.12%
CSS Codes for Color #dbce9a
.mybgColor {background-color: #dbce9a;}
.myforeColor {color: #dbce9a;}
.myborderColor {border:3px solid #dbce9a;}
Text Font Color #dbce9a

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top