Color Hex Logo

#dcafbf Color Hex

#DCAFBF
(220,175,191)
0 Favorites   0 Comments

Color spaces of #dcafbf

RGB 220175191
HSL0.940.390.77
HSV339°20°86°
CMYK 0.000.200.13   0.14
XYZ54.249149.637256.0119
Yxy49.63720.33930.3104
Hunter Lab70.453714.15052.1810
CIE-Lab75.846018.8635-1.8967

#dcafbf color RGB value is (220,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10111111
Octal 334 257 277
Decimal 220 175 191
Hex DC AF BF

RGB Percentages of Color #dcafbf

%37.54
%29.86
%32.59

CMYK Percentages of Color #dcafbf

%0
%20
%13
%14

Triadic Colors of #dcafbf

#dcafbf #bfdcaf #afbfdc

Analogous Colors of #dcafbf

#dcafbf #dcb6af #dcafd6

Monochromatic Colors of #dcafbf

#dcafbf

Complementary Color

#dcafbf #afdccc

#dcafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafbf Color CSS Codes

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

#dcafbf Text Font Color

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

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


#dcafbf Background Color

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

This div background color is #dcafbf


#dcafbf Border Color

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

This div border color is #dcafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafbf

#dcafbf Color Palettes


Comments

No comments written yet.

Please login to write comment.