Color Hex Logo

#dac2cc Color Hex

#DAC2CC
(218,194,204)
0 Favorites   0 Comments

Color spaces of #dac2cc

RGB 218194204
HSL0.930.240.81
HSV335°11°85°
CMYK 0.000.110.06   0.15
XYZ59.104357.848665.1775
Yxy57.84860.32450.3176
Hunter Lab76.05835.60902.4327
CIE-Lab80.654510.1585-1.9096

#dac2cc color RGB value is (218,194,204).

#dac2cc hex color red value is 218, green value is 194 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dac2cc hue: 0.93 , saturation: 0.24 and the lightness value of dac2cc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 11001100
Octal 332 302 314
Decimal 218 194 204
Hex DA C2 CC

RGB Percentages of Color #dac2cc

%35.39
%31.49
%33.12

CMYK Percentages of Color #dac2cc

%0
%11
%6
%15

Triadic Colors of #dac2cc

#dac2cc #ccdac2 #c2ccda

Analogous Colors of #dac2cc

#dac2cc #dac4c2 #dac2d8

Monochromatic Colors of #dac2cc

#dac2cc

Complementary Color

#dac2cc #c2dad0

#dac2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac2cc Color CSS Codes

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

#dac2cc Text Font Color

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

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


#dac2cc Background Color

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

This div background color is #dac2cc


#dac2cc Border Color

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

This div border color is #dac2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac2cc


Comments

No comments written yet.

Please login to write comment.