Color Hex Logo

#dac5ce Color Hex

#DAC5CE
(218,197,206)
0 Favorites   0 Comments

Color spaces of #dac5ce

RGB 218197206
HSL0.930.220.81
HSV334°10°85°
CMYK 0.000.100.06   0.15
XYZ60.020359.294266.6740
Yxy59.29420.32270.3188
Hunter Lab77.00274.37832.5647
CIE-Lab81.45308.9102-1.8131

#dac5ce color RGB value is (218,197,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 11001110
Octal 332 305 316
Decimal 218 197 206
Hex DA C5 CE

RGB Percentages of Color #dac5ce

%35.10
%31.72
%33.17

CMYK Percentages of Color #dac5ce

%0
%10
%6
%15

Triadic Colors of #dac5ce

#dac5ce #cedac5 #c5ceda

Analogous Colors of #dac5ce

#dac5ce #dac7c5 #dac5d9

Monochromatic Colors of #dac5ce

#dac5ce

Complementary Color

#dac5ce #c5dad1

#dac5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac5ce Color CSS Codes

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

#dac5ce Text Font Color

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

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


#dac5ce Background Color

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

This div background color is #dac5ce


#dac5ce Border Color

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

This div border color is #dac5ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,197,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dac5ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac5ce


Comments

No comments written yet.

Please login to write comment.