Color Hex Logo

#dbbb9e Color Hex

#DBBB9E
(219,187,158)
0 Favorites   0 Comments

Color spaces of #dbbb9e

RGB 219187158
HSL0.080.460.74
HSV29°28°86°
CMYK 0.000.150.28   0.14
XYZ53.155353.069339.7896
Yxy53.06930.36400.3635
Hunter Lab72.84872.760418.6102
CIE-Lab77.91597.135218.9359

#dbbb9e color RGB value is (219,187,158).

#dbbb9e hex color red value is 219, green value is 187 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dbbb9e hue: 0.08 , saturation: 0.46 and the lightness value of dbbb9e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10011110
Octal 333 273 236
Decimal 219 187 158
Hex DB BB 9E

RGB Percentages of Color #dbbb9e

%38.83
%33.16
%28.01

CMYK Percentages of Color #dbbb9e

%0
%15
%28
%14

Triadic Colors of #dbbb9e

#dbbb9e #9edbbb #bb9edb

Analogous Colors of #dbbb9e

#dbbb9e #dbda9e #db9ea0

Monochromatic Colors of #dbbb9e

#dbbb9e

Complementary Color

#dbbb9e #9ebedb

#dbbb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb9e Color CSS Codes

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

#dbbb9e Text Font Color

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

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


#dbbb9e Background Color

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

This div background color is #dbbb9e


#dbbb9e Border Color

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

This div border color is #dbbb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb9e


Comments

No comments written yet.

Please login to write comment.