Color Hex Logo

#dac5cc Color Hex

#DAC5CC
(218,197,204)
0 Favorites   0 Comments

Color spaces of #dac5cc

RGB 218197204
HSL0.940.220.81
HSV340°10°85°
CMYK 0.000.100.06   0.15
XYZ59.778859.197665.4023
Yxy59.19760.32420.3211
Hunter Lab76.94004.04133.4589
CIE-Lab81.40018.5623-0.8177

#dac5cc color RGB value is (218,197,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 11001100
Octal 332 305 314
Decimal 218 197 204
Hex DA C5 CC

RGB Percentages of Color #dac5cc

%35.22
%31.83
%32.96

CMYK Percentages of Color #dac5cc

%0
%10
%6
%15

Triadic Colors of #dac5cc

#dac5cc #ccdac5 #c5ccda

Analogous Colors of #dac5cc

#dac5cc #dac9c5 #dac5d7

Monochromatic Colors of #dac5cc

#dac5cc

Complementary Color

#dac5cc #c5dad3

#dac5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac5cc Color CSS Codes

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

#dac5cc Text Font Color

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

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


#dac5cc Background Color

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

This div background color is #dac5cc


#dac5cc Border Color

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

This div border color is #dac5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac5cc

#dac5cc Color Palettes


Comments

No comments written yet.

Please login to write comment.