Color Hex Logo

#dcbaa0 Color Hex

#DCBAA0
(220,186,160)
0 Favorites   0 Comments

Color spaces of #dcbaa0

RGB 220186160
HSL0.070.460.75
HSV26°27°86°
CMYK 0.000.150.27   0.14
XYZ53.419352.871540.6474
Yxy52.87150.36350.3598
Hunter Lab72.71283.889717.7551
CIE-Lab77.79918.319717.7142

#dcbaa0 color RGB value is (220,186,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10100000
Octal 334 272 240
Decimal 220 186 160
Hex DC BA A0

RGB Percentages of Color #dcbaa0

%38.87
%32.86
%28.27

CMYK Percentages of Color #dcbaa0

%0
%15
%27
%14

Triadic Colors of #dcbaa0

#dcbaa0 #a0dcba #baa0dc

Analogous Colors of #dcbaa0

#dcbaa0 #dcd8a0 #dca0a4

Monochromatic Colors of #dcbaa0

#dcbaa0

Complementary Color

#dcbaa0 #a0c2dc

#dcbaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaa0 Color CSS Codes

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

#dcbaa0 Text Font Color

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

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


#dcbaa0 Background Color

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

This div background color is #dcbaa0


#dcbaa0 Border Color

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

This div border color is #dcbaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaa0


Comments

No comments written yet.

Please login to write comment.