Color Hex Logo

#dbbebd Color Hex

#DBBEBD
(219,190,189)
0 Favorites   0 Comments

Color spaces of #dbbebd

RGB 219190189
HSL0.010.290.80
HSV14°86°
CMYK 0.000.130.14   0.14
XYZ56.812255.561155.8742
Yxy55.56110.33770.3302
Hunter Lab74.53935.60497.7341
CIE-Lab79.363410.13424.2991

#dbbebd color RGB value is (219,190,189).

#dbbebd hex color red value is 219, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbbebd hue: 0.01 , saturation: 0.29 and the lightness value of dbbebd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10111101
Octal 333 276 275
Decimal 219 190 189
Hex DB BE BD

RGB Percentages of Color #dbbebd

%36.62
%31.77
%31.61

CMYK Percentages of Color #dbbebd

%0
%13
%14
%14

Triadic Colors of #dbbebd

#dbbebd #bddbbe #bebddb

Analogous Colors of #dbbebd

#dbbebd #dbcdbd #dbbdcb

Monochromatic Colors of #dbbebd

#dbbebd

Complementary Color

#dbbebd #bddadb

#dbbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbebd Color CSS Codes

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

#dbbebd Text Font Color

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

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


#dbbebd Background Color

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

This div background color is #dbbebd


#dbbebd Border Color

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

This div border color is #dbbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbebd

#dbbebd Color Palettes


Comments

No comments written yet.

Please login to write comment.