Color Hex Logo

#dcacd5 Color Hex

#DCACD5
(220,172,213)
0 Favorites   0 Comments

Color spaces of #dcacd5

RGB 220172213
HSL0.860.410.77
HSV309°22°86°
CMYK 0.000.220.03   0.14
XYZ56.278049.524869.5439
Yxy49.52480.32100.2824
Hunter Lab70.373919.5923-9.3291
CIE-Lab75.776724.2699-14.0027

#dcacd5 color RGB value is (220,172,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11010101
Octal 334 254 325
Decimal 220 172 213
Hex DC AC D5

RGB Percentages of Color #dcacd5

%36.36
%28.43
%35.21

CMYK Percentages of Color #dcacd5

%0
%22
%3
%14

Triadic Colors of #dcacd5

#dcacd5 #d5dcac #acd5dc

Analogous Colors of #dcacd5

#dcacd5 #dcacbd #cbacdc

Monochromatic Colors of #dcacd5

#dcacd5

Complementary Color

#dcacd5 #acdcb3

#dcacd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacd5 Color CSS Codes

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

#dcacd5 Text Font Color

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

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


#dcacd5 Background Color

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

This div background color is #dcacd5


#dcacd5 Border Color

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

This div border color is #dcacd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacd5


Comments

No comments written yet.

Please login to write comment.