Color Hex Logo

#dcaedc Color Hex

#DCAEDC
(220,174,220)
0 Favorites   0 Comments

Color spaces of #dcaedc

RGB 220174220
HSL0.830.400.77
HSV300°21°86°
CMYK 0.000.210.00   0.14
XYZ57.569550.655174.4533
Yxy50.65510.31510.2773
Hunter Lab71.172419.8323-12.2025
CIE-Lab76.469624.4705-16.7691

#dcaedc color RGB value is (220,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11011100
Octal 334 256 334
Decimal 220 174 220
Hex DC AE DC

RGB Percentages of Color #dcaedc

%35.83
%28.34
%35.83

CMYK Percentages of Color #dcaedc

%0
%21
%0
%14

Triadic Colors of #dcaedc

#dcaedc #dcdcae #aedcdc

Analogous Colors of #dcaedc

#dcaedc #dcaec5 #c5aedc

Monochromatic Colors of #dcaedc

#dcaedc

Complementary Color

#dcaedc #aedcae

#dcaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaedc Color CSS Codes

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

#dcaedc Text Font Color

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

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


#dcaedc Background Color

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

This div background color is #dcaedc


#dcaedc Border Color

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

This div border color is #dcaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaedc


Comments

No comments written yet.

Please login to write comment.