Color Hex Logo

#d4dcfc Color Hex

#D4DCFC
(212,220,252)
0 Favorites   0 Comments

Color spaces of #d4dcfc

RGB 212220252
HSL0.630.870.91
HSV228°16°99°
CMYK 0.160.130.00   0.01
XYZ70.315372.2117102.3277
Yxy72.21170.28720.2949
Hunter Lab84.9775-1.0093-11.9113
CIE-Lab88.07043.6311-16.4713

#d4dcfc color RGB value is (212,220,252).

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

The process color (four color CMYK) of #d4dcfc color hex is 0.16, 0.13, 0.00, 0.01. Web safe color of #d4dcfc is #ccccff. Color #d4dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 11111100
Octal 324 334 374
Decimal 212 220 252
Hex D4 DC FC

RGB Percentages of Color #d4dcfc

%30.99
%32.16
%36.84

CMYK Percentages of Color #d4dcfc

%16
%13
%0
%1

Triadic Colors of #d4dcfc

#d4dcfc #fcd4dc #dcfcd4

Analogous Colors of #d4dcfc

#d4dcfc #e0d4fc #d4f0fc

Monochromatic Colors of #d4dcfc

#d4dcfc

Complementary Color

#d4dcfc #fcf4d4

#d4dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcfc Color CSS Codes

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

#d4dcfc Text Font Color

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

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


#d4dcfc Background Color

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

This div background color is #d4dcfc


#d4dcfc Border Color

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

This div border color is #d4dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcfc

Related Colors

#d4dcfc Color Palettes


Comments

No comments written yet.

Please login to write comment.