Color Hex Logo

#dca994 Color Hex

#DCA994
(220,169,148)
0 Favorites   0 Comments

Color spaces of #dca994

RGB 220169148
HSL0.050.510.72
HSV18°33°86°
CMYK 0.000.230.33   0.14
XYZ49.048545.729734.2586
Yxy45.72970.38010.3544
Hunter Lab67.623711.127217.2999
CIE-Lab73.369815.835918.0563

#dca994 color RGB value is (220,169,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 10010100
Octal 334 251 224
Decimal 220 169 148
Hex DC A9 94

RGB Percentages of Color #dca994

%40.97
%31.47
%27.56

CMYK Percentages of Color #dca994

%0
%23
%33
%14

Triadic Colors of #dca994

#dca994 #94dca9 #a994dc

Analogous Colors of #dca994

#dca994 #dccd94 #dc94a3

Monochromatic Colors of #dca994

#dca994

Complementary Color

#dca994 #94c7dc

#dca994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca994 Color CSS Codes

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

#dca994 Text Font Color

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

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


#dca994 Background Color

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

This div background color is #dca994


#dca994 Border Color

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

This div border color is #dca994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca994


Comments

No comments written yet.

Please login to write comment.