Color Hex Logo

#dcafbd Color Hex

#DCAFBD
(220,175,189)
0 Favorites   0 Comments

Color spaces of #dcafbd

RGB 220175189
HSL0.950.390.77
HSV341°20°86°
CMYK 0.000.200.14   0.14
XYZ54.030549.549754.8604
Yxy49.54970.34100.3127
Hunter Lab70.391513.82623.0658
CIE-Lab75.792018.5384-0.8841

#dcafbd color RGB value is (220,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10111101
Octal 334 257 275
Decimal 220 175 189
Hex DC AF BD

RGB Percentages of Color #dcafbd

%37.67
%29.97
%32.36

CMYK Percentages of Color #dcafbd

%0
%20
%14
%14

Triadic Colors of #dcafbd

#dcafbd #bddcaf #afbddc

Analogous Colors of #dcafbd

#dcafbd #dcb8af #dcafd4

Monochromatic Colors of #dcafbd

#dcafbd

Complementary Color

#dcafbd #afdcce

#dcafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafbd Color CSS Codes

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

#dcafbd Text Font Color

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

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


#dcafbd Background Color

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

This div background color is #dcafbd


#dcafbd Border Color

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

This div border color is #dcafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafbd


Comments

No comments written yet.

Please login to write comment.