Color Hex Logo

#dcafcd Color Hex

#DCAFCD
(220,175,205)
0 Favorites   0 Comments

Color spaces of #dcafcd

RGB 220175205
HSL0.890.390.77
HSV320°20°86°
CMYK 0.000.200.07   0.14
XYZ55.864650.283464.5189
Yxy50.28340.32730.2946
Hunter Lab70.910816.5311-4.3081
CIE-Lab76.242921.2297-8.9462

#dcafcd color RGB value is (220,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11001101
Octal 334 257 315
Decimal 220 175 205
Hex DC AF CD

RGB Percentages of Color #dcafcd

%36.67
%29.17
%34.17

CMYK Percentages of Color #dcafcd

%0
%20
%7
%14

Triadic Colors of #dcafcd

#dcafcd #cddcaf #afcddc

Analogous Colors of #dcafcd

#dcafcd #dcafb7 #d5afdc

Monochromatic Colors of #dcafcd

#dcafcd

Complementary Color

#dcafcd #afdcbe

#dcafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafcd Color CSS Codes

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

#dcafcd Text Font Color

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

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


#dcafcd Background Color

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

This div background color is #dcafcd


#dcafcd Border Color

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

This div border color is #dcafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafcd


Comments

No comments written yet.

Please login to write comment.