Color Hex Logo

#dbe69f Color Hex

#DBE69F
(219,230,159)
0 Favorites   0 Comments

Color spaces of #dbe69f

RGB 219230159
HSL0.190.590.76
HSV69°31°90°
CMYK 0.050.000.31   0.10
XYZ63.768274.156943.7537
Yxy74.15690.35100.4082
Hunter Lab86.1144-18.519930.1555
CIE-Lab88.9966-14.856033.4416

#dbe69f color RGB value is (219,230,159).

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

The process color (four color CMYK) of #dbe69f color hex is 0.05, 0.00, 0.31, 0.10. Web safe color of #dbe69f is #ccff99. Color #dbe69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 10011111
Octal 333 346 237
Decimal 219 230 159
Hex DB E6 9F

RGB Percentages of Color #dbe69f

%36.02
%37.83
%26.15

CMYK Percentages of Color #dbe69f

%5
%0
%31
%10

Triadic Colors of #dbe69f

#dbe69f #9fdbe6 #e69fdb

Analogous Colors of #dbe69f

#dbe69f #b8e69f #e6ce9f

Monochromatic Colors of #dbe69f

#dbe69f

Complementary Color

#dbe69f #aa9fe6

#dbe69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe69f Color CSS Codes

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

#dbe69f Text Font Color

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

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


#dbe69f Background Color

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

This div background color is #dbe69f


#dbe69f Border Color

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

This div border color is #dbe69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe69f


Comments

No comments written yet.

Please login to write comment.