Color Hex Logo

#dcdafa Color Hex

#DCDAFA
(220,218,250)
0 Favorites   0 Comments

Color spaces of #dcdafa

RGB 220218250
HSL0.680.760.92
HSV244°13°98°
CMYK 0.120.130.00   0.02
XYZ71.841972.2606100.6037
Yxy72.26060.29360.2953
Hunter Lab85.00622.0960-10.6645
CIE-Lab88.09396.7790-15.3244

#dcdafa color RGB value is (220,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 11111010
Octal 334 332 372
Decimal 220 218 250
Hex DC DA FA

RGB Percentages of Color #dcdafa

%31.98
%31.69
%36.34

CMYK Percentages of Color #dcdafa

%12
%13
%0
%2

Triadic Colors of #dcdafa

#dcdafa #fadcda #dafadc

Analogous Colors of #dcdafa

#dcdafa #ecdafa #dae8fa

Monochromatic Colors of #dcdafa

#dcdafa

Complementary Color

#dcdafa #f8fada

#dcdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdafa Color CSS Codes

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

#dcdafa Text Font Color

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

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


#dcdafa Background Color

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

This div background color is #dcdafa


#dcdafa Border Color

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

This div border color is #dcdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdafa


Comments

No comments written yet.

Please login to write comment.