Color Hex Logo

#dbd3bc Color Hex

#DBD3BC
(219,211,188)
0 Favorites   0 Comments

Color spaces of #dbd3bc

RGB 219211188
HSL0.120.300.80
HSV45°14°86°
CMYK 0.000.040.14   0.14
XYZ61.584865.279456.9313
Yxy65.27940.33510.3552
Hunter Lab80.7957-5.334514.7793
CIE-Lab84.6275-1.077612.3717

#dbd3bc color RGB value is (219,211,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10111100
Octal 333 323 274
Decimal 219 211 188
Hex DB D3 BC

RGB Percentages of Color #dbd3bc

%35.44
%34.14
%30.42

CMYK Percentages of Color #dbd3bc

%0
%4
%14
%14

Triadic Colors of #dbd3bc

#dbd3bc #bcdbd3 #d3bcdb

Analogous Colors of #dbd3bc

#dbd3bc #d4dbbc #dbc4bc

Monochromatic Colors of #dbd3bc

#dbd3bc

Complementary Color

#dbd3bc #bcc4db

#dbd3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd3bc Color CSS Codes

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

#dbd3bc Text Font Color

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

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


#dbd3bc Background Color

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

This div background color is #dbd3bc


#dbd3bc Border Color

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

This div border color is #dbd3bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,211,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 #dbd3bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd3bc


Comments

No comments written yet.

Please login to write comment.