Color Hex Logo

#dcf3de Color Hex

#DCF3DE
(220,243,222)
0 Favorites   0 Comments

Color spaces of #dcf3de

RGB 220243222
HSL0.350.490.91
HSV125°95°
CMYK 0.090.000.09   0.05
XYZ74.750684.590881.4951
Yxy84.59080.31040.3512
Hunter Lab91.9733-15.878611.8460
CIE-Lab93.7065-11.34767.5611

#dcf3de color RGB value is (220,243,222).

#dcf3de hex color red value is 220, green value is 243 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dcf3de hue: 0.35 , saturation: 0.49 and the lightness value of dcf3de is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 11011110
Octal 334 363 336
Decimal 220 243 222
Hex DC F3 DE

RGB Percentages of Color #dcf3de

%32.12
%35.47
%32.41

CMYK Percentages of Color #dcf3de

%9
%0
%9
%5

Triadic Colors of #dcf3de

#dcf3de #dedcf3 #f3dedc

Analogous Colors of #dcf3de

#dcf3de #dcf3ea #e6f3dc

Monochromatic Colors of #dcf3de

#dcf3de

Complementary Color

#dcf3de #f3dcf1

#dcf3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3de Color CSS Codes

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

#dcf3de Text Font Color

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

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


#dcf3de Background Color

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

This div background color is #dcf3de


#dcf3de Border Color

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

This div border color is #dcf3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3de


Comments

No comments written yet.

Please login to write comment.