Color Hex Logo

#daacc4 Color Hex

#DAACC4
(218,172,196)
0 Favorites   0 Comments

Color spaces of #daacc4

RGB 218172196
HSL0.910.380.76
HSV329°21°85°
CMYK 0.000.210.10   0.15
XYZ53.629848.396058.7393
Yxy48.39600.33360.3010
Hunter Lab69.567215.8641-1.3646
CIE-Lab75.074020.6069-5.7878

#daacc4 color RGB value is (218,172,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11000100
Octal 332 254 304
Decimal 218 172 196
Hex DA AC C4

RGB Percentages of Color #daacc4

%37.20
%29.35
%33.45

CMYK Percentages of Color #daacc4

%0
%21
%10
%15

Triadic Colors of #daacc4

#daacc4 #c4daac #acc4da

Analogous Colors of #daacc4

#daacc4 #daacad #d9acda

Monochromatic Colors of #daacc4

#daacc4

Complementary Color

#daacc4 #acdac2

#daacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacc4 Color CSS Codes

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

#daacc4 Text Font Color

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

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


#daacc4 Background Color

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

This div background color is #daacc4


#daacc4 Border Color

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

This div border color is #daacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacc4


Comments

No comments written yet.

Please login to write comment.