Color Hex Logo

#dcdefd Color Hex

#DCDEFD
(220,222,253)
0 Favorites   0 Comments

Color spaces of #dcdefd

RGB 220222253
HSL0.660.890.93
HSV236°13°99°
CMYK 0.130.120.00   0.01
XYZ73.366174.5500103.4513
Yxy74.55000.29190.2966
Hunter Lab86.34230.5744-10.5988
CIE-Lab89.18185.2883-15.2695

#dcdefd color RGB value is (220,222,253).

#dcdefd hex color red value is 220, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcdefd hue: 0.66 , saturation: 0.89 and the lightness value of dcdefd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11111101
Octal 334 336 375
Decimal 220 222 253
Hex DC DE FD

RGB Percentages of Color #dcdefd

%31.65
%31.94
%36.40

CMYK Percentages of Color #dcdefd

%13
%12
%0
%1

Triadic Colors of #dcdefd

#dcdefd #fddcde #defddc

Analogous Colors of #dcdefd

#dcdefd #ebdcfd #dceffd

Monochromatic Colors of #dcdefd

#dcdefd

Complementary Color

#dcdefd #fdfbdc

#dcdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdefd Color CSS Codes

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

#dcdefd Text Font Color

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

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


#dcdefd Background Color

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

This div background color is #dcdefd


#dcdefd Border Color

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

This div border color is #dcdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdefd

Related Colors


Comments

No comments written yet.

Please login to write comment.