Color Hex Logo

#dbe0bc Color Hex

#DBE0BC
(219,224,188)
0 Favorites   0 Comments

Color spaces of #dbe0bc

RGB 219224188
HSL0.190.370.81
HSV68°16°88°
CMYK 0.020.000.16   0.12
XYZ64.946272.002258.0517
Yxy72.00220.33310.3692
Hunter Lab84.8541-11.873218.8355
CIE-Lab87.9696-7.750617.0839

#dbe0bc color RGB value is (219,224,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10111100
Octal 333 340 274
Decimal 219 224 188
Hex DB E0 BC

RGB Percentages of Color #dbe0bc

%34.71
%35.50
%29.79

CMYK Percentages of Color #dbe0bc

%2
%0
%16
%12

Triadic Colors of #dbe0bc

#dbe0bc #bcdbe0 #e0bcdb

Analogous Colors of #dbe0bc

#dbe0bc #c9e0bc #e0d3bc

Monochromatic Colors of #dbe0bc

#dbe0bc

Complementary Color

#dbe0bc #c1bce0

#dbe0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe0bc Color CSS Codes

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

#dbe0bc Text Font Color

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

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


#dbe0bc Background Color

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

This div background color is #dbe0bc


#dbe0bc Border Color

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

This div border color is #dbe0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe0bc


Comments

No comments written yet.

Please login to write comment.