Color Hex Logo

#dce4ce Color Hex

#DCE4CE
(220,228,206)
0 Favorites   0 Comments

Color spaces of #dce4ce

RGB 220228206
HSL0.230.290.85
HSV82°10°89°
CMYK 0.040.000.10   0.11
XYZ68.399275.158769.2946
Yxy75.15870.32130.3531
Hunter Lab86.6941-10.883313.2954
CIE-Lab89.4673-6.53559.8079

#dce4ce color RGB value is (220,228,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 11001110
Octal 334 344 316
Decimal 220 228 206
Hex DC E4 CE

RGB Percentages of Color #dce4ce

%33.64
%34.86
%31.50

CMYK Percentages of Color #dce4ce

%4
%0
%10
%11

Triadic Colors of #dce4ce

#dce4ce #cedce4 #e4cedc

Analogous Colors of #dce4ce

#dce4ce #d1e4ce #e4e1ce

Monochromatic Colors of #dce4ce

#dce4ce

Complementary Color

#dce4ce #d6cee4

#dce4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce4ce Color CSS Codes

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

#dce4ce Text Font Color

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

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


#dce4ce Background Color

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

This div background color is #dce4ce


#dce4ce Border Color

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

This div border color is #dce4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce4ce


Comments

No comments written yet.

Please login to write comment.