Color Hex Logo

#dcd2bd Color Hex

#DCD2BD
(220,210,189)
0 Favorites   0 Comments

Color spaces of #dcd2bd

RGB 220210189
HSL0.110.310.80
HSV41°14°86°
CMYK 0.000.050.14   0.14
XYZ61.747164.983057.4327
Yxy64.98300.33530.3529
Hunter Lab80.6120-4.343914.1868
CIE-Lab84.4750-0.040411.6370

#dcd2bd color RGB value is (220,210,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 10111101
Octal 334 322 275
Decimal 220 210 189
Hex DC D2 BD

RGB Percentages of Color #dcd2bd

%35.54
%33.93
%30.53

CMYK Percentages of Color #dcd2bd

%0
%5
%14
%14

Triadic Colors of #dcd2bd

#dcd2bd #bddcd2 #d2bddc

Analogous Colors of #dcd2bd

#dcd2bd #d7dcbd #dcc3bd

Monochromatic Colors of #dcd2bd

#dcd2bd

Complementary Color

#dcd2bd #bdc7dc

#dcd2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd2bd Color CSS Codes

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

#dcd2bd Text Font Color

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

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


#dcd2bd Background Color

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

This div background color is #dcd2bd


#dcd2bd Border Color

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

This div border color is #dcd2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd2bd


Comments

No comments written yet.

Please login to write comment.