Color Hex Logo

#dca494 Color Hex

#DCA494
(220,164,148)
0 Favorites   0 Comments

Color spaces of #dca494

RGB 220164148
HSL0.040.510.72
HSV13°33°86°
CMYK 0.000.250.33   0.14
XYZ48.136043.904733.9544
Yxy43.90470.38200.3485
Hunter Lab66.260613.717916.0000
CIE-Lab72.164818.527416.3825

#dca494 color RGB value is (220,164,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10010100
Octal 334 244 224
Decimal 220 164 148
Hex DC A4 94

RGB Percentages of Color #dca494

%41.35
%30.83
%27.82

CMYK Percentages of Color #dca494

%0
%25
%33
%14

Triadic Colors of #dca494

#dca494 #94dca4 #a494dc

Analogous Colors of #dca494

#dca494 #dcc894 #dc94a8

Monochromatic Colors of #dca494

#dca494

Complementary Color

#dca494 #94ccdc

#dca494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca494 Color CSS Codes

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

#dca494 Text Font Color

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

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


#dca494 Background Color

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

This div background color is #dca494


#dca494 Border Color

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

This div border color is #dca494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca494


Comments

No comments written yet.

Please login to write comment.