Color Hex Logo

#dbe0bd Color Hex

#DBE0BD
(219,224,189)
0 Favorites   0 Comments

Color spaces of #dbe0bd

RGB 219224189
HSL0.190.360.81
HSV69°16°88°
CMYK 0.020.000.16   0.12
XYZ65.054472.045558.6216
Yxy72.04550.33240.3681
Hunter Lab84.8796-11.731318.4675
CIE-Lab87.9905-7.596016.5908

#dbe0bd color RGB value is (219,224,189).

#dbe0bd hex color red value is 219, green value is 224 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbe0bd hue: 0.19 , saturation: 0.36 and the lightness value of dbe0bd is 0.81.

The process color (four color CMYK) of #dbe0bd color hex is 0.02, 0.00, 0.16, 0.12. Web safe color of #dbe0bd is #cccccc. Color #dbe0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10111101
Octal 333 340 275
Decimal 219 224 189
Hex DB E0 BD

RGB Percentages of Color #dbe0bd

%34.65
%35.44
%29.91

CMYK Percentages of Color #dbe0bd

%2
%0
%16
%12

Triadic Colors of #dbe0bd

#dbe0bd #bddbe0 #e0bddb

Analogous Colors of #dbe0bd

#dbe0bd #cae0bd #e0d4bd

Monochromatic Colors of #dbe0bd

#dbe0bd

Complementary Color

#dbe0bd #c2bde0

#dbe0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe0bd Color CSS Codes

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

#dbe0bd Text Font Color

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

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


#dbe0bd Background Color

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

This div background color is #dbe0bd


#dbe0bd Border Color

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

This div border color is #dbe0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe0bd


Comments

No comments written yet.

Please login to write comment.