Color Hex Logo

#dcbebd Color Hex

#DCBEBD
(220,190,189)
0 Favorites   0 Comments

Color spaces of #dcbebd

RGB 220190189
HSL0.010.310.80
HSV14°86°
CMYK 0.000.140.14   0.14
XYZ57.114055.716755.8883
Yxy55.71670.33850.3302
Hunter Lab74.64365.95407.8580
CIE-Lab79.452310.49534.4389

#dcbebd color RGB value is (220,190,189).

#dcbebd hex color red value is 220, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcbebd hue: 0.01 , saturation: 0.31 and the lightness value of dcbebd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10111101
Octal 334 276 275
Decimal 220 190 189
Hex DC BE BD

RGB Percentages of Color #dcbebd

%36.73
%31.72
%31.55

CMYK Percentages of Color #dcbebd

%0
%14
%14
%14

Triadic Colors of #dcbebd

#dcbebd #bddcbe #bebddc

Analogous Colors of #dcbebd

#dcbebd #dccebd #dcbdcc

Monochromatic Colors of #dcbebd

#dcbebd

Complementary Color

#dcbebd #bddbdc

#dcbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbebd Color CSS Codes

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

#dcbebd Text Font Color

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

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


#dcbebd Background Color

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

This div background color is #dcbebd


#dcbebd Border Color

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

This div border color is #dcbebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,190,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbebd;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbebd;
  box-shadow:         1px 1px 3px 2px #dcbebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,190,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbebd


Comments

No comments written yet.

Please login to write comment.