Color Hex Logo

#dcaeda Color Hex

#DCAEDA
(220,174,218)
0 Favorites   0 Comments

Color spaces of #dcaeda

RGB 220174218
HSL0.840.400.77
HSV303°21°86°
CMYK 0.000.210.01   0.14
XYZ57.306150.549773.0664
Yxy50.54970.31670.2794
Hunter Lab71.098319.4511-11.1624
CIE-Lab76.405424.1009-15.7788

#dcaeda color RGB value is (220,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11011010
Octal 334 256 332
Decimal 220 174 218
Hex DC AE DA

RGB Percentages of Color #dcaeda

%35.95
%28.43
%35.62

CMYK Percentages of Color #dcaeda

%0
%21
%1
%14

Triadic Colors of #dcaeda

#dcaeda #dadcae #aedadc

Analogous Colors of #dcaeda

#dcaeda #dcaec3 #c7aedc

Monochromatic Colors of #dcaeda

#dcaeda

Complementary Color

#dcaeda #aedcb0

#dcaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaeda Color CSS Codes

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

#dcaeda Text Font Color

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

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


#dcaeda Background Color

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

This div background color is #dcaeda


#dcaeda Border Color

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

This div border color is #dcaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaeda


Comments

No comments written yet.

Please login to write comment.