Color Hex Logo

#dbbdb0 Color Hex

#DBBDB0
(219,189,176)
0 Favorites   0 Comments

Color spaces of #dbbdb0

RGB 219189176
HSL0.050.370.77
HSV18°20°86°
CMYK 0.000.140.20   0.14
XYZ55.247554.589948.6993
Yxy54.58990.34850.3443
Hunter Lab73.88504.174712.6401
CIE-Lab78.80458.640610.5055

#dbbdb0 color RGB value is (219,189,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10110000
Octal 333 275 260
Decimal 219 189 176
Hex DB BD B0

RGB Percentages of Color #dbbdb0

%37.50
%32.36
%30.14

CMYK Percentages of Color #dbbdb0

%0
%14
%20
%14

Triadic Colors of #dbbdb0

#dbbdb0 #b0dbbd #bdb0db

Analogous Colors of #dbbdb0

#dbbdb0 #dbd3b0 #dbb0b9

Monochromatic Colors of #dbbdb0

#dbbdb0

Complementary Color

#dbbdb0 #b0cedb

#dbbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdb0 Color CSS Codes

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

#dbbdb0 Text Font Color

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

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


#dbbdb0 Background Color

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

This div background color is #dbbdb0


#dbbdb0 Border Color

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

This div border color is #dbbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdb0


Comments

No comments written yet.

Please login to write comment.