Color Hex Logo

#dcaec2 Color Hex

#DCAEC2
(220,174,194)
0 Favorites   0 Comments

Color spaces of #dcaec2

RGB 220174194
HSL0.930.400.77
HSV334°21°86°
CMYK 0.000.210.12   0.14
XYZ54.388949.382857.7042
Yxy49.38280.33680.3058
Hunter Lab70.272915.17550.5054
CIE-Lab75.688919.8970-3.7657

#dcaec2 color RGB value is (220,174,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11000010
Octal 334 256 302
Decimal 220 174 194
Hex DC AE C2

RGB Percentages of Color #dcaec2

%37.41
%29.59
%32.99

CMYK Percentages of Color #dcaec2

%0
%21
%12
%14

Triadic Colors of #dcaec2

#dcaec2 #c2dcae #aec2dc

Analogous Colors of #dcaec2

#dcaec2 #dcb1ae #dcaed9

Monochromatic Colors of #dcaec2

#dcaec2

Complementary Color

#dcaec2 #aedcc8

#dcaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaec2 Color CSS Codes

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

#dcaec2 Text Font Color

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

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


#dcaec2 Background Color

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

This div background color is #dcaec2


#dcaec2 Border Color

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

This div border color is #dcaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaec2


Comments

No comments written yet.

Please login to write comment.