Color Hex Logo

#dbd9ba Color Hex

#DBD9BA
(219,217,186)
0 Favorites   0 Comments

Color spaces of #dbd9ba

RGB 219217186
HSL0.160.310.79
HSV56°15°86°
CMYK 0.000.010.15   0.14
XYZ62.889268.230956.3096
Yxy68.23090.33550.3640
Hunter Lab82.6020-8.652217.4035
CIE-Lab86.1218-4.485115.5366

#dbd9ba color RGB value is (219,217,186).

#dbd9ba hex color red value is 219, green value is 217 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbd9ba hue: 0.16 , saturation: 0.31 and the lightness value of dbd9ba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10111010
Octal 333 331 272
Decimal 219 217 186
Hex DB D9 BA

RGB Percentages of Color #dbd9ba

%35.21
%34.89
%29.90

CMYK Percentages of Color #dbd9ba

%0
%1
%15
%14

Triadic Colors of #dbd9ba

#dbd9ba #badbd9 #d9badb

Analogous Colors of #dbd9ba

#dbd9ba #cddbba #dbc9ba

Monochromatic Colors of #dbd9ba

#dbd9ba

Complementary Color

#dbd9ba #babcdb

#dbd9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd9ba Color CSS Codes

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

#dbd9ba Text Font Color

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

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


#dbd9ba Background Color

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

This div background color is #dbd9ba


#dbd9ba Border Color

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

This div border color is #dbd9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd9ba

#dbd9ba Color Palettes


Comments

No comments written yet.

Please login to write comment.