Color Hex Logo

#dac4df Color Hex

#DAC4DF
(218,196,223)
0 Favorites   0 Comments

Color spaces of #dac4df

RGB 218196223
HSL0.800.300.82
HSV289°12°87°
CMYK 0.020.120.00   0.13
XYZ61.972759.713078.0715
Yxy59.71300.31020.2989
Hunter Lab77.27427.9244-5.8098
CIE-Lab81.681912.5253-10.5916

#dac4df color RGB value is (218,196,223).

#dac4df hex color red value is 218, green value is 196 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dac4df hue: 0.80 , saturation: 0.30 and the lightness value of dac4df is 0.82.

The process color (four color CMYK) of #dac4df color hex is 0.02, 0.12, 0.00, 0.13. Web safe color of #dac4df is #cccccc. Color #dac4df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 11011111
Octal 332 304 337
Decimal 218 196 223
Hex DA C4 DF

RGB Percentages of Color #dac4df

%34.22
%30.77
%35.01

CMYK Percentages of Color #dac4df

%2
%12
%0
%13

Triadic Colors of #dac4df

#dac4df #dfdac4 #c4dfda

Analogous Colors of #dac4df

#dac4df #dfc4d7 #cdc4df

Monochromatic Colors of #dac4df

#dac4df

Complementary Color

#dac4df #c9dfc4

#dac4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac4df Color CSS Codes

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

#dac4df Text Font Color

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

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


#dac4df Background Color

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

This div background color is #dac4df


#dac4df Border Color

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

This div border color is #dac4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac4df


Comments

No comments written yet.

Please login to write comment.