Color Hex Logo

#dbbaaa Color Hex

#DBBAAA
(219,186,170)
0 Favorites   0 Comments

Color spaces of #dbbaaa

RGB 219186170
HSL0.050.400.76
HSV20°22°86°
CMYK 0.000.150.22   0.14
XYZ54.028053.080245.4281
Yxy53.08020.35420.3480
Hunter Lab72.85624.872114.0301
CIE-Lab77.92239.349712.4889

#dbbaaa color RGB value is (219,186,170).

#dbbaaa hex color red value is 219, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbbaaa hue: 0.05 , saturation: 0.40 and the lightness value of dbbaaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 10101010
Octal 333 272 252
Decimal 219 186 170
Hex DB BA AA

RGB Percentages of Color #dbbaaa

%38.09
%32.35
%29.57

CMYK Percentages of Color #dbbaaa

%0
%15
%22
%14

Triadic Colors of #dbbaaa

#dbbaaa #aadbba #baaadb

Analogous Colors of #dbbaaa

#dbbaaa #dbd3aa #dbaab3

Monochromatic Colors of #dbbaaa

#dbbaaa

Complementary Color

#dbbaaa #aacbdb

#dbbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbaaa Color CSS Codes

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

#dbbaaa Text Font Color

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

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


#dbbaaa Background Color

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

This div background color is #dbbaaa


#dbbaaa Border Color

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

This div border color is #dbbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbaaa


Comments

No comments written yet.

Please login to write comment.