Color Hex Logo

#dcbdaf Color Hex

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

Color spaces of #dcbdaf

RGB 220189175
HSL0.050.390.77
HSV19°20°86°
CMYK 0.000.140.20   0.14
XYZ55.450754.706048.1942
Yxy54.70600.35020.3455
Hunter Lab73.96354.385913.1414
CIE-Lab78.87168.862111.1519

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

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

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

Base Numbers

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

RGB Percentages of Color #dcbdaf

%37.67
%32.36
%29.97

CMYK Percentages of Color #dcbdaf

%0
%14
%20
%14

Triadic Colors of #dcbdaf

#dcbdaf #afdcbd #bdafdc

Analogous Colors of #dcbdaf

#dcbdaf #dcd4af #dcafb8

Monochromatic Colors of #dcbdaf

#dcbdaf

Complementary Color

#dcbdaf #afcedc

#dcbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdaf Color CSS Codes

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

#dcbdaf Text Font Color

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

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


#dcbdaf Background Color

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

This div background color is #dcbdaf


#dcbdaf Border Color

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

This div border color is #dcbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdaf


Comments

No comments written yet.

Please login to write comment.