Color Hex Logo

#dcaecd Color Hex

#DCAECD
(220,174,205)
0 Favorites   0 Comments

Color spaces of #dcaecd

RGB 220174205
HSL0.890.400.77
HSV320°21°86°
CMYK 0.000.210.07   0.14
XYZ55.670749.895564.4542
Yxy49.89550.32740.2935
Hunter Lab70.636717.0663-4.6549
CIE-Lab76.005121.7696-9.3001

#dcaecd color RGB value is (220,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11001101
Octal 334 256 315
Decimal 220 174 205
Hex DC AE CD

RGB Percentages of Color #dcaecd

%36.73
%29.05
%34.22

CMYK Percentages of Color #dcaecd

%0
%21
%7
%14

Triadic Colors of #dcaecd

#dcaecd #cddcae #aecddc

Analogous Colors of #dcaecd

#dcaecd #dcaeb6 #d4aedc

Monochromatic Colors of #dcaecd

#dcaecd

Complementary Color

#dcaecd #aedcbd

#dcaecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaecd Color CSS Codes

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

#dcaecd Text Font Color

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

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


#dcaecd Background Color

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

This div background color is #dcaecd


#dcaecd Border Color

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

This div border color is #dcaecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaecd


Comments

No comments written yet.

Please login to write comment.