Color Hex Logo

#dcadde Color Hex

#DCADDE
(220,173,222)
0 Favorites   0 Comments

Color spaces of #dcadde

RGB 220173222
HSL0.830.430.77
HSV298°22°87°
CMYK 0.010.220.00   0.13
XYZ57.643650.376775.7928
Yxy50.37670.31360.2741
Hunter Lab70.976520.7598-13.6297
CIE-Lab76.299925.3834-18.1121

#dcadde color RGB value is (220,173,222).

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

The process color (four color CMYK) of #dcadde color hex is 0.01, 0.22, 0.00, 0.13. Web safe color of #dcadde is #cc99cc. Color #dcadde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11011110
Octal 334 255 336
Decimal 220 173 222
Hex DC AD DE

RGB Percentages of Color #dcadde

%35.77
%28.13
%36.10

CMYK Percentages of Color #dcadde

%1
%22
%0
%13

Triadic Colors of #dcadde

#dcadde #dedcad #addedc

Analogous Colors of #dcadde

#dcadde #deadc8 #c4adde

Monochromatic Colors of #dcadde

#dcadde

Complementary Color

#dcadde #afdead

#dcadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadde Color CSS Codes

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

#dcadde Text Font Color

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

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


#dcadde Background Color

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

This div background color is #dcadde


#dcadde Border Color

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

This div border color is #dcadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadde


Comments

No comments written yet.

Please login to write comment.