Color Hex Logo

#ddfadd Color Hex

#DDFADD
(221,250,221)
0 Favorites   0 Comments

Color spaces of #ddfadd

RGB 221250221
HSL0.330.740.92
HSV120°12°98°
CMYK 0.120.000.12   0.02
XYZ77.055588.963881.5171
Yxy88.96380.31130.3594
Hunter Lab94.3206-19.235014.7827
CIE-Lab95.5653-14.664010.7496

#ddfadd color RGB value is (221,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011101
Octal 335 372 335
Decimal 221 250 221
Hex DD FA DD

RGB Percentages of Color #ddfadd

%31.94
%36.13
%31.94

CMYK Percentages of Color #ddfadd

%12
%0
%12
%2

Triadic Colors of #ddfadd

#ddfadd #ddddfa #fadddd

Analogous Colors of #ddfadd

#ddfadd #ddfaec #ecfadd

Monochromatic Colors of #ddfadd

#ddfadd

Complementary Color

#ddfadd #faddfa

#ddfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfadd Color CSS Codes

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

#ddfadd Text Font Color

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

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


#ddfadd Background Color

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

This div background color is #ddfadd


#ddfadd Border Color

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

This div border color is #ddfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfadd


Comments

No comments written yet.

Please login to write comment.