Color Hex Logo

#dac6cc Color Hex

#DAC6CC
(218,198,204)
0 Favorites   0 Comments

Color spaces of #dac6cc

RGB 218198204
HSL0.950.210.82
HSV342°85°
CMYK 0.000.090.06   0.15
XYZ60.006659.653265.4783
Yxy59.65320.32410.3222
Hunter Lab77.23553.52003.8003
CIE-Lab81.64938.0315-0.4533

#dac6cc color RGB value is (218,198,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 11001100
Octal 332 306 314
Decimal 218 198 204
Hex DA C6 CC

RGB Percentages of Color #dac6cc

%35.16
%31.94
%32.90

CMYK Percentages of Color #dac6cc

%0
%9
%6
%15

Triadic Colors of #dac6cc

#dac6cc #ccdac6 #c6ccda

Analogous Colors of #dac6cc

#dac6cc #dacac6 #dac6d6

Monochromatic Colors of #dac6cc

#dac6cc

Complementary Color

#dac6cc #c6dad4

#dac6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6cc Color CSS Codes

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

#dac6cc Text Font Color

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

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


#dac6cc Background Color

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

This div background color is #dac6cc


#dac6cc Border Color

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

This div border color is #dac6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6cc


Comments

No comments written yet.

Please login to write comment.