Color Hex Logo

#ddfad9 Color Hex

#DDFAD9
(221,250,217)
0 Favorites   0 Comments

Color spaces of #ddfad9

RGB 221250217
HSL0.310.770.92
HSV113°13°98°
CMYK 0.120.000.13   0.02
XYZ76.528888.753178.7432
Yxy88.75310.31360.3637
Hunter Lab94.2089-19.864416.3895
CIE-Lab95.4771-15.348712.6814

#ddfad9 color RGB value is (221,250,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011001
Octal 335 372 331
Decimal 221 250 217
Hex DD FA D9

RGB Percentages of Color #ddfad9

%32.12
%36.34
%31.54

CMYK Percentages of Color #ddfad9

%12
%0
%13
%2

Triadic Colors of #ddfad9

#ddfad9 #d9ddfa #fad9dd

Analogous Colors of #ddfad9

#ddfad9 #d9fae6 #eefad9

Monochromatic Colors of #ddfad9

#ddfad9

Complementary Color

#ddfad9 #f6d9fa

#ddfad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfad9 Color CSS Codes

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

#ddfad9 Text Font Color

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

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


#ddfad9 Background Color

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

This div background color is #ddfad9


#ddfad9 Border Color

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

This div border color is #ddfad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfad9


Comments

No comments written yet.

Please login to write comment.