Color Hex Logo

#dcafd2 Color Hex

#DCAFD2
(220,175,210)
0 Favorites   0 Comments

Color spaces of #dcafd2

RGB 220175210
HSL0.870.390.77
HSV313°20°86°
CMYK 0.000.200.05   0.14
XYZ56.478050.528767.7491
Yxy50.52870.32320.2891
Hunter Lab71.083517.4274-6.7503
CIE-Lab76.392622.1116-11.4460

#dcafd2 color RGB value is (220,175,210).

#dcafd2 hex color red value is 220, green value is 175 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dcafd2 hue: 0.87 , saturation: 0.39 and the lightness value of dcafd2 is 0.77.

The process color (four color CMYK) of #dcafd2 color hex is 0.00, 0.20, 0.05, 0.14. Web safe color of #dcafd2 is #cc99cc. Color #dcafd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11010010
Octal 334 257 322
Decimal 220 175 210
Hex DC AF D2

RGB Percentages of Color #dcafd2

%36.36
%28.93
%34.71

CMYK Percentages of Color #dcafd2

%0
%20
%5
%14

Triadic Colors of #dcafd2

#dcafd2 #d2dcaf #afd2dc

Analogous Colors of #dcafd2

#dcafd2 #dcafbc #d0afdc

Monochromatic Colors of #dcafd2

#dcafd2

Complementary Color

#dcafd2 #afdcb9

#dcafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafd2 Color CSS Codes

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

#dcafd2 Text Font Color

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

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


#dcafd2 Background Color

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

This div background color is #dcafd2


#dcafd2 Border Color

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

This div border color is #dcafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafd2


Comments

No comments written yet.

Please login to write comment.