Color Hex Logo

#dcbdc3 Color Hex

#DCBDC3
(220,189,195)
0 Favorites   0 Comments

Color spaces of #dcbdc3

RGB 220189195
HSL0.970.310.80
HSV348°14°86°
CMYK 0.000.140.11   0.14
XYZ57.563155.551059.3183
Yxy55.55100.33380.3222
Hunter Lab74.53257.42754.9856
CIE-Lab79.357612.00661.0645

#dcbdc3 color RGB value is (220,189,195).

#dcbdc3 hex color red value is 220, green value is 189 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #dcbdc3 hue: 0.97 , saturation: 0.31 and the lightness value of dcbdc3 is 0.80.

The process color (four color CMYK) of #dcbdc3 color hex is 0.00, 0.14, 0.11, 0.14. Web safe color of #dcbdc3 is #cccccc. Color #dcbdc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11000011
Octal 334 275 303
Decimal 220 189 195
Hex DC BD C3

RGB Percentages of Color #dcbdc3

%36.42
%31.29
%32.28

CMYK Percentages of Color #dcbdc3

%0
%14
%11
%14

Triadic Colors of #dcbdc3

#dcbdc3 #c3dcbd #bdc3dc

Analogous Colors of #dcbdc3

#dcbdc3 #dcc7bd #dcbdd3

Monochromatic Colors of #dcbdc3

#dcbdc3

Complementary Color

#dcbdc3 #bddcd6

#dcbdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdc3 Color CSS Codes

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

#dcbdc3 Text Font Color

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

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


#dcbdc3 Background Color

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

This div background color is #dcbdc3


#dcbdc3 Border Color

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

This div border color is #dcbdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdc3


Comments

No comments written yet.

Please login to write comment.