Color Hex Logo

#daccf8 Color Hex

#DACCF8
(218,204,248)
0 Favorites   0 Comments

Color spaces of #daccf8

RGB 218204248
HSL0.720.760.89
HSV259°18°97°
CMYK 0.120.180.00   0.03
XYZ67.449664.868597.7728
Yxy64.86850.29310.2819
Hunter Lab80.54108.5393-15.5965
CIE-Lab84.415913.1544-19.8211

#daccf8 color RGB value is (218,204,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11111000
Octal 332 314 370
Decimal 218 204 248
Hex DA CC F8

RGB Percentages of Color #daccf8

%32.54
%30.45
%37.01

CMYK Percentages of Color #daccf8

%12
%18
%0
%3

Triadic Colors of #daccf8

#daccf8 #f8dacc #ccf8da

Analogous Colors of #daccf8

#daccf8 #f0ccf8 #ccd4f8

Monochromatic Colors of #daccf8

#daccf8

Complementary Color

#daccf8 #eaf8cc

#daccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccf8 Color CSS Codes

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

#daccf8 Text Font Color

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

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


#daccf8 Background Color

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

This div background color is #daccf8


#daccf8 Border Color

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

This div border color is #daccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccf8


Comments

No comments written yet.

Please login to write comment.