Color Hex Logo

#dbd8bc Color Hex

#DBD8BC
(219,216,188)
0 Favorites   0 Comments

Color spaces of #dbd8bc

RGB 219216188
HSL0.150.300.80
HSV54°14°86°
CMYK 0.000.010.14   0.14
XYZ62.846467.802657.3518
Yxy67.80260.33430.3607
Hunter Lab82.3423-7.862016.3439
CIE-Lab85.9076-3.661014.1831

#dbd8bc color RGB value is (219,216,188).

#dbd8bc hex color red value is 219, green value is 216 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbd8bc hue: 0.15 , saturation: 0.30 and the lightness value of dbd8bc is 0.80.

The process color (four color CMYK) of #dbd8bc color hex is 0.00, 0.01, 0.14, 0.14. Web safe color of #dbd8bc is #cccccc. Color #dbd8bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 10111100
Octal 333 330 274
Decimal 219 216 188
Hex DB D8 BC

RGB Percentages of Color #dbd8bc

%35.15
%34.67
%30.18

CMYK Percentages of Color #dbd8bc

%0
%1
%14
%14

Triadic Colors of #dbd8bc

#dbd8bc #bcdbd8 #d8bcdb

Analogous Colors of #dbd8bc

#dbd8bc #cfdbbc #dbc9bc

Monochromatic Colors of #dbd8bc

#dbd8bc

Complementary Color

#dbd8bc #bcbfdb

#dbd8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd8bc Color CSS Codes

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

#dbd8bc Text Font Color

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

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


#dbd8bc Background Color

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

This div background color is #dbd8bc


#dbd8bc Border Color

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

This div border color is #dbd8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd8bc


Comments

No comments written yet.

Please login to write comment.