Color Hex Logo

#dcc2ba Color Hex

#DCC2BA
(220,194,186)
0 Favorites   0 Comments

Color spaces of #dcc2ba

RGB 220194186
HSL0.040.330.80
HSV14°15°86°
CMYK 0.000.120.15   0.14
XYZ57.669957.344454.4834
Yxy57.34440.34020.3383
Hunter Lab75.72613.417710.3503
CIE-Lab80.37297.89177.3794

#dcc2ba color RGB value is (220,194,186).

#dcc2ba hex color red value is 220, green value is 194 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dcc2ba hue: 0.04 , saturation: 0.33 and the lightness value of dcc2ba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10111010
Octal 334 302 272
Decimal 220 194 186
Hex DC C2 BA

RGB Percentages of Color #dcc2ba

%36.67
%32.33
%31.00

CMYK Percentages of Color #dcc2ba

%0
%12
%15
%14

Triadic Colors of #dcc2ba

#dcc2ba #badcc2 #c2badc

Analogous Colors of #dcc2ba

#dcc2ba #dcd3ba #dcbac3

Monochromatic Colors of #dcc2ba

#dcc2ba

Complementary Color

#dcc2ba #bad4dc

#dcc2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc2ba Color CSS Codes

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

#dcc2ba Text Font Color

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

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


#dcc2ba Background Color

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

This div background color is #dcc2ba


#dcc2ba Border Color

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

This div border color is #dcc2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc2ba


Comments

No comments written yet.

Please login to write comment.