Color Hex Logo

#dacce9 Color Hex

#DACCE9
(218,204,233)
0 Favorites   0 Comments

Color spaces of #dacce9

RGB 218204233
HSL0.750.400.86
HSV269°12°91°
CMYK 0.060.120.00   0.09
XYZ65.214363.974386.0019
Yxy63.97430.30310.2973
Hunter Lab79.98395.5667-7.7622
CIE-Lab83.952410.1703-12.5438

#dacce9 color RGB value is (218,204,233).

#dacce9 hex color red value is 218, green value is 204 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dacce9 hue: 0.75 , saturation: 0.40 and the lightness value of dacce9 is 0.86.

The process color (four color CMYK) of #dacce9 color hex is 0.06, 0.12, 0.00, 0.09. Web safe color of #dacce9 is #ccccff. Color #dacce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11101001
Octal 332 314 351
Decimal 218 204 233
Hex DA CC E9

RGB Percentages of Color #dacce9

%33.28
%31.15
%35.57

CMYK Percentages of Color #dacce9

%6
%12
%0
%9

Triadic Colors of #dacce9

#dacce9 #e9dacc #cce9da

Analogous Colors of #dacce9

#dacce9 #e9cce9 #cccde9

Monochromatic Colors of #dacce9

#dacce9

Complementary Color

#dacce9 #dbe9cc

#dacce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacce9 Color CSS Codes

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

#dacce9 Text Font Color

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

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


#dacce9 Background Color

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

This div background color is #dacce9


#dacce9 Border Color

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

This div border color is #dacce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacce9

#dacce9 Color Palettes


Comments

No comments written yet.

Please login to write comment.