Color Hex Logo

#dff6dc Color Hex

#DFF6DC
(223,246,220)
0 Favorites   0 Comments

Color spaces of #dff6dc

RGB 223246220
HSL0.310.590.91
HSV113°11°96°
CMYK 0.090.000.11   0.04
XYZ76.305586.766880.4361
Yxy86.76680.31340.3563
Hunter Lab93.1487-16.786714.0058
CIE-Lab94.6392-12.18999.9593

#dff6dc color RGB value is (223,246,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110110 11011100
Octal 337 366 334
Decimal 223 246 220
Hex DF F6 DC

RGB Percentages of Color #dff6dc

%32.37
%35.70
%31.93

CMYK Percentages of Color #dff6dc

%9
%0
%11
%4

Triadic Colors of #dff6dc

#dff6dc #dcdff6 #f6dcdf

Analogous Colors of #dff6dc

#dff6dc #dcf6e6 #ecf6dc

Monochromatic Colors of #dff6dc

#dff6dc

Complementary Color

#dff6dc #f3dcf6

#dff6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff6dc Color CSS Codes

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

#dff6dc Text Font Color

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

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


#dff6dc Background Color

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

This div background color is #dff6dc


#dff6dc Border Color

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

This div border color is #dff6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff6dc


Comments

No comments written yet.

Please login to write comment.