Color Hex Logo

#daccf7 Color Hex

#DACCF7
(218,204,247)
0 Favorites   0 Comments

Color spaces of #daccf7

RGB 218204247
HSL0.720.730.88
HSV260°17°97°
CMYK 0.120.170.00   0.03
XYZ67.294864.806696.9578
Yxy64.80660.29380.2829
Hunter Lab80.50258.3347-15.0575
CIE-Lab84.384012.9506-19.3386

#daccf7 color RGB value is (218,204,247).

#daccf7 hex color red value is 218, green value is 204 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #daccf7 hue: 0.72 , saturation: 0.73 and the lightness value of daccf7 is 0.88.

The process color (four color CMYK) of #daccf7 color hex is 0.12, 0.17, 0.00, 0.03. Web safe color of #daccf7 is #ccccff. Color #daccf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11110111
Octal 332 314 367
Decimal 218 204 247
Hex DA CC F7

RGB Percentages of Color #daccf7

%32.59
%30.49
%36.92

CMYK Percentages of Color #daccf7

%12
%17
%0
%3

Triadic Colors of #daccf7

#daccf7 #f7dacc #ccf7da

Analogous Colors of #daccf7

#daccf7 #f0ccf7 #ccd4f7

Monochromatic Colors of #daccf7

#daccf7

Complementary Color

#daccf7 #e9f7cc

#daccf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccf7 Color CSS Codes

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

#daccf7 Text Font Color

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

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


#daccf7 Background Color

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

This div background color is #daccf7


#daccf7 Border Color

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

This div border color is #daccf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccf7


Comments

No comments written yet.

Please login to write comment.