Color Hex Logo

#d3facc Color Hex

#D3FACC
(211,250,204)
0 Favorites   0 Comments

Color spaces of #d3facc

RGB 211250204
HSL0.310.820.89
HSV111°18°98°
CMYK 0.160.000.18   0.02
XYZ71.948786.579770.0462
Yxy86.57970.31480.3788
Hunter Lab93.0482-24.810820.5006
CIE-Lab94.5597-20.865117.9681

#d3facc color RGB value is (211,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111010 11001100
Octal 323 372 314
Decimal 211 250 204
Hex D3 FA CC

RGB Percentages of Color #d3facc

%31.73
%37.59
%30.68

CMYK Percentages of Color #d3facc

%16
%0
%18
%2

Triadic Colors of #d3facc

#d3facc #ccd3fa #faccd3

Analogous Colors of #d3facc

#d3facc #ccfadc #eafacc

Monochromatic Colors of #d3facc

#d3facc

Complementary Color

#d3facc #f3ccfa

#d3facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3facc Color CSS Codes

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

#d3facc Text Font Color

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

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


#d3facc Background Color

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

This div background color is #d3facc


#d3facc Border Color

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

This div border color is #d3facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3facc

Related Colors


Comments

No comments written yet.

Please login to write comment.