Color Hex Logo

#ddfacd Color Hex

#DDFACD
(221,250,205)
0 Favorites   0 Comments

Color spaces of #ddfacd

RGB 221250205
HSL0.270.820.89
HSV99°18°98°
CMYK 0.120.000.18   0.02
XYZ75.023888.151170.8183
Yxy88.15110.32060.3767
Hunter Lab93.8888-21.671321.0010
CIE-Lab95.2245-17.329318.4824

#ddfacd color RGB value is (221,250,205).

#ddfacd hex color red value is 221, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddfacd hue: 0.27 , saturation: 0.82 and the lightness value of ddfacd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11001101
Octal 335 372 315
Decimal 221 250 205
Hex DD FA CD

RGB Percentages of Color #ddfacd

%32.69
%36.98
%30.33

CMYK Percentages of Color #ddfacd

%12
%0
%18
%2

Triadic Colors of #ddfacd

#ddfacd #cdddfa #facddd

Analogous Colors of #ddfacd

#ddfacd #cdfad4 #f4facd

Monochromatic Colors of #ddfacd

#ddfacd

Complementary Color

#ddfacd #eacdfa

#ddfacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfacd Color CSS Codes

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

#ddfacd Text Font Color

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

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


#ddfacd Background Color

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

This div background color is #ddfacd


#ddfacd Border Color

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

This div border color is #ddfacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,250,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfacd


Comments

No comments written yet.

Please login to write comment.