Color Hex Logo

#dcaba7 Color Hex

#DCABA7
(220,171,167)
0 Favorites   0 Comments

Color spaces of #dcaba7

RGB 220171167
HSL0.010.430.76
HSV24°86°
CMYK 0.000.220.24   0.14
XYZ51.053247.131542.9657
Yxy47.13150.36170.3339
Hunter Lab68.652412.599510.9504
CIE-Lab74.273817.33048.9488

#dcaba7 color RGB value is (220,171,167).

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

The process color (four color CMYK) of #dcaba7 color hex is 0.00, 0.22, 0.24, 0.14. Web safe color of #dcaba7 is #cc9999. Color #dcaba7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10100111
Octal 334 253 247
Decimal 220 171 167
Hex DC AB A7

RGB Percentages of Color #dcaba7

%39.43
%30.65
%29.93

CMYK Percentages of Color #dcaba7

%0
%22
%24
%14

Triadic Colors of #dcaba7

#dcaba7 #a7dcab #aba7dc

Analogous Colors of #dcaba7

#dcaba7 #dcc6a7 #dca7be

Monochromatic Colors of #dcaba7

#dcaba7

Complementary Color

#dcaba7 #a7d8dc

#dcaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaba7 Color CSS Codes

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

#dcaba7 Text Font Color

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

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


#dcaba7 Background Color

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

This div background color is #dcaba7


#dcaba7 Border Color

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

This div border color is #dcaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaba7


Comments

No comments written yet.

Please login to write comment.