Color Hex Logo

#dce3ce Color Hex

#DCE3CE
(220,227,206)
0 Favorites   0 Comments

Color spaces of #dce3ce

RGB 220227206
HSL0.220.270.85
HSV80°89°
CMYK 0.030.000.09   0.11
XYZ68.124974.610069.2031
Yxy74.61000.32140.3520
Hunter Lab86.3771-10.378412.9623
CIE-Lab89.2100-6.02639.4401

#dce3ce color RGB value is (220,227,206).

#dce3ce hex color red value is 220, green value is 227 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dce3ce hue: 0.22 , saturation: 0.27 and the lightness value of dce3ce is 0.85.

The process color (four color CMYK) of #dce3ce color hex is 0.03, 0.00, 0.09, 0.11. Web safe color of #dce3ce is #cccccc. Color #dce3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 11001110
Octal 334 343 316
Decimal 220 227 206
Hex DC E3 CE

RGB Percentages of Color #dce3ce

%33.69
%34.76
%31.55

CMYK Percentages of Color #dce3ce

%3
%0
%9
%11

Triadic Colors of #dce3ce

#dce3ce #cedce3 #e3cedc

Analogous Colors of #dce3ce

#dce3ce #d2e3ce #e3e0ce

Monochromatic Colors of #dce3ce

#dce3ce

Complementary Color

#dce3ce #d5cee3

#dce3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce3ce Color CSS Codes

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

#dce3ce Text Font Color

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

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


#dce3ce Background Color

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

This div background color is #dce3ce


#dce3ce Border Color

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

This div border color is #dce3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce3ce


Comments

No comments written yet.

Please login to write comment.