Color Hex Logo

#dacce3 Color Hex

#DACCE3
(218,204,227)
0 Favorites   0 Comments

Color spaces of #dacce3

RGB 218204227
HSL0.770.290.85
HSV277°10°89°
CMYK 0.040.100.00   0.11
XYZ64.371463.637281.5635
Yxy63.63720.30720.3037
Hunter Lab79.77294.4349-4.7798
CIE-Lab83.77659.0201-9.6103

#dacce3 color RGB value is (218,204,227).

#dacce3 hex color red value is 218, green value is 204 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dacce3 hue: 0.77 , saturation: 0.29 and the lightness value of dacce3 is 0.85.

The process color (four color CMYK) of #dacce3 color hex is 0.04, 0.10, 0.00, 0.11. Web safe color of #dacce3 is #cccccc. Color #dacce3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11100011
Octal 332 314 343
Decimal 218 204 227
Hex DA CC E3

RGB Percentages of Color #dacce3

%33.59
%31.43
%34.98

CMYK Percentages of Color #dacce3

%4
%10
%0
%11

Triadic Colors of #dacce3

#dacce3 #e3dacc #cce3da

Analogous Colors of #dacce3

#dacce3 #e3cce1 #cfcce3

Monochromatic Colors of #dacce3

#dacce3

Complementary Color

#dacce3 #d5e3cc

#dacce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacce3 Color CSS Codes

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

#dacce3 Text Font Color

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

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


#dacce3 Background Color

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

This div background color is #dacce3


#dacce3 Border Color

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

This div border color is #dacce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacce3


Comments

No comments written yet.

Please login to write comment.