Color Hex Logo

#dcafaf Color Hex

#DCAFAF
(220,175,175)
0 Favorites   0 Comments

Color spaces of #dcafaf

RGB 220175175
HSL0.000.390.77
HSV20°86°
CMYK 0.000.200.20   0.14
XYZ52.583048.970747.2383
Yxy48.97070.35340.3291
Hunter Lab69.979111.66348.9625
CIE-Lab75.433116.35326.2379

#dcafaf color RGB value is (220,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10101111
Octal 334 257 257
Decimal 220 175 175
Hex DC AF AF

RGB Percentages of Color #dcafaf

%38.60
%30.70
%30.70

CMYK Percentages of Color #dcafaf

%0
%20
%20
%14

Triadic Colors of #dcafaf

#dcafaf #afdcaf #afafdc

Analogous Colors of #dcafaf

#dcafaf #dcc6af #dcafc6

Monochromatic Colors of #dcafaf

#dcafaf

Complementary Color

#dcafaf #afdcdc

#dcafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafaf Color CSS Codes

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

#dcafaf Text Font Color

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

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


#dcafaf Background Color

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

This div background color is #dcafaf


#dcafaf Border Color

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

This div border color is #dcafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafaf


Comments

No comments written yet.

Please login to write comment.