Color Hex Logo

#dcbaa2 Color Hex

#DCBAA2
(220,186,162)
0 Favorites   0 Comments

Color spaces of #dcbaa2

RGB 220186162
HSL0.070.450.75
HSV25°26°86°
CMYK 0.000.150.26   0.14
XYZ53.595752.942141.5765
Yxy52.94210.36190.3574
Hunter Lab72.76134.150117.0541
CIE-Lab77.84088.593516.6972

#dcbaa2 color RGB value is (220,186,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10100010
Octal 334 272 242
Decimal 220 186 162
Hex DC BA A2

RGB Percentages of Color #dcbaa2

%38.73
%32.75
%28.52

CMYK Percentages of Color #dcbaa2

%0
%15
%26
%14

Triadic Colors of #dcbaa2

#dcbaa2 #a2dcba #baa2dc

Analogous Colors of #dcbaa2

#dcbaa2 #dcd7a2 #dca2a7

Monochromatic Colors of #dcbaa2

#dcbaa2

Complementary Color

#dcbaa2 #a2c4dc

#dcbaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaa2 Color CSS Codes

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

#dcbaa2 Text Font Color

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

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


#dcbaa2 Background Color

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

This div background color is #dcbaa2


#dcbaa2 Border Color

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

This div border color is #dcbaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaa2


Comments

No comments written yet.

Please login to write comment.