Color Hex Logo

#dac4cc Color Hex

#DAC4CC
(218,196,204)
0 Favorites   0 Comments

Color spaces of #dac4cc

RGB 218196204
HSL0.940.230.81
HSV338°10°85°
CMYK 0.000.100.06   0.15
XYZ59.552558.744965.3269
Yxy58.74490.32430.3199
Hunter Lab76.64524.56343.1171
CIE-Lab81.15129.0940-1.1820

#dac4cc color RGB value is (218,196,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 11001100
Octal 332 304 314
Decimal 218 196 204
Hex DA C4 CC

RGB Percentages of Color #dac4cc

%35.28
%31.72
%33.01

CMYK Percentages of Color #dac4cc

%0
%10
%6
%15

Triadic Colors of #dac4cc

#dac4cc #ccdac4 #c4ccda

Analogous Colors of #dac4cc

#dac4cc #dac7c4 #dac4d7

Monochromatic Colors of #dac4cc

#dac4cc

Complementary Color

#dac4cc #c4dad2

#dac4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac4cc Color CSS Codes

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

#dac4cc Text Font Color

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

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


#dac4cc Background Color

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

This div background color is #dac4cc


#dac4cc Border Color

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

This div border color is #dac4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac4cc


Comments

No comments written yet.

Please login to write comment.