Color Hex Logo

#dffadd Color Hex

#DFFADD
(223,250,221)
0 Favorites   0 Comments

Color spaces of #dffadd

RGB 223250221
HSL0.320.740.92
HSV116°12°98°
CMYK 0.110.000.12   0.02
XYZ77.668289.279681.5458
Yxy89.27960.31260.3593
Hunter Lab94.4879-18.628414.9725
CIE-Lab95.6971-13.999910.9556

#dffadd color RGB value is (223,250,221).

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

The process color (four color CMYK) of #dffadd color hex is 0.11, 0.00, 0.12, 0.02. Web safe color of #dffadd is #ccffcc. Color #dffadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11011101
Octal 337 372 335
Decimal 223 250 221
Hex DF FA DD

RGB Percentages of Color #dffadd

%32.13
%36.02
%31.84

CMYK Percentages of Color #dffadd

%11
%0
%12
%2

Triadic Colors of #dffadd

#dffadd #dddffa #fadddf

Analogous Colors of #dffadd

#dffadd #ddfaea #eefadd

Monochromatic Colors of #dffadd

#dffadd

Complementary Color

#dffadd #f8ddfa

#dffadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffadd Color CSS Codes

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

#dffadd Text Font Color

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

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


#dffadd Background Color

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

This div background color is #dffadd


#dffadd Border Color

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

This div border color is #dffadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffadd


Comments

No comments written yet.

Please login to write comment.