Color Hex Logo

#dbc0bd Color Hex

#DBC0BD
(219,192,189)
0 Favorites   0 Comments

Color spaces of #dbc0bd

RGB 219192189
HSL0.020.290.80
HSV14°86°
CMYK 0.000.120.14   0.14
XYZ57.248456.433556.0195
Yxy56.43350.33730.3325
Hunter Lab75.12224.56568.3723
CIE-Lab79.85999.06925.0165

#dbc0bd color RGB value is (219,192,189).

#dbc0bd hex color red value is 219, green value is 192 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbc0bd hue: 0.02 , saturation: 0.29 and the lightness value of dbc0bd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10111101
Octal 333 300 275
Decimal 219 192 189
Hex DB C0 BD

RGB Percentages of Color #dbc0bd

%36.50
%32.00
%31.50

CMYK Percentages of Color #dbc0bd

%0
%12
%14
%14

Triadic Colors of #dbc0bd

#dbc0bd #bddbc0 #c0bddb

Analogous Colors of #dbc0bd

#dbc0bd #dbcfbd #dbbdc9

Monochromatic Colors of #dbc0bd

#dbc0bd

Complementary Color

#dbc0bd #bdd8db

#dbc0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc0bd Color CSS Codes

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

#dbc0bd Text Font Color

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

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


#dbc0bd Background Color

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

This div background color is #dbc0bd


#dbc0bd Border Color

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

This div border color is #dbc0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc0bd


Comments

No comments written yet.

Please login to write comment.