Color Hex Logo

#dcaca7 Color Hex

#DCACA7
(220,172,167)
0 Favorites   0 Comments

Color spaces of #dcaca7

RGB 220172167
HSL0.020.430.76
HSV24°86°
CMYK 0.000.220.24   0.14
XYZ51.242847.510743.0289
Yxy47.51070.36140.3351
Hunter Lab68.928012.077311.2373
CIE-Lab74.515316.79229.2932

#dcaca7 color RGB value is (220,172,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10100111
Octal 334 254 247
Decimal 220 172 167
Hex DC AC A7

RGB Percentages of Color #dcaca7

%39.36
%30.77
%29.87

CMYK Percentages of Color #dcaca7

%0
%22
%24
%14

Triadic Colors of #dcaca7

#dcaca7 #a7dcac #aca7dc

Analogous Colors of #dcaca7

#dcaca7 #dcc7a7 #dca7bd

Monochromatic Colors of #dcaca7

#dcaca7

Complementary Color

#dcaca7 #a7d7dc

#dcaca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaca7 Color CSS Codes

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

#dcaca7 Text Font Color

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

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


#dcaca7 Background Color

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

This div background color is #dcaca7


#dcaca7 Border Color

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

This div border color is #dcaca7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,172,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 #dcaca7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaca7


Comments

No comments written yet.

Please login to write comment.