Color Hex Logo

#dcadbf Color Hex

#DCADBF
(220,173,191)
0 Favorites   0 Comments

Color spaces of #dcadbf

RGB 220173191
HSL0.940.400.77
HSV337°21°86°
CMYK 0.000.210.13   0.14
XYZ53.862748.864455.8831
Yxy48.86440.33960.3081
Hunter Lab69.903115.20991.5335
CIE-Lab75.366919.9417-2.5999

#dcadbf color RGB value is (220,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10111111
Octal 334 255 277
Decimal 220 173 191
Hex DC AD BF

RGB Percentages of Color #dcadbf

%37.67
%29.62
%32.71

CMYK Percentages of Color #dcadbf

%0
%21
%13
%14

Triadic Colors of #dcadbf

#dcadbf #bfdcad #adbfdc

Analogous Colors of #dcadbf

#dcadbf #dcb3ad #dcadd7

Monochromatic Colors of #dcadbf

#dcadbf

Complementary Color

#dcadbf #addcca

#dcadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadbf Color CSS Codes

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

#dcadbf Text Font Color

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

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


#dcadbf Background Color

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

This div background color is #dcadbf


#dcadbf Border Color

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

This div border color is #dcadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadbf


Comments

No comments written yet.

Please login to write comment.