Color Hex Logo

#dce6cd Color Hex

#DCE6CD
(220,230,205)
0 Favorites   0 Comments

Color spaces of #dce6cd

RGB 220230205
HSL0.230.330.85
HSV84°11°90°
CMYK 0.040.000.11   0.10
XYZ68.831576.217168.8412
Yxy76.21710.32180.3563
Hunter Lab87.3024-12.045114.3593
CIE-Lab89.9600-7.717511.0335

#dce6cd color RGB value is (220,230,205).

#dce6cd hex color red value is 220, green value is 230 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dce6cd hue: 0.23 , saturation: 0.33 and the lightness value of dce6cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11001101
Octal 334 346 315
Decimal 220 230 205
Hex DC E6 CD

RGB Percentages of Color #dce6cd

%33.59
%35.11
%31.30

CMYK Percentages of Color #dce6cd

%4
%0
%11
%10

Triadic Colors of #dce6cd

#dce6cd #cddce6 #e6cddc

Analogous Colors of #dce6cd

#dce6cd #d0e6cd #e6e4cd

Monochromatic Colors of #dce6cd

#dce6cd

Complementary Color

#dce6cd #d7cde6

#dce6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6cd Color CSS Codes

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

#dce6cd Text Font Color

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

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


#dce6cd Background Color

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

This div background color is #dce6cd


#dce6cd Border Color

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

This div border color is #dce6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6cd


Comments

No comments written yet.

Please login to write comment.