Color Hex Logo

#ddfadf Color Hex

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

Color spaces of #ddfadf

RGB 221250223
HSL0.340.740.92
HSV124°12°98°
CMYK 0.120.000.11   0.02
XYZ77.323789.071182.9291
Yxy89.07110.31010.3573
Hunter Lab94.3775-18.915113.9664
CIE-Lab95.6101-14.31699.7844

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

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

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

Base Numbers

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

RGB Percentages of Color #ddfadf

%31.84
%36.02
%32.13

CMYK Percentages of Color #ddfadf

%12
%0
%11
%2

Triadic Colors of #ddfadf

#ddfadf #dfddfa #fadfdd

Analogous Colors of #ddfadf

#ddfadf #ddfaee #eafadd

Monochromatic Colors of #ddfadf

#ddfadf

Complementary Color

#ddfadf #faddf8

#ddfadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfadf Color CSS Codes

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

#ddfadf Text Font Color

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

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


#ddfadf Background Color

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

This div background color is #ddfadf


#ddfadf Border Color

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

This div border color is #ddfadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfadf


Comments

No comments written yet.

Please login to write comment.