Color Hex Logo

#dbc2bf Color Hex

#DBC2BF
(219,194,191)
0 Favorites   0 Comments

Color spaces of #dbc2bf

RGB 219194191
HSL0.020.280.80
HSV13°86°
CMYK 0.000.110.13   0.14
XYZ57.909257.405257.3184
Yxy57.40520.33540.3325
Hunter Lab75.76623.83928.1825
CIE-Lab80.40708.32964.7305

#dbc2bf color RGB value is (219,194,191).

#dbc2bf hex color red value is 219, green value is 194 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbc2bf hue: 0.02 , saturation: 0.28 and the lightness value of dbc2bf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 10111111
Octal 333 302 277
Decimal 219 194 191
Hex DB C2 BF

RGB Percentages of Color #dbc2bf

%36.26
%32.12
%31.62

CMYK Percentages of Color #dbc2bf

%0
%11
%13
%14

Triadic Colors of #dbc2bf

#dbc2bf #bfdbc2 #c2bfdb

Analogous Colors of #dbc2bf

#dbc2bf #dbd0bf #dbbfca

Monochromatic Colors of #dbc2bf

#dbc2bf

Complementary Color

#dbc2bf #bfd8db

#dbc2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc2bf Color CSS Codes

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

#dbc2bf Text Font Color

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

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


#dbc2bf Background Color

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

This div background color is #dbc2bf


#dbc2bf Border Color

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

This div border color is #dbc2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc2bf


Comments

No comments written yet.

Please login to write comment.