Color Hex Logo

#dceec2 Color Hex

#DCEEC2
(220,238,194)
0 Favorites   0 Comments

Color spaces of #dceec2

RGB 220238194
HSL0.230.560.85
HSV85°18°93°
CMYK 0.080.000.18   0.07
XYZ69.827380.259862.8503
Yxy80.25980.32790.3769
Hunter Lab89.5878-17.650721.1166
CIE-Lab91.8013-13.499019.3395

#dceec2 color RGB value is (220,238,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11000010
Octal 334 356 302
Decimal 220 238 194
Hex DC EE C2

RGB Percentages of Color #dceec2

%33.74
%36.50
%29.75

CMYK Percentages of Color #dceec2

%8
%0
%18
%7

Triadic Colors of #dceec2

#dceec2 #c2dcee #eec2dc

Analogous Colors of #dceec2

#dceec2 #c6eec2 #eeeac2

Monochromatic Colors of #dceec2

#dceec2

Complementary Color

#dceec2 #d4c2ee

#dceec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceec2 Color CSS Codes

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

#dceec2 Text Font Color

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

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


#dceec2 Background Color

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

This div background color is #dceec2


#dceec2 Border Color

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

This div border color is #dceec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceec2


Comments

No comments written yet.

Please login to write comment.