Color Hex Logo

#dcdebd Color Hex

#DCDEBD
(220,222,189)
0 Favorites   0 Comments

Color spaces of #dcdebd

RGB 220222189
HSL0.180.330.81
HSV64°15°87°
CMYK 0.010.000.15   0.13
XYZ64.821871.132358.4576
Yxy71.13230.33340.3659
Hunter Lab84.3400-10.403917.9430
CIE-Lab87.5492-6.219915.9819

#dcdebd color RGB value is (220,222,189).

#dcdebd hex color red value is 220, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcdebd hue: 0.18 , saturation: 0.33 and the lightness value of dcdebd is 0.81.

The process color (four color CMYK) of #dcdebd color hex is 0.01, 0.00, 0.15, 0.13. Web safe color of #dcdebd is #cccccc. Color #dcdebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10111101
Octal 334 336 275
Decimal 220 222 189
Hex DC DE BD

RGB Percentages of Color #dcdebd

%34.87
%35.18
%29.95

CMYK Percentages of Color #dcdebd

%1
%0
%15
%13

Triadic Colors of #dcdebd

#dcdebd #bddcde #debddc

Analogous Colors of #dcdebd

#dcdebd #ccdebd #ded0bd

Monochromatic Colors of #dcdebd

#dcdebd

Complementary Color

#dcdebd #bfbdde

#dcdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdebd Color CSS Codes

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

#dcdebd Text Font Color

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

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


#dcdebd Background Color

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

This div background color is #dcdebd


#dcdebd Border Color

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

This div border color is #dcdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdebd


Comments

No comments written yet.

Please login to write comment.