Color Hex Logo

#dbe59f Color Hex

#DBE59F
(219,229,159)
0 Favorites   0 Comments

Color spaces of #dbe59f

RGB 219229159
HSL0.190.570.76
HSV69°31°90°
CMYK 0.040.000.31   0.10
XYZ63.490773.601943.6612
Yxy73.60190.35130.4072
Hunter Lab85.7915-18.034929.8801
CIE-Lab88.7340-14.360033.0929

#dbe59f color RGB value is (219,229,159).

#dbe59f hex color red value is 219, green value is 229 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbe59f hue: 0.19 , saturation: 0.57 and the lightness value of dbe59f is 0.76.

The process color (four color CMYK) of #dbe59f color hex is 0.04, 0.00, 0.31, 0.10. Web safe color of #dbe59f is #cccc99. Color #dbe59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 10011111
Octal 333 345 237
Decimal 219 229 159
Hex DB E5 9F

RGB Percentages of Color #dbe59f

%36.08
%37.73
%26.19

CMYK Percentages of Color #dbe59f

%4
%0
%31
%10

Triadic Colors of #dbe59f

#dbe59f #9fdbe5 #e59fdb

Analogous Colors of #dbe59f

#dbe59f #b8e59f #e5cc9f

Monochromatic Colors of #dbe59f

#dbe59f

Complementary Color

#dbe59f #a99fe5

#dbe59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe59f Color CSS Codes

.mybgcolor {background-color:#dbe59f; } 
.myforecolor {color:#dbe59f; }
.mybordercolor {border:3px solid #dbe59f; }

#dbe59f Text Font Color

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

This sample text font color is #dbe59f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbe59f Background Color

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

This div background color is #dbe59f


#dbe59f Border Color

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

This div border color is #dbe59f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,229,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbe59f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbe59f;
  -webkit-box-shadow: 1px 1px 3px 2px #dbe59f;
  box-shadow:         1px 1px 3px 2px #dbe59f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,229,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbe59f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe59f


Comments

No comments written yet.

Please login to write comment.