Color Hex Logo

#dbbba0 Color Hex

#DBBBA0
(219,187,160)
0 Favorites   0 Comments

Color spaces of #dbbba0

RGB 219187160
HSL0.080.450.74
HSV27°27°86°
CMYK 0.000.150.27   0.14
XYZ53.328953.138840.7038
Yxy53.13880.36240.3611
Hunter Lab72.89643.016917.9212
CIE-Lab77.95697.406617.9197

#dbbba0 color RGB value is (219,187,160).

#dbbba0 hex color red value is 219, green value is 187 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dbbba0 hue: 0.08 , saturation: 0.45 and the lightness value of dbbba0 is 0.74.

The process color (four color CMYK) of #dbbba0 color hex is 0.00, 0.15, 0.27, 0.14. Web safe color of #dbbba0 is #cccc99. Color #dbbba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10100000
Octal 333 273 240
Decimal 219 187 160
Hex DB BB A0

RGB Percentages of Color #dbbba0

%38.69
%33.04
%28.27

CMYK Percentages of Color #dbbba0

%0
%15
%27
%14

Triadic Colors of #dbbba0

#dbbba0 #a0dbbb #bba0db

Analogous Colors of #dbbba0

#dbbba0 #dbd9a0 #dba0a3

Monochromatic Colors of #dbbba0

#dbbba0

Complementary Color

#dbbba0 #a0c0db

#dbbba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbba0 Color CSS Codes

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

#dbbba0 Text Font Color

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

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


#dbbba0 Background Color

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

This div background color is #dbbba0


#dbbba0 Border Color

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

This div border color is #dbbba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbba0

#dbbba0 Color Palettes


Comments

No comments written yet.

Please login to write comment.