Color Hex Logo

#dcaade Color Hex

#DCAADE
(220,170,222)
0 Favorites   0 Comments

Color spaces of #dcaade

RGB 220170222
HSL0.830.440.77
HSV298°23°87°
CMYK 0.010.230.00   0.13
XYZ57.074749.239075.6032
Yxy49.23900.31370.2707
Hunter Lab70.170522.3885-14.7610
CIE-Lab75.599827.0043-19.1713

#dcaade color RGB value is (220,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11011110
Octal 334 252 336
Decimal 220 170 222
Hex DC AA DE

RGB Percentages of Color #dcaade

%35.95
%27.78
%36.27

CMYK Percentages of Color #dcaade

%1
%23
%0
%13

Triadic Colors of #dcaade

#dcaade #dedcaa #aadedc

Analogous Colors of #dcaade

#dcaade #deaac6 #c2aade

Monochromatic Colors of #dcaade

#dcaade

Complementary Color

#dcaade #acdeaa

#dcaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaade Color CSS Codes

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

#dcaade Text Font Color

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

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


#dcaade Background Color

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

This div background color is #dcaade


#dcaade Border Color

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

This div border color is #dcaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,170,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 #dcaade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaade


Comments

No comments written yet.

Please login to write comment.