Color Hex Logo

#dcbcb0 Color Hex

#DCBCB0
(220,188,176)
0 Favorites   0 Comments

Color spaces of #dcbcb0

RGB 220188176
HSL0.050.390.78
HSV16°20°86°
CMYK 0.000.150.20   0.14
XYZ55.334954.316748.6420
Yxy54.31670.34960.3431
Hunter Lab73.69995.045612.4584
CIE-Lab78.64609.543310.2923

#dcbcb0 color RGB value is (220,188,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 10110000
Octal 334 274 260
Decimal 220 188 176
Hex DC BC B0

RGB Percentages of Color #dcbcb0

%37.67
%32.19
%30.14

CMYK Percentages of Color #dcbcb0

%0
%15
%20
%14

Triadic Colors of #dcbcb0

#dcbcb0 #b0dcbc #bcb0dc

Analogous Colors of #dcbcb0

#dcbcb0 #dcd2b0 #dcb0ba

Monochromatic Colors of #dcbcb0

#dcbcb0

Complementary Color

#dcbcb0 #b0d0dc

#dcbcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcb0 Color CSS Codes

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

#dcbcb0 Text Font Color

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

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


#dcbcb0 Background Color

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

This div background color is #dcbcb0


#dcbcb0 Border Color

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

This div border color is #dcbcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcb0


Comments

No comments written yet.

Please login to write comment.