Color Hex Logo

#dcf3dd Color Hex

#DCF3DD
(220,243,221)
0 Favorites   0 Comments

Color spaces of #dcf3dd

RGB 220243221
HSL0.340.490.91
HSV123°95°
CMYK 0.090.000.09   0.05
XYZ74.616984.537380.7912
Yxy84.53730.31100.3523
Hunter Lab91.9442-16.041412.2629
CIE-Lab93.6834-11.52338.0456

#dcf3dd color RGB value is (220,243,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 11011101
Octal 334 363 335
Decimal 220 243 221
Hex DC F3 DD

RGB Percentages of Color #dcf3dd

%32.16
%35.53
%32.31

CMYK Percentages of Color #dcf3dd

%9
%0
%9
%5

Triadic Colors of #dcf3dd

#dcf3dd #dddcf3 #f3dddc

Analogous Colors of #dcf3dd

#dcf3dd #dcf3e9 #e7f3dc

Monochromatic Colors of #dcf3dd

#dcf3dd

Complementary Color

#dcf3dd #f3dcf2

#dcf3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3dd Color CSS Codes

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

#dcf3dd Text Font Color

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

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


#dcf3dd Background Color

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

This div background color is #dcf3dd


#dcf3dd Border Color

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

This div border color is #dcf3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3dd


Comments

No comments written yet.

Please login to write comment.