Color Hex Logo

#dcadba Color Hex

#DCADBA
(220,173,186)
0 Favorites   0 Comments

Color spaces of #dcadba

RGB 220173186
HSL0.950.400.77
HSV343°21°86°
CMYK 0.000.210.15   0.14
XYZ53.321748.648053.0340
Yxy48.64800.34400.3139
Hunter Lab69.748114.40223.7417
CIE-Lab75.231819.1340-0.0639

#dcadba color RGB value is (220,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10111010
Octal 334 255 272
Decimal 220 173 186
Hex DC AD BA

RGB Percentages of Color #dcadba

%38.00
%29.88
%32.12

CMYK Percentages of Color #dcadba

%0
%21
%15
%14

Triadic Colors of #dcadba

#dcadba #badcad #adbadc

Analogous Colors of #dcadba

#dcadba #dcb8ad #dcadd2

Monochromatic Colors of #dcadba

#dcadba

Complementary Color

#dcadba #addccf

#dcadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadba Color CSS Codes

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

#dcadba Text Font Color

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

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


#dcadba Background Color

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

This div background color is #dcadba


#dcadba Border Color

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

This div border color is #dcadba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,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 #dcadba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadba


Comments

No comments written yet.

Please login to write comment.