Color Hex Logo

#d9fadd Color Hex

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

Color spaces of #d9fadd

RGB 217250221
HSL0.350.770.92
HSV127°13°98°
CMYK 0.130.000.12   0.02
XYZ75.852088.343481.4608
Yxy88.34340.30880.3596
Hunter Lab93.9912-20.432914.4080
CIE-Lab95.3053-15.983510.3433

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

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

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

Base Numbers

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

RGB Percentages of Color #d9fadd

%31.54
%36.34
%32.12

CMYK Percentages of Color #d9fadd

%13
%0
%12
%2

Triadic Colors of #d9fadd

#d9fadd #ddd9fa #faddd9

Analogous Colors of #d9fadd

#d9fadd #d9faee #e6fad9

Monochromatic Colors of #d9fadd

#d9fadd

Complementary Color

#d9fadd #fad9f6

#d9fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fadd Color CSS Codes

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

#d9fadd Text Font Color

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

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


#d9fadd Background Color

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

This div background color is #d9fadd


#d9fadd Border Color

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

This div border color is #d9fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fadd


Comments

No comments written yet.

Please login to write comment.