Color Hex Logo

#dcadfe Color Hex

#DCADFE
(220,173,254)
0 Favorites   0 Comments

Color spaces of #dcadfe

RGB 220173254
HSL0.760.980.84
HSV275°32°100°
CMYK 0.130.320.00   0.00
XYZ62.348252.2585100.5667
Yxy52.25850.28980.2429
Hunter Lab72.290027.4438-31.8786
CIE-Lab77.435231.7043-33.6776

#dcadfe color RGB value is (220,173,254).

#dcadfe hex color red value is 220, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dcadfe hue: 0.76 , saturation: 0.98 and the lightness value of dcadfe is 0.84.

The process color (four color CMYK) of #dcadfe color hex is 0.13, 0.32, 0.00, 0.00. Web safe color of #dcadfe is #cc99ff. Color #dcadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11111110
Octal 334 255 376
Decimal 220 173 254
Hex DC AD FE

RGB Percentages of Color #dcadfe

%34.00
%26.74
%39.26

CMYK Percentages of Color #dcadfe

%13
%32
%0
%0

Triadic Colors of #dcadfe

#dcadfe #fedcad #adfedc

Analogous Colors of #dcadfe

#dcadfe #feadf8 #b4adfe

Monochromatic Colors of #dcadfe

#dcadfe

Complementary Color

#dcadfe #cffead

#dcadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadfe Color CSS Codes

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

#dcadfe Text Font Color

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

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


#dcadfe Background Color

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

This div background color is #dcadfe


#dcadfe Border Color

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

This div border color is #dcadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.