Color Hex Logo

#d3dcfd Color Hex

#D3DCFD
(211,220,253)
0 Favorites   0 Comments

Color spaces of #d3dcfd

RGB 211220253
HSL0.630.910.91
HSV227°17°99°
CMYK 0.170.130.00   0.01
XYZ70.186872.1271103.1512
Yxy72.12710.28590.2938
Hunter Lab84.9277-1.1056-12.5629
CIE-Lab88.02973.5307-17.0655

#d3dcfd color RGB value is (211,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011100 11111101
Octal 323 334 375
Decimal 211 220 253
Hex D3 DC FD

RGB Percentages of Color #d3dcfd

%30.85
%32.16
%36.99

CMYK Percentages of Color #d3dcfd

%17
%13
%0
%1

Triadic Colors of #d3dcfd

#d3dcfd #fdd3dc #dcfdd3

Analogous Colors of #d3dcfd

#d3dcfd #dfd3fd #d3f1fd

Monochromatic Colors of #d3dcfd

#d3dcfd

Complementary Color

#d3dcfd #fdf4d3

#d3dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dcfd Color CSS Codes

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

#d3dcfd Text Font Color

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

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


#d3dcfd Background Color

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

This div background color is #d3dcfd


#d3dcfd Border Color

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

This div border color is #d3dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dcfd


Comments

No comments written yet.

Please login to write comment.