Color Hex Logo

#dcc8ba Color Hex

#DCC8BA
(220,200,186)
0 Favorites   0 Comments

Color spaces of #dcc8ba

RGB 220200186
HSL0.070.330.80
HSV25°15°86°
CMYK 0.000.090.15   0.14
XYZ59.032460.069454.9376
Yxy60.06940.33920.3451
Hunter Lab77.50450.324312.2265
CIE-Lab81.87594.72109.5307

#dcc8ba color RGB value is (220,200,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10111010
Octal 334 310 272
Decimal 220 200 186
Hex DC C8 BA

RGB Percentages of Color #dcc8ba

%36.30
%33.00
%30.69

CMYK Percentages of Color #dcc8ba

%0
%9
%15
%14

Triadic Colors of #dcc8ba

#dcc8ba #badcc8 #c8badc

Analogous Colors of #dcc8ba

#dcc8ba #dcd9ba #dcbabd

Monochromatic Colors of #dcc8ba

#dcc8ba

Complementary Color

#dcc8ba #bacedc

#dcc8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8ba Color CSS Codes

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

#dcc8ba Text Font Color

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

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


#dcc8ba Background Color

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

This div background color is #dcc8ba


#dcc8ba Border Color

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

This div border color is #dcc8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8ba


Comments

No comments written yet.

Please login to write comment.