Color Hex Logo

#dce3bd Color Hex

#DCE3BD
(220,227,189)
0 Favorites   0 Comments

Color spaces of #dce3bd

RGB 220227189
HSL0.200.400.82
HSV71°17°89°
CMYK 0.030.000.17   0.11
XYZ66.169673.827958.9068
Yxy73.82790.33270.3712
Hunter Lab85.9232-12.902319.4985
CIE-Lab88.8411-8.758817.7939

#dce3bd color RGB value is (220,227,189).

#dce3bd hex color red value is 220, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dce3bd hue: 0.20 , saturation: 0.40 and the lightness value of dce3bd is 0.82.

The process color (four color CMYK) of #dce3bd color hex is 0.03, 0.00, 0.17, 0.11. Web safe color of #dce3bd is #cccccc. Color #dce3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 10111101
Octal 334 343 275
Decimal 220 227 189
Hex DC E3 BD

RGB Percentages of Color #dce3bd

%34.59
%35.69
%29.72

CMYK Percentages of Color #dce3bd

%3
%0
%17
%11

Triadic Colors of #dce3bd

#dce3bd #bddce3 #e3bddc

Analogous Colors of #dce3bd

#dce3bd #c9e3bd #e3d7bd

Monochromatic Colors of #dce3bd

#dce3bd

Complementary Color

#dce3bd #c4bde3

#dce3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce3bd Color CSS Codes

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

#dce3bd Text Font Color

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

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


#dce3bd Background Color

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

This div background color is #dce3bd


#dce3bd Border Color

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

This div border color is #dce3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce3bd


Comments

No comments written yet.

Please login to write comment.