Color Hex Logo

#dcafad Color Hex

#DCAFAD
(220,175,173)
0 Favorites   0 Comments

Color spaces of #dcafad

RGB 220175173
HSL0.010.400.77
HSV21°86°
CMYK 0.000.200.21   0.14
XYZ52.388048.892746.2113
Yxy48.89270.35520.3315
Hunter Lab69.923311.37019.7624
CIE-Lab75.384516.05467.2594

#dcafad color RGB value is (220,175,173).

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

The process color (four color CMYK) of #dcafad color hex is 0.00, 0.20, 0.21, 0.14. Web safe color of #dcafad is #cc9999. Color #dcafad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10101101
Octal 334 257 255
Decimal 220 175 173
Hex DC AF AD

RGB Percentages of Color #dcafad

%38.73
%30.81
%30.46

CMYK Percentages of Color #dcafad

%0
%20
%21
%14

Triadic Colors of #dcafad

#dcafad #addcaf #afaddc

Analogous Colors of #dcafad

#dcafad #dcc7ad #dcadc3

Monochromatic Colors of #dcafad

#dcafad

Complementary Color

#dcafad #addadc

#dcafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafad Color CSS Codes

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

#dcafad Text Font Color

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

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


#dcafad Background Color

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

This div background color is #dcafad


#dcafad Border Color

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

This div border color is #dcafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafad


Comments

No comments written yet.

Please login to write comment.