Color Hex Logo

#dcd7bc Color Hex

#DCD7BC
(220,215,188)
0 Favorites   0 Comments

Color spaces of #dcd7bc

RGB 220215188
HSL0.140.310.80
HSV51°15°86°
CMYK 0.000.020.15   0.14
XYZ62.892767.447457.2808
Yxy67.44740.33520.3595
Hunter Lab82.1264-7.025116.1354
CIE-Lab85.7294-2.785613.9424

#dcd7bc color RGB value is (220,215,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 10111100
Octal 334 327 274
Decimal 220 215 188
Hex DC D7 BC

RGB Percentages of Color #dcd7bc

%35.31
%34.51
%30.18

CMYK Percentages of Color #dcd7bc

%0
%2
%15
%14

Triadic Colors of #dcd7bc

#dcd7bc #bcdcd7 #d7bcdc

Analogous Colors of #dcd7bc

#dcd7bc #d1dcbc #dcc7bc

Monochromatic Colors of #dcd7bc

#dcd7bc

Complementary Color

#dcd7bc #bcc1dc

#dcd7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd7bc Color CSS Codes

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

#dcd7bc Text Font Color

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

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


#dcd7bc Background Color

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

This div background color is #dcd7bc


#dcd7bc Border Color

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

This div border color is #dcd7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd7bc


Comments

No comments written yet.

Please login to write comment.