Color Hex Logo

#d4facc Color Hex

#D4FACC
(212,250,204)
0 Favorites   0 Comments

Color spaces of #d4facc

RGB 212250204
HSL0.300.820.89
HSV110°18°98°
CMYK 0.150.000.18   0.02
XYZ72.236186.727970.0597
Yxy86.72790.31540.3787
Hunter Lab93.1278-24.517320.5858
CIE-Lab94.6227-20.530918.0658

#d4facc color RGB value is (212,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11001100
Octal 324 372 314
Decimal 212 250 204
Hex D4 FA CC

RGB Percentages of Color #d4facc

%31.83
%37.54
%30.63

CMYK Percentages of Color #d4facc

%15
%0
%18
%2

Triadic Colors of #d4facc

#d4facc #ccd4fa #faccd4

Analogous Colors of #d4facc

#d4facc #ccfadb #ebfacc

Monochromatic Colors of #d4facc

#d4facc

Complementary Color

#d4facc #f2ccfa

#d4facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4facc Color CSS Codes

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

#d4facc Text Font Color

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

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


#d4facc Background Color

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

This div background color is #d4facc


#d4facc Border Color

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

This div border color is #d4facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4facc


Comments

No comments written yet.

Please login to write comment.