Color Hex Logo

#daacd1 Color Hex

#DAACD1
(218,172,209)
0 Favorites   0 Comments

Color spaces of #daacd1

RGB 218172209
HSL0.870.380.76
HSV312°21°85°
CMYK 0.000.210.04   0.15
XYZ55.174649.013966.8742
Yxy49.01390.32250.2865
Hunter Lab70.009918.1579-7.6275
CIE-Lab75.460022.8728-12.3158

#daacd1 color RGB value is (218,172,209).

#daacd1 hex color red value is 218, green value is 172 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #daacd1 hue: 0.87 , saturation: 0.38 and the lightness value of daacd1 is 0.76.

The process color (four color CMYK) of #daacd1 color hex is 0.00, 0.21, 0.04, 0.15. Web safe color of #daacd1 is #cc99cc. Color #daacd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11010001
Octal 332 254 321
Decimal 218 172 209
Hex DA AC D1

RGB Percentages of Color #daacd1

%36.39
%28.71
%34.89

CMYK Percentages of Color #daacd1

%0
%21
%4
%15

Triadic Colors of #daacd1

#daacd1 #d1daac #acd1da

Analogous Colors of #daacd1

#daacd1 #daacba #ccacda

Monochromatic Colors of #daacd1

#daacd1

Complementary Color

#daacd1 #acdab5

#daacd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacd1 Color CSS Codes

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

#daacd1 Text Font Color

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

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


#daacd1 Background Color

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

This div background color is #daacd1


#daacd1 Border Color

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

This div border color is #daacd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacd1


Comments

No comments written yet.

Please login to write comment.