Color Hex Logo

#dff0dd Color Hex

#DFF0DD
(223,240,221)
0 Favorites   0 Comments

Color spaces of #dff0dd

RGB 223240221
HSL0.320.390.90
HSV114°94°
CMYK 0.070.000.08   0.06
XYZ74.642783.228680.5373
Yxy83.22860.31310.3491
Hunter Lab91.2297-13.606111.5198
CIE-Lab93.1144-9.01787.2545

#dff0dd color RGB value is (223,240,221).

#dff0dd hex color red value is 223, green value is 240 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dff0dd hue: 0.32 , saturation: 0.39 and the lightness value of dff0dd is 0.90.

The process color (four color CMYK) of #dff0dd color hex is 0.07, 0.00, 0.08, 0.06. Web safe color of #dff0dd is #ccffcc. Color #dff0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 11011101
Octal 337 360 335
Decimal 223 240 221
Hex DF F0 DD

RGB Percentages of Color #dff0dd

%32.60
%35.09
%32.31

CMYK Percentages of Color #dff0dd

%7
%0
%8
%6

Triadic Colors of #dff0dd

#dff0dd #dddff0 #f0dddf

Analogous Colors of #dff0dd

#dff0dd #ddf0e5 #e9f0dd

Monochromatic Colors of #dff0dd

#dff0dd

Complementary Color

#dff0dd #eeddf0

#dff0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff0dd Color CSS Codes

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

#dff0dd Text Font Color

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

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


#dff0dd Background Color

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

This div background color is #dff0dd


#dff0dd Border Color

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

This div border color is #dff0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff0dd


Comments

No comments written yet.

Please login to write comment.