Color Hex Logo

#dcadce Color Hex

#DCADCE
(220,173,206)
0 Favorites   0 Comments

Color spaces of #dcadce

RGB 220173206
HSL0.880.400.77
HSV318°21°86°
CMYK 0.000.210.06   0.14
XYZ55.599349.559065.0280
Yxy49.55900.32670.2912
Hunter Lab70.398217.7796-5.4885
CIE-Lab75.797822.4842-10.1543

#dcadce color RGB value is (220,173,206).

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

The process color (four color CMYK) of #dcadce color hex is 0.00, 0.21, 0.06, 0.14. Web safe color of #dcadce is #cc99cc. Color #dcadce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11001110
Octal 334 255 316
Decimal 220 173 206
Hex DC AD CE

RGB Percentages of Color #dcadce

%36.73
%28.88
%34.39

CMYK Percentages of Color #dcadce

%0
%21
%6
%14

Triadic Colors of #dcadce

#dcadce #cedcad #adcedc

Analogous Colors of #dcadce

#dcadce #dcadb7 #d3addc

Monochromatic Colors of #dcadce

#dcadce

Complementary Color

#dcadce #addcbb

#dcadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadce Color CSS Codes

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

#dcadce Text Font Color

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

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


#dcadce Background Color

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

This div background color is #dcadce


#dcadce Border Color

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

This div border color is #dcadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadce


Comments

No comments written yet.

Please login to write comment.