Color Hex Logo

#dbbdb6 Color Hex

#DBBDB6
(219,189,182)
0 Favorites   0 Comments

Color spaces of #dbbdb6

RGB 219189182
HSL0.030.340.79
HSV11°17°86°
CMYK 0.000.140.17   0.14
XYZ55.854554.832751.8959
Yxy54.83270.34350.3373
Hunter Lab74.04915.054810.2821
CIE-Lab78.94489.55837.4716

#dbbdb6 color RGB value is (219,189,182).

#dbbdb6 hex color red value is 219, green value is 189 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dbbdb6 hue: 0.03 , saturation: 0.34 and the lightness value of dbbdb6 is 0.79.

The process color (four color CMYK) of #dbbdb6 color hex is 0.00, 0.14, 0.17, 0.14. Web safe color of #dbbdb6 is #cccccc. Color #dbbdb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10110110
Octal 333 275 266
Decimal 219 189 182
Hex DB BD B6

RGB Percentages of Color #dbbdb6

%37.12
%32.03
%30.85

CMYK Percentages of Color #dbbdb6

%0
%14
%17
%14

Triadic Colors of #dbbdb6

#dbbdb6 #b6dbbd #bdb6db

Analogous Colors of #dbbdb6

#dbbdb6 #dbd0b6 #dbb6c2

Monochromatic Colors of #dbbdb6

#dbbdb6

Complementary Color

#dbbdb6 #b6d4db

#dbbdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdb6 Color CSS Codes

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

#dbbdb6 Text Font Color

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

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


#dbbdb6 Background Color

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

This div background color is #dbbdb6


#dbbdb6 Border Color

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

This div border color is #dbbdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdb6


Comments

No comments written yet.

Please login to write comment.