Color Hex Logo

#d1fadd Color Hex

#D1FADD
(209,250,221)
0 Favorites   0 Comments

Color spaces of #d1fadd

RGB 209250221
HSL0.380.800.90
HSV138°16°98°
CMYK 0.160.000.12   0.02
XYZ73.531287.147081.3522
Yxy87.14700.30380.3601
Hunter Lab93.3526-22.767513.6784
CIE-Lab94.8006-18.58709.5537

#d1fadd color RGB value is (209,250,221).

#d1fadd hex color red value is 209, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d1fadd hue: 0.38 , saturation: 0.80 and the lightness value of d1fadd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111010 11011101
Octal 321 372 335
Decimal 209 250 221
Hex D1 FA DD

RGB Percentages of Color #d1fadd

%30.74
%36.76
%32.50

CMYK Percentages of Color #d1fadd

%16
%0
%12
%2

Triadic Colors of #d1fadd

#d1fadd #ddd1fa #faddd1

Analogous Colors of #d1fadd

#d1fadd #d1faf2 #dafad1

Monochromatic Colors of #d1fadd

#d1fadd

Complementary Color

#d1fadd #fad1ee

#d1fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fadd Color CSS Codes

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

#d1fadd Text Font Color

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

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


#d1fadd Background Color

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

This div background color is #d1fadd


#d1fadd Border Color

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

This div border color is #d1fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fadd


Comments

No comments written yet.

Please login to write comment.