Color Hex Logo

#dcf4dd Color Hex

#DCF4DD
(220,244,221)
0 Favorites   0 Comments

Color spaces of #dcf4dd

RGB 220244221
HSL0.340.520.91
HSV123°10°96°
CMYK 0.100.000.09   0.04
XYZ74.917085.137580.8912
Yxy85.13750.31090.3533
Hunter Lab92.2700-16.542512.6107
CIE-Lab93.9423-12.02208.4174

#dcf4dd color RGB value is (220,244,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 11011101
Octal 334 364 335
Decimal 220 244 221
Hex DC F4 DD

RGB Percentages of Color #dcf4dd

%32.12
%35.62
%32.26

CMYK Percentages of Color #dcf4dd

%10
%0
%9
%4

Triadic Colors of #dcf4dd

#dcf4dd #dddcf4 #f4dddc

Analogous Colors of #dcf4dd

#dcf4dd #dcf4e9 #e7f4dc

Monochromatic Colors of #dcf4dd

#dcf4dd

Complementary Color

#dcf4dd #f4dcf3

#dcf4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf4dd Color CSS Codes

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

#dcf4dd Text Font Color

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

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


#dcf4dd Background Color

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

This div background color is #dcf4dd


#dcf4dd Border Color

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

This div border color is #dcf4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf4dd


Comments

No comments written yet.

Please login to write comment.