Color Hex Logo

#dcbaa3 Color Hex

#DCBAA3
(220,186,163)
0 Favorites   0 Comments

Color spaces of #dcbaa3

RGB 220186163
HSL0.070.450.75
HSV24°26°86°
CMYK 0.000.150.26   0.14
XYZ53.685052.977842.0466
Yxy52.97780.36100.3563
Hunter Lab72.78594.281816.6997
CIE-Lab77.86198.731916.1887

#dcbaa3 color RGB value is (220,186,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10100011
Octal 334 272 243
Decimal 220 186 163
Hex DC BA A3

RGB Percentages of Color #dcbaa3

%38.66
%32.69
%28.65

CMYK Percentages of Color #dcbaa3

%0
%15
%26
%14

Triadic Colors of #dcbaa3

#dcbaa3 #a3dcba #baa3dc

Analogous Colors of #dcbaa3

#dcbaa3 #dcd7a3 #dca3a9

Monochromatic Colors of #dcbaa3

#dcbaa3

Complementary Color

#dcbaa3 #a3c5dc

#dcbaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaa3 Color CSS Codes

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

#dcbaa3 Text Font Color

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

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


#dcbaa3 Background Color

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

This div background color is #dcbaa3


#dcbaa3 Border Color

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

This div border color is #dcbaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaa3


Comments

No comments written yet.

Please login to write comment.