Color Hex Logo

#dcdcbb Color Hex

#DCDCBB
(220,220,187)
0 Favorites   0 Comments

Color spaces of #dcdcbb

RGB 220220187
HSL0.170.320.80
HSV60°15°86°
CMYK 0.000.000.15   0.14
XYZ64.078069.989957.1458
Yxy69.98990.33510.3660
Hunter Lab83.6600-9.685718.0626
CIE-Lab86.9919-5.507516.2461

#dcdcbb color RGB value is (220,220,187).

#dcdcbb hex color red value is 220, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dcdcbb hue: 0.17 , saturation: 0.32 and the lightness value of dcdcbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 10111011
Octal 334 334 273
Decimal 220 220 187
Hex DC DC BB

RGB Percentages of Color #dcdcbb

%35.09
%35.09
%29.82

CMYK Percentages of Color #dcdcbb

%0
%0
%15
%14

Triadic Colors of #dcdcbb

#dcdcbb #bbdcdc #dcbbdc

Analogous Colors of #dcdcbb

#dcdcbb #ccdcbb #dcccbb

Monochromatic Colors of #dcdcbb

#dcdcbb

Complementary Color

#dcdcbb #bbbbdc

#dcdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcbb Color CSS Codes

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

#dcdcbb Text Font Color

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

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


#dcdcbb Background Color

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

This div background color is #dcdcbb


#dcdcbb Border Color

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

This div border color is #dcdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcbb

#dcdcbb Color Palettes


Comments

No comments written yet.

Please login to write comment.