Color Hex Logo

#dcbcbc Color Hex

#DCBCBC
(220,188,188)
0 Favorites   0 Comments

Color spaces of #dcbcbc

RGB 220188188
HSL0.000.310.80
HSV15°86°
CMYK 0.000.150.15   0.14
XYZ56.575554.812955.1751
Yxy54.81290.33970.3291
Hunter Lab74.03576.84097.6392
CIE-Lab78.933411.40194.2283

#dcbcbc color RGB value is (220,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 10111100
Octal 334 274 274
Decimal 220 188 188
Hex DC BC BC

RGB Percentages of Color #dcbcbc

%36.91
%31.54
%31.54

CMYK Percentages of Color #dcbcbc

%0
%15
%15
%14

Triadic Colors of #dcbcbc

#dcbcbc #bcdcbc #bcbcdc

Analogous Colors of #dcbcbc

#dcbcbc #dcccbc #dcbccc

Monochromatic Colors of #dcbcbc

#dcbcbc

Complementary Color

#dcbcbc #bcdcdc

#dcbcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcbc Color CSS Codes

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

#dcbcbc Text Font Color

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

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


#dcbcbc Background Color

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

This div background color is #dcbcbc


#dcbcbc Border Color

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

This div border color is #dcbcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcbc

#dcbcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.