Color Hex Logo

#dcedcd Color Hex

#DCEDCD
(220,237,205)
0 Favorites   0 Comments

Color spaces of #dcedcd

RGB 220237205
HSL0.260.470.87
HSV92°14°93°
CMYK 0.070.000.14   0.07
XYZ70.818880.191869.5036
Yxy80.19180.32120.3637
Hunter Lab89.5499-15.549016.6673
CIE-Lab91.7709-11.242413.6068

#dcedcd color RGB value is (220,237,205).

#dcedcd hex color red value is 220, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dcedcd hue: 0.26 , saturation: 0.47 and the lightness value of dcedcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11001101
Octal 334 355 315
Decimal 220 237 205
Hex DC ED CD

RGB Percentages of Color #dcedcd

%33.23
%35.80
%30.97

CMYK Percentages of Color #dcedcd

%7
%0
%14
%7

Triadic Colors of #dcedcd

#dcedcd #cddced #edcddc

Analogous Colors of #dcedcd

#dcedcd #cdedce #ecedcd

Monochromatic Colors of #dcedcd

#dcedcd

Complementary Color

#dcedcd #decded

#dcedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedcd Color CSS Codes

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

#dcedcd Text Font Color

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

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


#dcedcd Background Color

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

This div background color is #dcedcd


#dcedcd Border Color

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

This div border color is #dcedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedcd

#dcedcd Color Palettes


Comments

No comments written yet.

Please login to write comment.