Color Hex Logo

#d4dcfd Color Hex

#D4DCFD
(212,220,253)
0 Favorites   0 Comments

Color spaces of #d4dcfd

RGB 212220253
HSL0.630.910.91
HSV228°16°99°
CMYK 0.160.130.00   0.01
XYZ70.474272.2753103.1646
Yxy72.27530.28660.2939
Hunter Lab85.0149-0.8061-12.4373
CIE-Lab88.10093.8398-16.9512

#d4dcfd color RGB value is (212,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 11111101
Octal 324 334 375
Decimal 212 220 253
Hex D4 DC FD

RGB Percentages of Color #d4dcfd

%30.95
%32.12
%36.93

CMYK Percentages of Color #d4dcfd

%16
%13
%0
%1

Triadic Colors of #d4dcfd

#d4dcfd #fdd4dc #dcfdd4

Analogous Colors of #d4dcfd

#d4dcfd #e1d4fd #d4f1fd

Monochromatic Colors of #d4dcfd

#d4dcfd

Complementary Color

#d4dcfd #fdf5d4

#d4dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcfd Color CSS Codes

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

#d4dcfd Text Font Color

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

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


#d4dcfd Background Color

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

This div background color is #d4dcfd


#d4dcfd Border Color

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

This div border color is #d4dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.