Color Hex Logo

#dbbbad Color Hex

#DBBBAD
(219,187,173)
0 Favorites   0 Comments

Color spaces of #dbbbad

RGB 219187173
HSL0.050.390.77
HSV18°21°86°
CMYK 0.000.150.21   0.14
XYZ54.526653.617847.0106
Yxy53.61780.35140.3456
Hunter Lab73.22424.778213.1922
CIE-Lab78.23839.257811.3182

#dbbbad color RGB value is (219,187,173).

#dbbbad hex color red value is 219, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbbbad hue: 0.05 , saturation: 0.39 and the lightness value of dbbbad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10101101
Octal 333 273 255
Decimal 219 187 173
Hex DB BB AD

RGB Percentages of Color #dbbbad

%37.82
%32.30
%29.88

CMYK Percentages of Color #dbbbad

%0
%15
%21
%14

Triadic Colors of #dbbbad

#dbbbad #addbbb #bbaddb

Analogous Colors of #dbbbad

#dbbbad #dbd2ad #dbadb6

Monochromatic Colors of #dbbbad

#dbbbad

Complementary Color

#dbbbad #adcddb

#dbbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbad Color CSS Codes

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

#dbbbad Text Font Color

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

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


#dbbbad Background Color

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

This div background color is #dbbbad


#dbbbad Border Color

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

This div border color is #dbbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbad


Comments

No comments written yet.

Please login to write comment.