Color Hex Logo

#dbbbaa Color Hex

#DBBBAA
(219,187,170)
0 Favorites   0 Comments

Color spaces of #dbbbaa

RGB 219187170
HSL0.060.400.76
HSV21°22°86°
CMYK 0.000.150.22   0.14
XYZ54.239453.503045.4986
Yxy53.50300.35390.3491
Hunter Lab73.14574.357214.3221
CIE-Lab78.17108.817212.8404

#dbbbaa color RGB value is (219,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10101010
Octal 333 273 252
Decimal 219 187 170
Hex DB BB AA

RGB Percentages of Color #dbbbaa

%38.02
%32.47
%29.51

CMYK Percentages of Color #dbbbaa

%0
%15
%22
%14

Triadic Colors of #dbbbaa

#dbbbaa #aadbbb #bbaadb

Analogous Colors of #dbbbaa

#dbbbaa #dbd4aa #dbaab2

Monochromatic Colors of #dbbbaa

#dbbbaa

Complementary Color

#dbbbaa #aacadb

#dbbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbaa Color CSS Codes

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

#dbbbaa Text Font Color

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

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


#dbbbaa Background Color

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

This div background color is #dbbbaa


#dbbbaa Border Color

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

This div border color is #dbbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbaa


Comments

No comments written yet.

Please login to write comment.