Color Hex Logo

#d4fadd Color Hex

#D4FADD
(212,250,221)
0 Favorites   0 Comments

Color spaces of #d4fadd

RGB 212250221
HSL0.370.790.91
HSV134°15°98°
CMYK 0.150.000.12   0.02
XYZ74.388187.588781.3923
Yxy87.58870.30570.3599
Hunter Lab93.5888-21.901613.9489
CIE-Lab94.9875-17.61649.8461

#d4fadd color RGB value is (212,250,221).

#d4fadd hex color red value is 212, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4fadd hue: 0.37 , saturation: 0.79 and the lightness value of d4fadd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11011101
Octal 324 372 335
Decimal 212 250 221
Hex D4 FA DD

RGB Percentages of Color #d4fadd

%31.04
%36.60
%32.36

CMYK Percentages of Color #d4fadd

%15
%0
%12
%2

Triadic Colors of #d4fadd

#d4fadd #ddd4fa #faddd4

Analogous Colors of #d4fadd

#d4fadd #d4faf0 #defad4

Monochromatic Colors of #d4fadd

#d4fadd

Complementary Color

#d4fadd #fad4f1

#d4fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fadd Color CSS Codes

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

#d4fadd Text Font Color

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

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


#d4fadd Background Color

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

This div background color is #d4fadd


#d4fadd Border Color

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

This div border color is #d4fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fadd


Comments

No comments written yet.

Please login to write comment.