Color Hex Logo

#dcadf6 Color Hex

#DCADF6
(220,173,246)
0 Favorites   0 Comments

Color spaces of #dcadf6

RGB 220173246
HSL0.770.800.82
HSV279°30°96°
CMYK 0.110.300.00   0.04
XYZ61.093351.756693.9588
Yxy51.75660.29540.2503
Hunter Lab71.942125.6838-27.0753
CIE-Lab77.135130.0633-29.8320

#dcadf6 color RGB value is (220,173,246).

#dcadf6 hex color red value is 220, green value is 173 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcadf6 hue: 0.77 , saturation: 0.80 and the lightness value of dcadf6 is 0.82.

The process color (four color CMYK) of #dcadf6 color hex is 0.11, 0.30, 0.00, 0.04. Web safe color of #dcadf6 is #cc99ff. Color #dcadf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11110110
Octal 334 255 366
Decimal 220 173 246
Hex DC AD F6

RGB Percentages of Color #dcadf6

%34.43
%27.07
%38.50

CMYK Percentages of Color #dcadf6

%11
%30
%0
%4

Triadic Colors of #dcadf6

#dcadf6 #f6dcad #adf6dc

Analogous Colors of #dcadf6

#dcadf6 #f6adec #b8adf6

Monochromatic Colors of #dcadf6

#dcadf6

Complementary Color

#dcadf6 #c7f6ad

#dcadf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadf6 Color CSS Codes

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

#dcadf6 Text Font Color

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

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


#dcadf6 Background Color

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

This div background color is #dcadf6


#dcadf6 Border Color

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

This div border color is #dcadf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadf6


Comments

No comments written yet.

Please login to write comment.