Color Hex Logo

#dac0cc Color Hex

#DAC0CC
(218,192,204)
0 Favorites   0 Comments

Color spaces of #dac0cc

RGB 218192204
HSL0.920.260.80
HSV332°12°85°
CMYK 0.000.120.06   0.15
XYZ58.662256.964365.0301
Yxy56.96430.32470.3153
Hunter Lab75.47476.65721.7472
CIE-Lab80.159511.2256-2.6359

#dac0cc color RGB value is (218,192,204).

#dac0cc hex color red value is 218, green value is 192 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dac0cc hue: 0.92 , saturation: 0.26 and the lightness value of dac0cc is 0.80.

The process color (four color CMYK) of #dac0cc color hex is 0.00, 0.12, 0.06, 0.15. Web safe color of #dac0cc is #cccccc. Color #dac0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 11001100
Octal 332 300 314
Decimal 218 192 204
Hex DA C0 CC

RGB Percentages of Color #dac0cc

%35.50
%31.27
%33.22

CMYK Percentages of Color #dac0cc

%0
%12
%6
%15

Triadic Colors of #dac0cc

#dac0cc #ccdac0 #c0ccda

Analogous Colors of #dac0cc

#dac0cc #dac1c0 #dac0d9

Monochromatic Colors of #dac0cc

#dac0cc

Complementary Color

#dac0cc #c0dace

#dac0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac0cc Color CSS Codes

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

#dac0cc Text Font Color

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

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


#dac0cc Background Color

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

This div background color is #dac0cc


#dac0cc Border Color

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

This div border color is #dac0cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,192,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 #dac0cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac0cc


Comments

No comments written yet.

Please login to write comment.