Color Hex Logo

#dcd4be Color Hex

#DCD4BE
(220,212,190)
0 Favorites   0 Comments

Color spaces of #dcd4be

RGB 220212190
HSL0.120.300.80
HSV44°14°86°
CMYK 0.000.040.14   0.14
XYZ62.352966.020358.1720
Yxy66.02030.33430.3539
Hunter Lab81.2529-5.212914.4291
CIE-Lab85.0068-0.921111.8635

#dcd4be color RGB value is (220,212,190).

#dcd4be hex color red value is 220, green value is 212 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dcd4be hue: 0.12 , saturation: 0.30 and the lightness value of dcd4be is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 10111110
Octal 334 324 276
Decimal 220 212 190
Hex DC D4 BE

RGB Percentages of Color #dcd4be

%35.37
%34.08
%30.55

CMYK Percentages of Color #dcd4be

%0
%4
%14
%14

Triadic Colors of #dcd4be

#dcd4be #bedcd4 #d4bedc

Analogous Colors of #dcd4be

#dcd4be #d5dcbe #dcc5be

Monochromatic Colors of #dcd4be

#dcd4be

Complementary Color

#dcd4be #bec6dc

#dcd4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd4be Color CSS Codes

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

#dcd4be Text Font Color

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

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


#dcd4be Background Color

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

This div background color is #dcd4be


#dcd4be Border Color

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

This div border color is #dcd4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd4be


Comments

No comments written yet.

Please login to write comment.