Color Hex Logo

#dcf4df Color Hex

#DCF4DF
(220,244,223)
0 Favorites   0 Comments

Color spaces of #dcf4df

RGB 220244223
HSL0.350.520.91
HSV128°10°96°
CMYK 0.100.000.09   0.04
XYZ75.185285.244782.3032
Yxy85.24470.30970.3512
Hunter Lab92.3281-16.216811.7773
CIE-Lab93.9885-11.67037.4490

#dcf4df color RGB value is (220,244,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 11011111
Octal 334 364 337
Decimal 220 244 223
Hex DC F4 DF

RGB Percentages of Color #dcf4df

%32.02
%35.52
%32.46

CMYK Percentages of Color #dcf4df

%10
%0
%9
%4

Triadic Colors of #dcf4df

#dcf4df #dfdcf4 #f4dfdc

Analogous Colors of #dcf4df

#dcf4df #dcf4eb #e5f4dc

Monochromatic Colors of #dcf4df

#dcf4df

Complementary Color

#dcf4df #f4dcf1

#dcf4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf4df Color CSS Codes

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

#dcf4df Text Font Color

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

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


#dcf4df Background Color

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

This div background color is #dcf4df


#dcf4df Border Color

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

This div border color is #dcf4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf4df


Comments

No comments written yet.

Please login to write comment.