Color Hex Logo

#dce9cd Color Hex

#DCE9CD
(220,233,205)
0 Favorites   0 Comments

Color spaces of #dce9cd

RGB 220233205
HSL0.240.390.86
HSV88°12°91°
CMYK 0.060.000.12   0.09
XYZ69.673677.901269.1219
Yxy77.90120.32150.3595
Hunter Lab88.2617-13.550315.3503
CIE-Lab90.7348-9.233312.1363

#dce9cd color RGB value is (220,233,205).

#dce9cd hex color red value is 220, green value is 233 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dce9cd hue: 0.24 , saturation: 0.39 and the lightness value of dce9cd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 11001101
Octal 334 351 315
Decimal 220 233 205
Hex DC E9 CD

RGB Percentages of Color #dce9cd

%33.43
%35.41
%31.16

CMYK Percentages of Color #dce9cd

%6
%0
%12
%9

Triadic Colors of #dce9cd

#dce9cd #cddce9 #e9cddc

Analogous Colors of #dce9cd

#dce9cd #cee9cd #e9e8cd

Monochromatic Colors of #dce9cd

#dce9cd

Complementary Color

#dce9cd #dacde9

#dce9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce9cd Color CSS Codes

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

#dce9cd Text Font Color

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

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


#dce9cd Background Color

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

This div background color is #dce9cd


#dce9cd Border Color

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

This div border color is #dce9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce9cd


Comments

No comments written yet.

Please login to write comment.