Color Hex Logo

#dbbcaa Color Hex

#DBBCAA
(219,188,170)
0 Favorites   0 Comments

Color spaces of #dbbcaa

RGB 219188170
HSL0.060.400.76
HSV22°22°86°
CMYK 0.000.140.22   0.14
XYZ54.452353.928845.5696
Yxy53.92880.35370.3503
Hunter Lab73.43623.842714.6140
CIE-Lab78.42028.285213.1923

#dbbcaa color RGB value is (219,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 10101010
Octal 333 274 252
Decimal 219 188 170
Hex DB BC AA

RGB Percentages of Color #dbbcaa

%37.95
%32.58
%29.46

CMYK Percentages of Color #dbbcaa

%0
%14
%22
%14

Triadic Colors of #dbbcaa

#dbbcaa #aadbbc #bcaadb

Analogous Colors of #dbbcaa

#dbbcaa #dbd5aa #dbaab1

Monochromatic Colors of #dbbcaa

#dbbcaa

Complementary Color

#dbbcaa #aac9db

#dbbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcaa Color CSS Codes

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

#dbbcaa Text Font Color

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

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


#dbbcaa Background Color

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

This div background color is #dbbcaa


#dbbcaa Border Color

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

This div border color is #dbbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcaa


Comments

No comments written yet.

Please login to write comment.