Color Hex Logo

#dac7cc Color Hex

#DAC7CC
(218,199,204)
0 Favorites   0 Comments

Color spaces of #dac7cc

RGB 218199204
HSL0.960.200.82
HSV344°85°
CMYK 0.000.090.06   0.15
XYZ60.235960.111965.5547
Yxy60.11190.32400.3234
Hunter Lab77.53192.99914.1415
CIE-Lab81.89907.5011-0.0885

#dac7cc color RGB value is (218,199,204).

#dac7cc hex color red value is 218, green value is 199 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dac7cc hue: 0.96 , saturation: 0.20 and the lightness value of dac7cc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 11001100
Octal 332 307 314
Decimal 218 199 204
Hex DA C7 CC

RGB Percentages of Color #dac7cc

%35.10
%32.05
%32.85

CMYK Percentages of Color #dac7cc

%0
%9
%6
%15

Triadic Colors of #dac7cc

#dac7cc #ccdac7 #c7ccda

Analogous Colors of #dac7cc

#dac7cc #daccc7 #dac7d6

Monochromatic Colors of #dac7cc

#dac7cc

Complementary Color

#dac7cc #c7dad5

#dac7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac7cc Color CSS Codes

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

#dac7cc Text Font Color

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

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


#dac7cc Background Color

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

This div background color is #dac7cc


#dac7cc Border Color

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

This div border color is #dac7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac7cc


Comments

No comments written yet.

Please login to write comment.