Color Hex Logo

#dcac94 Color Hex

#DCAC94
(220,172,148)
0 Favorites   0 Comments

Color spaces of #dcac94

RGB 220172148
HSL0.060.510.72
HSV20°33°86°
CMYK 0.000.220.33   0.14
XYZ49.613046.858834.4467
Yxy46.85880.37900.3579
Hunter Lab68.45359.577818.0819
CIE-Lab74.099414.223919.0657

#dcac94 color RGB value is (220,172,148).

#dcac94 hex color red value is 220, green value is 172 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dcac94 hue: 0.06 , saturation: 0.51 and the lightness value of dcac94 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10010100
Octal 334 254 224
Decimal 220 172 148
Hex DC AC 94

RGB Percentages of Color #dcac94

%40.74
%31.85
%27.41

CMYK Percentages of Color #dcac94

%0
%22
%33
%14

Triadic Colors of #dcac94

#dcac94 #94dcac #ac94dc

Analogous Colors of #dcac94

#dcac94 #dcd094 #dc94a0

Monochromatic Colors of #dcac94

#dcac94

Complementary Color

#dcac94 #94c4dc

#dcac94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac94 Color CSS Codes

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

#dcac94 Text Font Color

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

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


#dcac94 Background Color

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

This div background color is #dcac94


#dcac94 Border Color

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

This div border color is #dcac94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac94


Comments

No comments written yet.

Please login to write comment.