Color Hex Logo

#dcace3 Color Hex

#DCACE3
(220,172,227)
0 Favorites   0 Comments

Color spaces of #dcace3

RGB 220172227
HSL0.810.500.78
HSV292°24°89°
CMYK 0.030.240.00   0.11
XYZ58.132950.266779.3116
Yxy50.26670.30970.2678
Hunter Lab70.899022.2859-16.6958
CIE-Lab76.232726.8674-20.9297

#dcace3 color RGB value is (220,172,227).

#dcace3 hex color red value is 220, green value is 172 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dcace3 hue: 0.81 , saturation: 0.50 and the lightness value of dcace3 is 0.78.

The process color (four color CMYK) of #dcace3 color hex is 0.03, 0.24, 0.00, 0.11. Web safe color of #dcace3 is #cc99cc. Color #dcace3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11100011
Octal 334 254 343
Decimal 220 172 227
Hex DC AC E3

RGB Percentages of Color #dcace3

%35.54
%27.79
%36.67

CMYK Percentages of Color #dcace3

%3
%24
%0
%11

Triadic Colors of #dcace3

#dcace3 #e3dcac #ace3dc

Analogous Colors of #dcace3

#dcace3 #e3accf #c1ace3

Monochromatic Colors of #dcace3

#dcace3

Complementary Color

#dcace3 #b3e3ac

#dcace3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcace3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcace3 Color CSS Codes

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

#dcace3 Text Font Color

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

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


#dcace3 Background Color

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

This div background color is #dcace3


#dcace3 Border Color

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

This div border color is #dcace3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcace3


Comments

No comments written yet.

Please login to write comment.