Color Hex Logo

#d4facd Color Hex

#D4FACD
(212,250,205)
0 Favorites   0 Comments

Color spaces of #d4facd

RGB 212250205
HSL0.310.820.89
HSV111°18°98°
CMYK 0.150.000.18   0.02
XYZ72.356486.776070.6935
Yxy86.77600.31480.3776
Hunter Lab93.1536-24.370320.2129
CIE-Lab94.6432-20.365917.5819

#d4facd color RGB value is (212,250,205).

#d4facd hex color red value is 212, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d4facd hue: 0.31 , saturation: 0.82 and the lightness value of d4facd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11001101
Octal 324 372 315
Decimal 212 250 205
Hex D4 FA CD

RGB Percentages of Color #d4facd

%31.78
%37.48
%30.73

CMYK Percentages of Color #d4facd

%15
%0
%18
%2

Triadic Colors of #d4facd

#d4facd #cdd4fa #facdd4

Analogous Colors of #d4facd

#d4facd #cdfadd #ebfacd

Monochromatic Colors of #d4facd

#d4facd

Complementary Color

#d4facd #f3cdfa

#d4facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4facd Color CSS Codes

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

#d4facd Text Font Color

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

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


#d4facd Background Color

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

This div background color is #d4facd


#d4facd Border Color

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

This div border color is #d4facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4facd

Related Colors


Comments

No comments written yet.

Please login to write comment.