Color Hex Logo

#dcafba Color Hex

#DCAFBA
(220,175,186)
0 Favorites   0 Comments

Color spaces of #dcafba

RGB 220175186
HSL0.960.390.77
HSV345°20°86°
CMYK 0.000.200.15   0.14
XYZ53.708149.420853.1628
Yxy49.42080.34360.3162
Hunter Lab70.299913.34654.3732
CIE-Lab75.712418.05630.6373

#dcafba color RGB value is (220,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10111010
Octal 334 257 272
Decimal 220 175 186
Hex DC AF BA

RGB Percentages of Color #dcafba

%37.87
%30.12
%32.01

CMYK Percentages of Color #dcafba

%0
%20
%15
%14

Triadic Colors of #dcafba

#dcafba #badcaf #afbadc

Analogous Colors of #dcafba

#dcafba #dcbbaf #dcafd1

Monochromatic Colors of #dcafba

#dcafba

Complementary Color

#dcafba #afdcd1

#dcafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafba Color CSS Codes

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

#dcafba Text Font Color

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

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


#dcafba Background Color

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

This div background color is #dcafba


#dcafba Border Color

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

This div border color is #dcafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafba


Comments

No comments written yet.

Please login to write comment.