Color Hex Logo

#daacc1 Color Hex

#DAACC1
(218,172,193)
0 Favorites   0 Comments

Color spaces of #daacc1

RGB 218172193
HSL0.920.380.76
HSV333°21°85°
CMYK 0.000.210.11   0.15
XYZ53.291648.260756.9586
Yxy48.26070.33620.3045
Hunter Lab69.469915.35810.0169
CIE-Lab74.989120.1027-4.2721

#daacc1 color RGB value is (218,172,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11000001
Octal 332 254 301
Decimal 218 172 193
Hex DA AC C1

RGB Percentages of Color #daacc1

%37.39
%29.50
%33.10

CMYK Percentages of Color #daacc1

%0
%21
%11
%15

Triadic Colors of #daacc1

#daacc1 #c1daac #acc1da

Analogous Colors of #daacc1

#daacc1 #daaeac #daacd8

Monochromatic Colors of #daacc1

#daacc1

Complementary Color

#daacc1 #acdac5

#daacc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacc1 Color CSS Codes

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

#daacc1 Text Font Color

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

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


#daacc1 Background Color

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

This div background color is #daacc1


#daacc1 Border Color

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

This div border color is #daacc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacc1


Comments

No comments written yet.

Please login to write comment.