Color Hex Logo

#dcafcc Color Hex

#DCAFCC
(220,175,204)
0 Favorites   0 Comments

Color spaces of #dcafcc

RGB 220175204
HSL0.890.390.77
HSV321°20°86°
CMYK 0.000.200.07   0.14
XYZ55.744350.235263.8851
Yxy50.23520.32820.2957
Hunter Lab70.876816.3551-3.8275
CIE-Lab76.213421.0560-8.4452

#dcafcc color RGB value is (220,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11001100
Octal 334 257 314
Decimal 220 175 204
Hex DC AF CC

RGB Percentages of Color #dcafcc

%36.73
%29.22
%34.06

CMYK Percentages of Color #dcafcc

%0
%20
%7
%14

Triadic Colors of #dcafcc

#dcafcc #ccdcaf #afccdc

Analogous Colors of #dcafcc

#dcafcc #dcafb6 #d6afdc

Monochromatic Colors of #dcafcc

#dcafcc

Complementary Color

#dcafcc #afdcbf

#dcafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafcc Color CSS Codes

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

#dcafcc Text Font Color

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

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


#dcafcc Background Color

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

This div background color is #dcafcc


#dcafcc Border Color

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

This div border color is #dcafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafcc


Comments

No comments written yet.

Please login to write comment.