Color Hex Logo

#dcbca8 Color Hex

#DCBCA8
(220,188,168)
0 Favorites   0 Comments

Color spaces of #dcbca8

RGB 220188168
HSL0.060.430.76
HSV23°24°86°
CMYK 0.000.150.24   0.14
XYZ54.566354.009244.5947
Yxy54.00920.35620.3526
Hunter Lab73.49103.925315.4662
CIE-Lab78.46718.372614.3477

#dcbca8 color RGB value is (220,188,168).

#dcbca8 hex color red value is 220, green value is 188 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dcbca8 hue: 0.06 , saturation: 0.43 and the lightness value of dcbca8 is 0.76.

The process color (four color CMYK) of #dcbca8 color hex is 0.00, 0.15, 0.24, 0.14. Web safe color of #dcbca8 is #cccc99. Color #dcbca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 10101000
Octal 334 274 250
Decimal 220 188 168
Hex DC BC A8

RGB Percentages of Color #dcbca8

%38.19
%32.64
%29.17

CMYK Percentages of Color #dcbca8

%0
%15
%24
%14

Triadic Colors of #dcbca8

#dcbca8 #a8dcbc #bca8dc

Analogous Colors of #dcbca8

#dcbca8 #dcd6a8 #dca8ae

Monochromatic Colors of #dcbca8

#dcbca8

Complementary Color

#dcbca8 #a8c8dc

#dcbca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbca8 Color CSS Codes

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

#dcbca8 Text Font Color

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

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


#dcbca8 Background Color

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

This div background color is #dcbca8


#dcbca8 Border Color

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

This div border color is #dcbca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbca8


Comments

No comments written yet.

Please login to write comment.