Color Hex Logo

#dcc8be Color Hex

#DCC8BE
(220,200,190)
0 Favorites   0 Comments

Color spaces of #dcc8be

RGB 220200190
HSL0.060.300.80
HSV20°14°86°
CMYK 0.000.090.14   0.14
XYZ59.463760.241957.2090
Yxy60.24190.33610.3405
Hunter Lab77.61570.926810.6294
CIE-Lab81.96955.35397.5273

#dcc8be color RGB value is (220,200,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10111110
Octal 334 310 276
Decimal 220 200 190
Hex DC C8 BE

RGB Percentages of Color #dcc8be

%36.07
%32.79
%31.15

CMYK Percentages of Color #dcc8be

%0
%9
%14
%14

Triadic Colors of #dcc8be

#dcc8be #bedcc8 #c8bedc

Analogous Colors of #dcc8be

#dcc8be #dcd7be #dcbec3

Monochromatic Colors of #dcc8be

#dcc8be

Complementary Color

#dcc8be #bed2dc

#dcc8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8be Color CSS Codes

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

#dcc8be Text Font Color

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

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


#dcc8be Background Color

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

This div background color is #dcc8be


#dcc8be Border Color

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

This div border color is #dcc8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8be


Comments

No comments written yet.

Please login to write comment.