Color Hex Logo

#dbbdad Color Hex

#DBBDAD
(219,189,173)
0 Favorites   0 Comments

Color spaces of #dbbdad

RGB 219189173
HSL0.060.390.77
HSV21°21°86°
CMYK 0.000.140.21   0.14
XYZ54.953854.472447.1530
Yxy54.47240.35100.3479
Hunter Lab73.80543.747513.7844
CIE-Lab78.73648.193212.0244

#dbbdad color RGB value is (219,189,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10101101
Octal 333 275 255
Decimal 219 189 173
Hex DB BD AD

RGB Percentages of Color #dbbdad

%37.69
%32.53
%29.78

CMYK Percentages of Color #dbbdad

%0
%14
%21
%14

Triadic Colors of #dbbdad

#dbbdad #addbbd #bdaddb

Analogous Colors of #dbbdad

#dbbdad #dbd4ad #dbadb4

Monochromatic Colors of #dbbdad

#dbbdad

Complementary Color

#dbbdad #adcbdb

#dbbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdad Color CSS Codes

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

#dbbdad Text Font Color

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

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


#dbbdad Background Color

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

This div background color is #dbbdad


#dbbdad Border Color

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

This div border color is #dbbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdad


Comments

No comments written yet.

Please login to write comment.