Color Hex Logo

#dcafc3 Color Hex

#DCAFC3
(220,175,195)
0 Favorites   0 Comments

Color spaces of #dcafc3

RGB 220175195
HSL0.930.390.77
HSV333°20°86°
CMYK 0.000.200.11   0.14
XYZ54.695549.815758.3624
Yxy49.81570.33580.3059
Hunter Lab70.580214.81150.3796
CIE-Lab75.956019.5240-3.9181

#dcafc3 color RGB value is (220,175,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11000011
Octal 334 257 303
Decimal 220 175 195
Hex DC AF C3

RGB Percentages of Color #dcafc3

%37.29
%29.66
%33.05

CMYK Percentages of Color #dcafc3

%0
%20
%11
%14

Triadic Colors of #dcafc3

#dcafc3 #c3dcaf #afc3dc

Analogous Colors of #dcafc3

#dcafc3 #dcb2af #dcafda

Monochromatic Colors of #dcafc3

#dcafc3

Complementary Color

#dcafc3 #afdcc8

#dcafc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafc3 Color CSS Codes

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

#dcafc3 Text Font Color

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

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


#dcafc3 Background Color

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

This div background color is #dcafc3


#dcafc3 Border Color

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

This div border color is #dcafc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafc3


Comments

No comments written yet.

Please login to write comment.