Color Hex Logo

#dbc8bd Color Hex

#DBC8BD
(219,200,189)
0 Favorites   0 Comments

Color spaces of #dbc8bd

RGB 219200189
HSL0.060.290.80
HSV22°14°86°
CMYK 0.000.090.14   0.14
XYZ59.053060.042756.6211
Yxy60.04270.33610.3417
Hunter Lab77.48720.432210.9169
CIE-Lab81.86144.83317.8957

#dbc8bd color RGB value is (219,200,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 10111101
Octal 333 310 275
Decimal 219 200 189
Hex DB C8 BD

RGB Percentages of Color #dbc8bd

%36.02
%32.89
%31.09

CMYK Percentages of Color #dbc8bd

%0
%9
%14
%14

Triadic Colors of #dbc8bd

#dbc8bd #bddbc8 #c8bddb

Analogous Colors of #dbc8bd

#dbc8bd #dbd7bd #dbbdc1

Monochromatic Colors of #dbc8bd

#dbc8bd

Complementary Color

#dbc8bd #bdd0db

#dbc8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc8bd Color CSS Codes

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

#dbc8bd Text Font Color

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

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


#dbc8bd Background Color

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

This div background color is #dbc8bd


#dbc8bd Border Color

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

This div border color is #dbc8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc8bd


Comments

No comments written yet.

Please login to write comment.