Color Hex Logo

#dcbdbc Color Hex

#DCBDBC
(220,189,188)
0 Favorites   0 Comments

Color spaces of #dcbdbc

RGB 220189188
HSL0.010.310.80
HSV15°86°
CMYK 0.000.140.15   0.14
XYZ56.789955.241755.2465
Yxy55.24170.33950.3302
Hunter Lab74.32486.31967.9564
CIE-Lab79.180310.86834.5853

#dcbdbc color RGB value is (220,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10111100
Octal 334 275 274
Decimal 220 189 188
Hex DC BD BC

RGB Percentages of Color #dcbdbc

%36.85
%31.66
%31.49

CMYK Percentages of Color #dcbdbc

%0
%14
%15
%14

Triadic Colors of #dcbdbc

#dcbdbc #bcdcbd #bdbcdc

Analogous Colors of #dcbdbc

#dcbdbc #dccdbc #dcbccb

Monochromatic Colors of #dcbdbc

#dcbdbc

Complementary Color

#dcbdbc #bcdbdc

#dcbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdbc Color CSS Codes

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

#dcbdbc Text Font Color

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

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


#dcbdbc Background Color

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

This div background color is #dcbdbc


#dcbdbc Border Color

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

This div border color is #dcbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdbc


Comments

No comments written yet.

Please login to write comment.