Color Hex Logo

#dcaecc Color Hex

#DCAECC
(220,174,204)
0 Favorites   0 Comments

Color spaces of #dcaecc

RGB 220174204
HSL0.890.400.77
HSV321°21°86°
CMYK 0.000.210.07   0.14
XYZ55.550349.847463.8204
Yxy49.84740.32830.2946
Hunter Lab70.602716.8893-4.1726
CIE-Lab75.975521.5953-8.7988

#dcaecc color RGB value is (220,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11001100
Octal 334 256 314
Decimal 220 174 204
Hex DC AE CC

RGB Percentages of Color #dcaecc

%36.79
%29.10
%34.11

CMYK Percentages of Color #dcaecc

%0
%21
%7
%14

Triadic Colors of #dcaecc

#dcaecc #ccdcae #aeccdc

Analogous Colors of #dcaecc

#dcaecc #dcaeb5 #d5aedc

Monochromatic Colors of #dcaecc

#dcaecc

Complementary Color

#dcaecc #aedcbe

#dcaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaecc Color CSS Codes

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

#dcaecc Text Font Color

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

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


#dcaecc Background Color

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

This div background color is #dcaecc


#dcaecc Border Color

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

This div border color is #dcaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaecc


Comments

No comments written yet.

Please login to write comment.