Color Hex Logo

#dbe49f Color Hex

#DBE49F
(219,228,159)
0 Favorites   0 Comments

Color spaces of #dbe49f

RGB 219228159
HSL0.190.560.76
HSV68°30°89°
CMYK 0.040.000.30   0.11
XYZ63.214873.050143.5692
Yxy73.05010.35150.4062
Hunter Lab85.4694-17.549329.6046
CIE-Lab88.4716-13.863032.7442

#dbe49f color RGB value is (219,228,159).

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

The process color (four color CMYK) of #dbe49f color hex is 0.04, 0.00, 0.30, 0.11. Web safe color of #dbe49f is #cccc99. Color #dbe49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 10011111
Octal 333 344 237
Decimal 219 228 159
Hex DB E4 9F

RGB Percentages of Color #dbe49f

%36.14
%37.62
%26.24

CMYK Percentages of Color #dbe49f

%4
%0
%30
%11

Triadic Colors of #dbe49f

#dbe49f #9fdbe4 #e49fdb

Analogous Colors of #dbe49f

#dbe49f #b9e49f #e4cb9f

Monochromatic Colors of #dbe49f

#dbe49f

Complementary Color

#dbe49f #a89fe4

#dbe49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe49f Color CSS Codes

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

#dbe49f Text Font Color

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

This sample text font color is #dbe49f
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.


#dbe49f Background Color

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

This div background color is #dbe49f


#dbe49f Border Color

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

This div border color is #dbe49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe49f


Comments

No comments written yet.

Please login to write comment.