Color Hex Logo

#dcaec0 Color Hex

#DCAEC0
(220,174,192)
0 Favorites   0 Comments

Color spaces of #dcaec0

RGB 220174192
HSL0.930.400.77
HSV337°21°86°
CMYK 0.000.210.13   0.14
XYZ54.165749.293556.5289
Yxy49.29350.33860.3081
Hunter Lab70.209314.84441.4093
CIE-Lab75.633619.5667-2.7546

#dcaec0 color RGB value is (220,174,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11000000
Octal 334 256 300
Decimal 220 174 192
Hex DC AE C0

RGB Percentages of Color #dcaec0

%37.54
%29.69
%32.76

CMYK Percentages of Color #dcaec0

%0
%21
%13
%14

Triadic Colors of #dcaec0

#dcaec0 #c0dcae #aec0dc

Analogous Colors of #dcaec0

#dcaec0 #dcb3ae #dcaed7

Monochromatic Colors of #dcaec0

#dcaec0

Complementary Color

#dcaec0 #aedcca

#dcaec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaec0 Color CSS Codes

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

#dcaec0 Text Font Color

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

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


#dcaec0 Background Color

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

This div background color is #dcaec0


#dcaec0 Border Color

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

This div border color is #dcaec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaec0


Comments

No comments written yet.

Please login to write comment.