Color Hex Logo

#dac7df Color Hex

#DAC7DF
(218,199,223)
0 Favorites   0 Comments

Color spaces of #dac7df

RGB 218199223
HSL0.800.270.83
HSV288°11°87°
CMYK 0.020.110.00   0.13
XYZ62.656161.080078.2993
Yxy61.08000.31010.3023
Hunter Lab78.15376.3351-4.6929
CIE-Lab82.421710.9244-9.4900

#dac7df color RGB value is (218,199,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 11011111
Octal 332 307 337
Decimal 218 199 223
Hex DA C7 DF

RGB Percentages of Color #dac7df

%34.06
%31.09
%34.84

CMYK Percentages of Color #dac7df

%2
%11
%0
%13

Triadic Colors of #dac7df

#dac7df #dfdac7 #c7dfda

Analogous Colors of #dac7df

#dac7df #dfc7d8 #cec7df

Monochromatic Colors of #dac7df

#dac7df

Complementary Color

#dac7df #ccdfc7

#dac7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac7df Color CSS Codes

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

#dac7df Text Font Color

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

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


#dac7df Background Color

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

This div background color is #dac7df


#dac7df Border Color

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

This div border color is #dac7df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,199,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 #dac7df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac7df


Comments

No comments written yet.

Please login to write comment.