Color Hex Logo

#dcecdd Color Hex

#DCECDD
(220,236,221)
0 Favorites   0 Comments

Color spaces of #dcecdd

RGB 220236221
HSL0.340.300.89
HSV124°93°
CMYK 0.070.000.06   0.07
XYZ72.561880.427080.1062
Yxy80.42700.31130.3450
Hunter Lab89.6811-12.51599.8169
CIE-Lab91.8761-8.00745.4428

#dcecdd color RGB value is (220,236,221).

#dcecdd hex color red value is 220, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcecdd hue: 0.34 , saturation: 0.30 and the lightness value of dcecdd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11011101
Octal 334 354 335
Decimal 220 236 221
Hex DC EC DD

RGB Percentages of Color #dcecdd

%32.50
%34.86
%32.64

CMYK Percentages of Color #dcecdd

%7
%0
%6
%7

Triadic Colors of #dcecdd

#dcecdd #dddcec #ecdddc

Analogous Colors of #dcecdd

#dcecdd #dcece5 #e3ecdc

Monochromatic Colors of #dcecdd

#dcecdd

Complementary Color

#dcecdd #ecdceb

#dcecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecdd Color CSS Codes

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

#dcecdd Text Font Color

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

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


#dcecdd Background Color

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

This div background color is #dcecdd


#dcecdd Border Color

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

This div border color is #dcecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecdd


Comments

No comments written yet.

Please login to write comment.