Color Hex Logo

#ddfaad Color Hex

#DDFAAD
(221,250,173)
0 Favorites   0 Comments

Color spaces of #ddfaad

RGB 221250173
HSL0.230.890.83
HSV83°31°98°
CMYK 0.120.000.31   0.02
XYZ71.547286.760552.5107
Yxy86.76050.33940.4115
Hunter Lab93.1453-25.894131.7770
CIE-Lab94.6366-22.045833.9118

#ddfaad color RGB value is (221,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10101101
Octal 335 372 255
Decimal 221 250 173
Hex DD FA AD

RGB Percentages of Color #ddfaad

%34.32
%38.82
%26.86

CMYK Percentages of Color #ddfaad

%12
%0
%31
%2

Triadic Colors of #ddfaad

#ddfaad #adddfa #faaddd

Analogous Colors of #ddfaad

#ddfaad #b7faad #faf1ad

Monochromatic Colors of #ddfaad

#ddfaad

Complementary Color

#ddfaad #caadfa

#ddfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaad Color CSS Codes

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

#ddfaad Text Font Color

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

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


#ddfaad Background Color

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

This div background color is #ddfaad


#ddfaad Border Color

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

This div border color is #ddfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaad


Comments

No comments written yet.

Please login to write comment.