Color Hex Logo

#dcdafd Color Hex

#DCDAFD
(220,218,253)
0 Favorites   0 Comments

Color spaces of #dcdafd

RGB 220218253
HSL0.680.900.92
HSV243°14°99°
CMYK 0.130.140.00   0.01
XYZ72.316272.4503103.1013
Yxy72.45030.29180.2923
Hunter Lab85.11772.6979-12.2343
CIE-Lab88.18497.3869-16.7663

#dcdafd color RGB value is (220,218,253).

#dcdafd hex color red value is 220, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcdafd hue: 0.68 , saturation: 0.90 and the lightness value of dcdafd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 11111101
Octal 334 332 375
Decimal 220 218 253
Hex DC DA FD

RGB Percentages of Color #dcdafd

%31.84
%31.55
%36.61

CMYK Percentages of Color #dcdafd

%13
%14
%0
%1

Triadic Colors of #dcdafd

#dcdafd #fddcda #dafddc

Analogous Colors of #dcdafd

#dcdafd #eedafd #daeafd

Monochromatic Colors of #dcdafd

#dcdafd

Complementary Color

#dcdafd #fbfdda

#dcdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdafd Color CSS Codes

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

#dcdafd Text Font Color

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

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


#dcdafd Background Color

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

This div background color is #dcdafd


#dcdafd Border Color

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

This div border color is #dcdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdafd


Comments

No comments written yet.

Please login to write comment.