Color Hex Logo

#dbc3bc Color Hex

#DBC3BC
(219,195,188)
0 Favorites   0 Comments

Color spaces of #dbc3bc

RGB 219195188
HSL0.040.300.80
HSV14°14°86°
CMYK 0.000.110.14   0.14
XYZ57.805657.721155.6716
Yxy57.72110.33770.3372
Hunter Lab75.97442.85769.7363
CIE-Lab80.58357.31586.5965

#dbc3bc color RGB value is (219,195,188).

#dbc3bc hex color red value is 219, green value is 195 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbc3bc hue: 0.04 , saturation: 0.30 and the lightness value of dbc3bc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10111100
Octal 333 303 274
Decimal 219 195 188
Hex DB C3 BC

RGB Percentages of Color #dbc3bc

%36.38
%32.39
%31.23

CMYK Percentages of Color #dbc3bc

%0
%11
%14
%14

Triadic Colors of #dbc3bc

#dbc3bc #bcdbc3 #c3bcdb

Analogous Colors of #dbc3bc

#dbc3bc #dbd3bc #dbbcc5

Monochromatic Colors of #dbc3bc

#dbc3bc

Complementary Color

#dbc3bc #bcd4db

#dbc3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc3bc Color CSS Codes

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

#dbc3bc Text Font Color

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

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


#dbc3bc Background Color

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

This div background color is #dbc3bc


#dbc3bc Border Color

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

This div border color is #dbc3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc3bc


Comments

No comments written yet.

Please login to write comment.