Color Hex Logo

#dcacce Color Hex

#DCACCE
(220,172,206)
0 Favorites   0 Comments

Color spaces of #dcacce

RGB 220172206
HSL0.880.410.77
HSV318°22°86°
CMYK 0.000.220.06   0.14
XYZ55.408349.176964.9643
Yxy49.17690.32680.2900
Hunter Lab70.126218.3159-5.8373
CIE-Lab75.561223.0244-10.5071

#dcacce color RGB value is (220,172,206).

#dcacce hex color red value is 220, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcacce hue: 0.88 , saturation: 0.41 and the lightness value of dcacce is 0.77.

The process color (four color CMYK) of #dcacce color hex is 0.00, 0.22, 0.06, 0.14. Web safe color of #dcacce is #cc99cc. Color #dcacce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11001110
Octal 334 254 316
Decimal 220 172 206
Hex DC AC CE

RGB Percentages of Color #dcacce

%36.79
%28.76
%34.45

CMYK Percentages of Color #dcacce

%0
%22
%6
%14

Triadic Colors of #dcacce

#dcacce #cedcac #accedc

Analogous Colors of #dcacce

#dcacce #dcacb6 #d2acdc

Monochromatic Colors of #dcacce

#dcacce

Complementary Color

#dcacce #acdcba

#dcacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacce Color CSS Codes

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

#dcacce Text Font Color

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

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


#dcacce Background Color

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

This div background color is #dcacce


#dcacce Border Color

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

This div border color is #dcacce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,172,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacce


Comments

No comments written yet.

Please login to write comment.