Color Hex Logo

#dbbb8f Color Hex

#DBBB8F
(219,187,143)
0 Favorites   0 Comments

Color spaces of #dbbb8f

RGB 219187143
HSL0.100.510.71
HSV35°35°86°
CMYK 0.000.150.35   0.14
XYZ51.941752.583933.3987
Yxy52.58390.37660.3813
Hunter Lab72.51480.957223.4527
CIE-Lab77.62875.214026.5470

#dbbb8f color RGB value is (219,187,143).

#dbbb8f hex color red value is 219, green value is 187 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbbb8f hue: 0.10 , saturation: 0.51 and the lightness value of dbbb8f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10001111
Octal 333 273 217
Decimal 219 187 143
Hex DB BB 8F

RGB Percentages of Color #dbbb8f

%39.89
%34.06
%26.05

CMYK Percentages of Color #dbbb8f

%0
%15
%35
%14

Triadic Colors of #dbbb8f

#dbbb8f #8fdbbb #bb8fdb

Analogous Colors of #dbbb8f

#dbbb8f #d5db8f #db958f

Monochromatic Colors of #dbbb8f

#dbbb8f

Complementary Color

#dbbb8f #8fafdb

#dbbb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb8f Color CSS Codes

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

#dbbb8f Text Font Color

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

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


#dbbb8f Background Color

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

This div background color is #dbbb8f


#dbbb8f Border Color

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

This div border color is #dbbb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb8f


Comments

No comments written yet.

Please login to write comment.