Color Hex Logo

#dcc0b2 Color Hex

#DCC0B2
(220,192,178)
0 Favorites   0 Comments

Color spaces of #dcc0b2

RGB 220192178
HSL0.060.380.78
HSV20°19°86°
CMYK 0.000.130.19   0.14
XYZ56.400756.129349.9809
Yxy56.12930.34710.3454
Hunter Lab74.91953.268812.8896
CIE-Lab79.68747.718410.6976

#dcc0b2 color RGB value is (220,192,178).

#dcc0b2 hex color red value is 220, green value is 192 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dcc0b2 hue: 0.06 , saturation: 0.38 and the lightness value of dcc0b2 is 0.78.

The process color (four color CMYK) of #dcc0b2 color hex is 0.00, 0.13, 0.19, 0.14. Web safe color of #dcc0b2 is #cccc99. Color #dcc0b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10110010
Octal 334 300 262
Decimal 220 192 178
Hex DC C0 B2

RGB Percentages of Color #dcc0b2

%37.29
%32.54
%30.17

CMYK Percentages of Color #dcc0b2

%0
%13
%19
%14

Triadic Colors of #dcc0b2

#dcc0b2 #b2dcc0 #c0b2dc

Analogous Colors of #dcc0b2

#dcc0b2 #dcd5b2 #dcb2b9

Monochromatic Colors of #dcc0b2

#dcc0b2

Complementary Color

#dcc0b2 #b2cedc

#dcc0b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc0b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc0b2 Color CSS Codes

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

#dcc0b2 Text Font Color

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

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


#dcc0b2 Background Color

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

This div background color is #dcc0b2


#dcc0b2 Border Color

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

This div border color is #dcc0b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc0b2

#dcc0b2 Color Palettes


Comments

No comments written yet.

Please login to write comment.