Color Hex Logo

#dcecd3 Color Hex

#DCECD3
(220,236,211)
0 Favorites   0 Comments

Color spaces of #dcecd3

RGB 220236211
HSL0.270.400.88
HSV98°11°93°
CMYK 0.070.000.11   0.07
XYZ71.268579.909773.2959
Yxy79.90970.31750.3560
Hunter Lab89.3922-14.126213.9606
CIE-Lab91.6443-9.739610.3120

#dcecd3 color RGB value is (220,236,211).

#dcecd3 hex color red value is 220, green value is 236 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #dcecd3 hue: 0.27 , saturation: 0.40 and the lightness value of dcecd3 is 0.88.

The process color (four color CMYK) of #dcecd3 color hex is 0.07, 0.00, 0.11, 0.07. Web safe color of #dcecd3 is #ccffcc. Color #dcecd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11010011
Octal 334 354 323
Decimal 220 236 211
Hex DC EC D3

RGB Percentages of Color #dcecd3

%32.98
%35.38
%31.63

CMYK Percentages of Color #dcecd3

%7
%0
%11
%7

Triadic Colors of #dcecd3

#dcecd3 #d3dcec #ecd3dc

Analogous Colors of #dcecd3

#dcecd3 #d3ecd7 #e9ecd3

Monochromatic Colors of #dcecd3

#dcecd3

Complementary Color

#dcecd3 #e3d3ec

#dcecd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecd3 Color CSS Codes

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

#dcecd3 Text Font Color

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

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


#dcecd3 Background Color

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

This div background color is #dcecd3


#dcecd3 Border Color

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

This div border color is #dcecd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecd3


Comments

No comments written yet.

Please login to write comment.