Color Hex Logo

#d4dcfe Color Hex

#D4DCFE
(212,220,254)
0 Favorites   0 Comments

Color spaces of #d4dcfe

RGB 212220254
HSL0.630.950.91
HSV229°17°100°
CMYK 0.170.130.00   0.00
XYZ70.634072.3392104.0060
Yxy72.33920.28600.2929
Hunter Lab85.0525-0.6019-12.9658
CIE-Lab88.13164.0494-17.4309

#d4dcfe color RGB value is (212,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 11111110
Octal 324 334 376
Decimal 212 220 254
Hex D4 DC FE

RGB Percentages of Color #d4dcfe

%30.90
%32.07
%37.03

CMYK Percentages of Color #d4dcfe

%17
%13
%0
%0

Triadic Colors of #d4dcfe

#d4dcfe #fed4dc #dcfed4

Analogous Colors of #d4dcfe

#d4dcfe #e1d4fe #d4f1fe

Monochromatic Colors of #d4dcfe

#d4dcfe

Complementary Color

#d4dcfe #fef6d4

#d4dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcfe Color CSS Codes

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

#d4dcfe Text Font Color

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

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


#d4dcfe Background Color

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

This div background color is #d4dcfe


#d4dcfe Border Color

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

This div border color is #d4dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcfe


Comments

No comments written yet.

Please login to write comment.