Color Hex Logo

#dbd4bc Color Hex

#DBD4BC
(219,212,188)
0 Favorites   0 Comments

Color spaces of #dbd4bc

RGB 219212188
HSL0.130.300.80
HSV46°14°86°
CMYK 0.000.030.14   0.14
XYZ61.834065.777957.0144
Yxy65.77790.33490.3563
Hunter Lab81.1036-5.841515.0927
CIE-Lab84.8830-1.596112.7338

#dbd4bc color RGB value is (219,212,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 10111100
Octal 333 324 274
Decimal 219 212 188
Hex DB D4 BC

RGB Percentages of Color #dbd4bc

%35.38
%34.25
%30.37

CMYK Percentages of Color #dbd4bc

%0
%3
%14
%14

Triadic Colors of #dbd4bc

#dbd4bc #bcdbd4 #d4bcdb

Analogous Colors of #dbd4bc

#dbd4bc #d3dbbc #dbc5bc

Monochromatic Colors of #dbd4bc

#dbd4bc

Complementary Color

#dbd4bc #bcc3db

#dbd4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd4bc Color CSS Codes

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

#dbd4bc Text Font Color

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

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


#dbd4bc Background Color

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

This div background color is #dbd4bc


#dbd4bc Border Color

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

This div border color is #dbd4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd4bc


Comments

No comments written yet.

Please login to write comment.