Color Hex Logo

#d4fadc Color Hex

#D4FADC
(212,250,220)
0 Favorites   0 Comments

Color spaces of #d4fadc

RGB 212250220
HSL0.370.790.91
HSV133°15°98°
CMYK 0.150.000.12   0.02
XYZ74.255387.535680.6925
Yxy87.53560.30620.3610
Hunter Lab93.5605-22.062314.3569
CIE-Lab94.9651-17.794110.3291

#d4fadc color RGB value is (212,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11011100
Octal 324 372 334
Decimal 212 250 220
Hex D4 FA DC

RGB Percentages of Color #d4fadc

%31.09
%36.66
%32.26

CMYK Percentages of Color #d4fadc

%15
%0
%12
%2

Triadic Colors of #d4fadc

#d4fadc #dcd4fa #fadcd4

Analogous Colors of #d4fadc

#d4fadc #d4faef #dffad4

Monochromatic Colors of #d4fadc

#d4fadc

Complementary Color

#d4fadc #fad4f2

#d4fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fadc Color CSS Codes

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

#d4fadc Text Font Color

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

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


#d4fadc Background Color

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

This div background color is #d4fadc


#d4fadc Border Color

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

This div border color is #d4fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.